/[smeserver]/cdrom.image/README.txt
ViewVC logotype

Diff of /cdrom.image/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.21 by slords, Wed Oct 15 21:02:16 2008 UTC Revision 1.26 by wellsi, Mon Nov 17 22:57:49 2008 UTC
# Line 1  Line 1 
1  SME Server 7.4 Release Announcement  SME Server 7.4 Release Announcement
2  ===================================  ===================================
3    
4  October 20 2008  November 21 2008
5    
6  The SME Server development team is pleased to announce the release of  The SME Server development team is pleased to announce the release of
7  SME Server 7.4. This release is based on CentOS 4.7 and all packages  SME Server 7.4. This release is based on CentOS 4.7. Other major changes
8  have been updated to the latest releases.  in this release are the use dar for backups and the change to UTF-8
9    along with translation into 6 additional languages.
10    
11  All SME Server users should upgrade to this release.  
12    All SME Server users should upgrade to this release.
13  The release should be obtained from your closest mirror, see  
14  http://wiki.contribs.org/SME_Server:Download  The release should be obtained from your closest mirror, see
15    http://wiki.contribs.org/SME_Server:Download
16  Bug reports and reports of potential bugs should be raised  
17  in the bug tracker (and only there, please);  Bug reports and reports of potential bugs should be raised
18    in the bug tracker (and only there, please);
19      http://bugs.contribs.org/  
20        http://bugs.contribs.org/
21    
22  Please Note  
23  ===========  Please Note
24  It may take up to 48 hours for mirrors to finish syncing,  ===========
25  during this time you may experience problems.  It may take up to 48 hours for mirrors to finish syncing,
26    during this time you may experience problems.
27    
28  About SME Server  
29  ================  About SME Server
30    ================
31  SME Server is the leading Linux distribution for small and medium  
32  enterprises. SME Server is brought to you by SME Server, Inc.  SME Server is the leading Linux distribution for small and medium
33  ( http://www.smeserver.org/ ), a non-profit corporation that exists to  enterprises.
34  provide marketing and legal support for SME Server.  
35    SME Server is freely available under the GNU General Public License
36  SME Server is freely available under the GNU General Public License  and is only possible through the efforts of the SME Server community.
37  and is only possible through the efforts of the SME Server community.  However, the availability and quality of SME Server is dependent on
38  However, the availability and quality of SME Server is dependent on  meeting our expenses, such as hosting costs, server hardware, etc.
39  meeting our expenses, such as hosting costs, server hardware, etc.  
40    
41  As such, we ask for a small donation to offset costs and fund further  Thanks
42  development.  ======
43    The development team would like to thank all of those involved in
44  Please visit http://www.smeserver.org/donate/ to donate.  this release. However, this distribution cannot continue with the
45    current level of support. More people are required to help with
46    bug triage and verification testing.
47  Thanks  
48  ======  
49  The development team would like to thank all of those involved in  This release contains many new features, all released updates for
50  this release. However, this distribution cannot continue with the  SME Server 7.3 and fixes for many reported problems. Upgrades
51  current level of support. More people are required to help with  will be available by CD, the Software Installer and command line.
52  bug triage and verification testing.  
53    
54    Upgrades
55  This release contains many new features, all released updates for  ========
56  SME Server 7.3 and fixes for many reported problems. Upgrades  - Always perform a backup prior to major system upgrades
57  will be available by CD, the Software Installer and command line.  - An upgrade will preserve the existing data
58    
59    
60  Upgrades  Changes in this release
61  ========  =======================
62  - Always perform a backup prior to major system upgrades  
63  - An upgrade will preserve the existing data  Installer
64    ---------
65    - Fix grub label to keep consistent with the SME Server brand.
66  Changes in this release  
67  =======================  Mail system changes
68    -------------------
69  Installer  - Introduce a web interface to configure the pseudonym "visible" property
70  ---------    (internal|external)
71  - Fix grub label to keep consistent with the SME Server brand.  - New feature now allows a "catch all" situation where you have the ability
72      to redirect "@virtualdomain1.com" to user "joe".
73  Mail system changes  - Fix the "Ugly" log messages (Use of uninitialized value) when spam checking
74  -------------------    results in 0 hits.
75  - Introduce a web interface to configure the pseudonym "visible" property  - Emails sent to a null address like ""@domain without the username part
76    (internal|external)    are now rejected.
77  - New feature now allows a "catch all" situation where you have the ability  - qplogsumm is a optional feature that should be disabled by default.
78    to redirect "@virtualdomain1.com" to user "joe".  - A request that the log information is reduced with the default loglevel
79  - Fix the "Ugly" log messages (Use of uninitialized value) when spam checking    setting of 6 in qpsmtpd.
80    results in 0 hits.  - Support for sending mail to ISP via Secure SMTP
81  - Emails sent to a null address like ""@domain without the username part  - Enable the auth plugin for local lan connections
82    are now rejected.  - Migrate (remove) "ordb.net" from the RBL lists to prevent mail bouncing.
83  - qplogsumm is a optional feature that should be disabled by default.  - Remove blackhole.securitysage.com as service no longer in use.
84  - A request that the log information is reduced with the default loglevel  - Remove sbl-xbl.spamhaus.org  from default lists and use a more improved
85    setting of 6 in qpsmtpd.    list in zen.spamhaus.org.
86  - Support for sending mail to ISP via Secure SMTP  
87  - Enable the auth plugin for local lan connections  Console
88  - Migrate (remove) "ordb.net" from the RBL lists to prevent mail bouncing.  -------
89  - Remove blackhole.securitysage.com as service no longer in use.  - Improved validation will check password on first enter password screen
90  - Remove sbl-xbl.spamhaus.org  from default lists and use a more improved    before verifying if too simple then asking to verify and proceed to
91    list in zen.spamhaus.org.    configuration of server.
92    - Passwords should be validated for strength on first entry rather than
93  Console    waiting for the second confirmation entry.
94  -------  - The console should validate passwords using the common method,
95  - Improved validation will check password on first enter password screen    using esmith::util::validatePassword
96    before verifying if too simple then asking to verify and proceed to  - The last item in the server console, "Exit from server console", is removed
97    configuration of server.    as it is redundant.
98  - Passwords should be validated for strength on first entry rather than  - Display frames in console server-manager.
99    waiting for the second confirmation entry.    When browsing server-manager through console pressing 'H' goes to
100  - The console should validate passwords using the common method,    http://localhost/server-manager
101    using esmith::util::validatePassword  
102  - The last item in the server console, "Exit from server console", is removed  Backups
103    as it is redundant.  -------
104  - Display frames in console server-manager.  - Backups now use dar which enables a backup to consist of more than 2GB
105    When browsing server-manager through console pressing 'H' goes to    of data to a workstation in any of the following supported methods:
106    http://localhost/server-manager    cifs, nfs or local usb disk. It also gives the option to set how many
107      rotating backups are required and allows to split size of backup
108  Backups    to DVD size.
109  -------  - Removed 'restore from desktop' functionality
110  - Backups now use dar which allows for daily full or incremental backup  - The error codes from tar are now logged, in line with flexbackup, and do not
111  - Removed 'restore from desktop' functionality    cause a backup to fail.
112  - The error codes from tar are now logged, in line with flexbackup, and do not  - A Iomeage USB REV-drive was by default mounted in /media as a cdrom device.
113    cause a backup to fail.    It is now automagically mounted as an usbdisk so it can be used as a backup
114  - A Iomeage USB REV-drive was by default mounted in /media as a cdrom device.    device without manual intervention.
115    It is now automagically mounted as an usbdisk so it can be used as a backup  - Set dar compression to default to gzip
116    device without manual intervention.  - dar backup to be less verbose in panel
117    - Correct mounting for usb disks
118  Localisation  - no compression for ogg media files
119  ------------  - Make dar use defined list of directories to backup
120  As part of a major update with translations we have added six new  - Remove obsolete smbfs backup method
121  languages and made it much easier to add other languages in the    
122  future.  
123    Localisation
124  We now support the following languages in the server-manager: Danish,  ------------
125  Dutch, English, French, Greek, German, Hungarian, Indonesian, Italian,  As part of a major update with translations we have added six new
126  Portuguese, Slovenian, Spanish and Swedish.  languages and made it much easier to add other languages in the
127    future.
128  We have made major strides to assist the non-English community by  
129  using a tool called pootle.  This is a web based translation tool that  We now support the following languages in the server-manager: Danish,
130  will allow new languages to be added and existing languages to be more  Dutch, English, French, Greek, German, Hungarian, Indonesian, Italian,
131  easily maintained.  Portuguese, Slovenian, Spanish and Swedish.
132    
133  We have cleaned up a lot of the packages as a part of getting them to  We have made major strides to assist the non-English community by
134  work with pootle.  Another big change as part of this upgrade is the  using a tool called pootle.  This is a web based translation tool that
135  switch from ISO-8859-1 (Latin) charset to UTF-8 (Universal) charset,  will allow new languages to be added and existing languages to be more
136  this will allow us to support languages that don't use latin  easily maintained.
137  characters (like Greek).  
138    We have cleaned up a lot of the packages as a part of getting them to
139  Other fixes include updated translations for the existing languages.  work with pootle.  Another big change as part of this upgrade is the
140    switch from ISO-8859-1 (Latin) charset to UTF-8 (Universal) charset,
141  Software Installer  this will allow us to support languages that don't use latin
142  ------------------  characters (like Greek).
143  - smeextras repository added, it is used for building the installer and ISO  
144  - The yum-update event now includes the yum-import-keys action to allow  Other fixes include updated translations for the existing languages.
145    users to update yum packages and configuration without rebooting,  
146    which enables updating when there is a compatibility problem.  Software Installer
147  - Correct yum-update-dbs action to adjust yum service properly.  ------------------
148  - The BaseURL property has been removed for repos with mirrorlists.  - smeextras repository added, it is used for building the installer and ISO
149  - The message "This system is up to date." is displayed if no updates are  - The yum-update event now includes the yum-import-keys action to allow
150    available.    users to update yum packages and configuration without rebooting,
151      which enables updating when there is a compatibility problem.
152  Webmail  - Correct yum-update-dbs action to adjust yum service properly.
153  -------  - The BaseURL property has been removed for repos with mirrorlists.
154  - Horde, imp, turbo and ingo have been updated to the latest versions  - The message "This system is up to date." is displayed if no updates are
155  - Support the ability to save user kronolith free/busy information to the LDAP    available.
156    database.  
157  - Servers with a custom template for 110AppRegistryHorde found webmail no  Webmail
158    longer worked.  -------
159  - The name of the webmail installation is now configurable.  - Horde, imp, turbo and ingo have been updated to the latest versions
160    To use - config setprop horde Name xxxx ; signal-event email-update.  - Support the ability to save user kronolith free/busy information to the LDAP
161      database.
162  Server manager  - Servers with a custom template for 110AppRegistryHorde found webmail no
163  --------------    longer worked.
164  - The name of the log file being viewed via the Server Manager 'View log  - The name of the webmail installation is now configurable.
165    files' is now displayed as the first line.    To use - config setprop horde Name xxxx ; signal-event email-update.
166  - Disabling the daily update check in the server-manager did not stop the  
167    check4updates task sending mail to the server administrator.  Server manager
168  - Server-manager > printers > add printer -  now advises users to avoid  --------------
169    certain names and descriptions as this causes printer state to be incorrect.  - The name of the log file being viewed via the Server Manager 'View log
170  - Fix the Unknown heading in server-manager after an update.    files' is now displayed as the first line.
171  - Fix inconsistency within the navigation.xx files which no longer adds extra  - Disabling the daily update check in the server-manager did not stop the
172    spaces and newlines in panel headers.    check4updates task sending mail to the server administrator.
173  - The Anti-virus (ClamAV) panel text was updated to remove the word 'entire'  - Server-manager > printers > add printer -  now advises users to avoid
174    as this could be misleading.    certain names and descriptions as this causes printer state to be incorrect.
175  - Allow server-manager to successfully create a one character user account.  - Fix the Unknown heading in server-manager after an update.
176  - After adding a user and trying to set password via server-manager or  - Fix inconsistency within the navigation.xx files which no longer adds extra
177    user-password using the ";" sign you encountered a "white screen of    spaces and newlines in panel headers.
178    death". This was due to the version of perl-Object-Persistence being used.  - The Anti-virus (ClamAV) panel text was updated to remove the word 'entire'
179  - Remove the last 'pleasewait' message is it’s no longer needed.    as this could be misleading.
180  - The button to add a new user in the server-manager was missing due to a  - Allow server-manager to successfully create a one character user account.
181    problem with the free/busy code in usermanager causing the panel to exit.  - After adding a user and trying to set password via server-manager or
182      user-password using the ";" sign you encountered a "white screen of
183  Other fixes and updates    death". This was due to the version of perl-Object-Persistence being used.
184  -----------------------  - Remove the last 'pleasewait' message as it is no longer needed.
185  - Updated Samba resolves various file sharing problems  - The button to add a new user in the server-manager was missing due to a
186  - The length of an Ibay name is now configurable via maxIbayNameLength    problem with the free/busy code in usermanager causing the panel to exit.
187  - The Samba "unix extensions" are turned off for Mac compatibility  
188  - radiusd.conf allows support for additional authentication methods  Other fixes and updates
189  - Ability to modify pseudonyms with special characters  -----------------------
190  - Prevent NameServer being set to current IP of SME Server  - Updated Samba resolves various file sharing problems
191  - Allow support for server side includes for ibays when a directory is  - The length of an Ibay name is now configurable via maxIbayNameLength
192    browsed.  - The Samba "unix extensions" are turned off for Mac compatibility
193  - Made mtu/mru settings configurable and default to 1400  - radiusd.conf allows support for additional authentication methods
194  - Increased the templating in php.ini  - Ability to modify pseudonyms with special characters
195  - Fixed timezone detection issues for certain timezones during certificate  - Prevent NameServer being set to current IP of SME Server
196    generation  - Allow support for server side includes for ibays when a directory is
197  - Added support for cciss RAID controller    browsed.
198  - Enable a new feature to allow admin to have own password not shared with  - Made mtu/mru settings configurable.
199    root.  - Increased the templating in php.ini
200  - nut is now started after the network to avoid mails to the admin mailbox  - Fixed timezone detection issues for certain timezones during certificate
201    about lost communication.    generation
202  - e-smith-openssh contained unused template fragments were removed.  - Added support for cciss RAID controller
203  - ibays can now be set as non-browsable (hidden), but accessible via their  - Enable a new feature to allow admin to have own password not shared with
204    UNC. An ibay can be hidden by setting the Browsable property to disabled.    root.
205  - Suspicious string scanning (supscan) has been disabled due  - nut is now started after the network to avoid mails to the admin mailbox
206    to being CPU and I/O intensive and prone to producing false positives..    about lost communication.
207  - The audittool script has been updated to also identify modified events.  - e-smith-openssh contained unused template fragments were removed.
208  - If a custom motd was used this could have been sent with the smolt data, now  - ibays can now be set as non-browsable (hidden), but accessible via their
209    only the version from e-smith-release is sent.    UNC. An ibay can be hidden by setting the Browsable property to disabled.
210  - The wrong URL was shown for the smolt profile, it has been updated to  - Suspicious string scanning (supscan) has been disabled due
211    http://smolt.contribs.org/    to being CPU and I/O intensive and prone to producing false positives..
212  - Patch djbdns around TCP bug: http://alkemio.org/dns_transmit-bug.html  - The audittool script has been updated to also identify modified events.
213  - Change license of djbdns to "Public Domain' -  - If a custom motd was used this could have been sent with the smolt data, now
214    http://cr.yp.to/distributors.html    only the version from e-smith-release is sent.
215  - Do not display symlinks via ftp.  - The wrong URL was shown for the smolt profile, it has been updated to
216  - New LPRng where both inbuilt filters as well as smbprint filters work.    http://smolt.contribs.org/
217  - Resolved false positives that were being reported by rkhunter.  - Patch djbdns around TCP bug: http://alkemio.org/dns_transmit-bug.html
218  - Move the clamav scan schedule to the correct crontab file for ease of use.  - Change license of djbdns to "Public Domain' -
219  - Use yum installonlyn plugin to keep only the last 5 kernels.    http://cr.yp.to/distributors.html
220  - Change Wpad URL to match system domain to enable the Wpad feature.  - Do not display symlinks via ftp.
221  - dnscache will now ignore referrals when in forwardonly mode.  - New LPRng where both inbuilt filters as well as smbprint filters work.
222  - On servers with no ibays and less than two users the shadow-copy-rotate  - Resolved false positives that were being reported by rkhunter.
223    script would fail.  - Move the clamav scan schedule to the correct crontab file for ease of use.
224  - Correct the step-ticker to pool.ntp.org hosts.  - Use yum installonlyn plugin to keep only the last 5 kernels.
225  - Hide normally hidden files from view when using roaming profiles.  - Change Wpad URL to match system domain to enable the Wpad feature.
226  - The dungog yum repository has been obsoleted as the packages are in  - dnscache will now ignore referrals when in forwardonly mode.
227    smecontribs.  - On servers with no ibays and less than two users the shadow-copy-rotate
228  - When a user is deleted from the server-manager his/her pseudonyms should not    script would fail.
229    appear in any configuration file.  - Correct the step-ticker to pool.ntp.org hosts.
230    - Hide normally hidden files from view when using roaming profiles.
231    - The dungog yum repository has been obsoleted as the packages are in
232  General features    smecontribs.
233  ================  - When a user is deleted from the server-manager his/her pseudonyms should not
234  - Based on CentOS 4.7 and all available updates    appear in any configuration file.
235    
236    
237  There are a few differnces from previous releases <=7.2  General features
238  =======================================================  ================
239    - Based on CentOS 4.7 and all available updates
240  After installing for the very first time:  
241  -----------------------------------------  
242  - First night you may receive an email from cron about sa_updates.  There are a few differences from previous releases <=7.2
243  - First night you should receive a large email saying a bunch of  =======================================================
244    groups/users were removed/added (rkhunter email notification).  
245  - Any time you change users/groups you will receive an email the next day  After installing for the very first time:
246    about those changes (rkhunter email notification).  -----------------------------------------
247    - First night you may receive an email from cron about sa_updates.
248  $Id: README.txt,v 1.20 2008/01/01 17:18:13 slords Exp $  - First night you should receive a large email saying a bunch of
249      groups/users were removed/added (rkhunter email notification).
250    - Any time you change users/groups you will receive an email the next day
251      about those changes (rkhunter email notification).
252    
253    $Id: README.txt,v 1.25 2008/10/28 22:57:58 wellsi Exp $


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed