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

Annotation of /cdrom.image/sme8/README.txt

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


Revision 1.7 - (hide annotations) (download)
Thu Jul 15 07:58:07 2010 UTC (13 years, 10 months ago) by wellsi
Branch: MAIN
Changes since 1.6: +13 -8 lines
Content type: text/plain
SME 8 Beta 6 Release Notes, third draft

1 wellsi 1.5 SME Server 8.0 Beta 6 Release Notes
2 wellsi 1.2 ===================================
3    
4 wellsi 1.6 July 18 2010
5 wellsi 1.2
6     The SME Server development team is pleased to announce the release of
7 wellsi 1.5 SME Server 8.0beta6 which is based on CentOS 5.5 and will be the next
8     major release of SME Server. This is the final planned Beta for SME 8.
9 wellsi 1.2
10 wellsi 1.3 Bug reports and reports of potential bugs should be raised in the bug
11     tracker (and only there, please);
12 wellsi 1.2
13     http://bugs.contribs.org/
14    
15 wellsi 1.3 ***************************
16     Testers Please Note the following...
17    
18 wellsi 1.5 1. SME Server users should not upgrade production servers to this
19     release but those who can are encouraged to load the beta to a
20     dedicated test machine and take part in the testing phase.
21    
22     2. CentOS 5 has dropped support for i586 and therefore SME Server 8
23 wellsi 1.3 will not work on i586 hardware. [See bugzilla:2845]. i586 hardware
24     means processors before and including Intel Pentium, Pentium MMX;
25     AMD K5, K6, K6-II, K6-III and Via C3. i686 architecture processors
26     are Intel Pentium Pro, Pentium II, Pentium III; AMD Athlon,
27     Athlon XP and later.
28    
29 wellsi 1.5 3. Upgrading from previous releases should only be done on clean
30 wellsi 1.7 machines without contribs or other modifications.
31 wellsi 1.3
32 wellsi 1.7 4. Testers are now encouraged to test upgrade paths and to start testing
33     contribs. They are not certain to work so only try on test servers.
34     Please raise all issues found in the bug tracker.
35    
36     5. Some notes on on SME 8 including help on upgrades can be found at
37 wellsi 1.5 http://wiki.contribs.org/SME_Server_8
38 wellsi 1.4
39 wellsi 1.7 6. Please note it may take up to 48 hours for mirrors to finish syncing,
40 wellsi 1.5 during this time you may experience problems.
41 wellsi 1.6 You can download SME8.0 Beta 6 from
42 wellsi 1.4 http://mirror.contribs.org/smeserver/releases/testing/8/iso/i386/
43 wellsi 1.5 or for other methods see http://wiki.contribs.org/SME_Server_8
44 wellsi 1.4
45 wellsi 1.3 ***************************
46 wellsi 1.2
47     About SME Server
48     ================
49    
50     SME Server is the leading Linux distribution for small and medium
51 wellsi 1.4 enterprises.
52 wellsi 1.2
53 wellsi 1.5 SME Server is freely available under the GNU General Public License and
54     is only possible through the efforts of the SME Server community.
55 wellsi 1.2 However, the availability and quality of SME Server is dependent on
56     meeting our expenses, such as hosting costs, server hardware, etc.
57    
58     As such, we ask for a small donation to offset costs and fund further
59     development.
60    
61 wellsi 1.4 Please visit http://wiki.contribs.org/Donate to donate.
62 wellsi 1.2
63 wellsi 1.3 Thanks and a plea for help
64     ==========================
65    
66     The development team would like to thank all of those who have involved
67     themselves with this beta release. At this stage in development the role
68 wellsi 1.5 of testers is vital; the final release date and the stability and
69     quality of the new version depend on full and thorough testing by all
70     levels of users, right from beginners who may be confused by, and draw
71 wellsi 1.6 the developers attention to, insufficiently transparent system design,
72     up to seasoned and skilled users who can probe the system deeply. Bug
73     triage and verification testing needs lots of community involvement;
74     please try to spare some time to this vital aspect of our community's
75     future.
76 wellsi 1.3
77 wellsi 1.5 This release, which is based on a major update of the Centos Core,
78     contains many new features. Please run Software Installer in Server
79     Manager regularly during testing to be sure your system reflects the
80     latest stage of development.
81 wellsi 1.3
82 wellsi 1.5 Major changes in beta 6
83 wellsi 1.4 =======================
84 wellsi 1.5 The policy is to stick with upstream updates unless there are compelling
85     reasons not to. The number of customers unable to run the software they
86     want because of the Samba and PHP versions constituted a compelling
87     reason.
88    
89     Samba 3x:
90     The Samba packages have reverted to those provided by CentOS to simplify
91     the support needed. This version of samba provides support for Windows 7
92     domain logins.
93 wellsi 1.4
94 wellsi 1.2 Changes in this release
95     =======================
96    
97 wellsi 1.5 This section of this README file lists all package changes carried out
98     by SME-associated developers since SME Server 8.0 Beta 5.
99    
100     The package changelogs often included earlier changes and changes
101     carried out by non-SME-associated developers; these were removed to
102     shorten the list. Packages recently altered by Centos, Redhat, and
103     Fedora-associated developers are not included.
104    
105     Backups
106     -------
107 wellsi 1.6 - Restoring from a Workstation Backup showed a false failure.
108     - Workstation Backup emails now include a To: header and includes the
109     system name in the subject line.
110     - Update backup instructions in server-manager.
111     - The Workstation Backup panel now removes leading and trailing spaces
112     from the hostname.
113     - Fix removal of leading slash in storage location.
114     - The Workstation backup to USB panel no longer presents mounted disks.
115 wellsi 1.7 - Only define Workstation Backup temporary directory once.
116     - Remove relocate_samba_file and all references to /etc/smbpasswd.
117 wellsi 1.5
118     File Server
119     -----------
120 wellsi 1.6 - Use samba3x package for windows 7 compatibility.
121     - Remove require strong key part of regedit file.
122     - Backup all the samba tdb files.
123     - Add dependency /usr/bin/tdbbackup.
124 wellsi 1.5
125     Localisation
126     ------------
127 wellsi 1.7 - Add Chinese (Taiwan) language (zh_TW).
128     - Add Hebrew language (he).
129 wellsi 1.6 - Fix translation of local nic string in console.
130 wellsi 1.5 - Other fixes include updated translations for the existing languages.
131    
132     Mail Server
133     -----------
134 wellsi 1.6 - Disable by default the SMTP transparent proxy, however upgrades from
135     sme7 will retain old default behavior where SMTP connections will be
136     transparently proxied.
137     - Implement a database key (TlsBeforeAuth) to allow SMTP
138     Authentication without TLS. The default remains to require TLS before
139     Auth (introduced in SME 8Beta5).
140     - Update qpsmtpd to 0.84
141     - Config setting to enable SMTP to ISP Authentication Debug now uses
142     enabled/disabled for clarity.
143 wellsi 1.5 - Fix HeloHost patch.
144 wellsi 1.6 - Remove cron.daily jobs that are no longer needed.
145     - Update email addresses on domain change.
146 wellsi 1.5
147     Server manager
148     --------------
149 wellsi 1.6 - Improve the HTML formatting of the modify quota panel.
150 wellsi 1.5
151     Webmail and Groupware
152     ---------------------
153     - Updated to Horde 3.3.8
154     - Updated to imp 4.3.7
155 wellsi 1.6 - Updated to Ingo 1.2.4
156 wellsi 1.5 - Updated to Turba 2.3.4
157 wellsi 1.6 - Add the ability to have a local LDAP Group Address book.
158     - Templated attributes.php to add ability to have multiple email
159     values for a contact. Separate entries with a comma and a space.
160 wellsi 1.5 - Update to freebusy info in sources.php
161    
162     Web Server
163     ----------
164     No updates
165    
166     Other fixes and updates
167     -----------------------
168 wellsi 1.6 - Handle no network interface scenario in console.
169     - Fix ldap-create errors when adding empty groups.
170     - The LDAP information for admin was not being updated.
171     - Don't try to save ibay password to LDAP.
172     - Do not allow pool.ntp.org as NTP server.
173 wellsi 1.5 - Prepare for obsoletion of magic_quotes* when we supply PHP 5.3.0+
174 wellsi 1.6 - Fix missing space causing errors parsing the iptables rules.
175     - Migrate MirrorList properties to sme8 repos.
176     - Remove BaseURL properties if migrating to sme8 repos.
177     - Remove yum databases and repodata if migrating to sme8 repos.
178 wellsi 1.2
179     General features
180     ================
181    
182 wellsi 1.5 - Based on CentOS 5.5 and all available updates
183    
184 wellsi 1.7 $Id: README.txt,v 1.6 2010/07/12 20:08:18 wellsi Exp $
185    

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