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

Diff of /cdrom.image/sme9/README.txt

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

Revision 1.22 by vip-ire, Sat Oct 8 09:53:48 2016 UTC Revision 1.23 by unnilennium, Sun Mar 12 05:39:56 2017 UTC
# Line 1  Line 1 
1  Koozali SME Server 9.2 Beta1 Release Notes  Koozali SME Server 9.2 RC1 Release Notes
2  ===========================================  ===========================================
3    
4  10 October 2016  11 March 2017
5    
6  The Koozali SME Server (SME Server) development team is pleased to announce  The Koozali SME Server (SME Server) development team is pleased to announce
7  the release of SME Server 9.2 Beta1 which is based on CentOS 6.8  the release of SME Server 9.2 RC1 which is based on CentOS 6.8
8    
9  Bug reports and reports of potential bugs should be raised in the bug  Bug reports and reports of potential bugs should be raised in the bug
10  tracker (and only there, please);  tracker (and only there, please);
# Line 14  tracker (and only there, please); Line 14  tracker (and only there, please);
14  Download  Download
15  ========  ========
16    
17  You can download Koozali SME Server 9.2 Beta1 from  You can download Koozali SME Server 9.2 RC1 from
18  http://mirror.contribs.org/smeserver/releases/testing/9.2.beta1/  http://mirror.contribs.org/smeserver/releases/testing/9.2.rc1/
19  or for other methods see http://wiki.contribs.org/SME_Server:Download  or for other methods see http://wiki.contribs.org/SME_Server:Download
20    
21  Please note it may take up to 48 hours for mirrors to finish syncing,  Please note it may take up to 48 hours for mirrors to finish syncing,
22  during this time you may experience problems.  during this time you may experience problems.
23    
   
24  About SME Server  About SME Server
25  ================  ================
26    
# Line 68  http://wiki.contribs.org/Install_From_US Line 67  http://wiki.contribs.org/Install_From_US
67  Major changes in this release  Major changes in this release
68  =============================  =============================
69    
70  Major Changes in this release. Updated all to Koozali branding. Server Manager - Allow access to the server-manager without SSL from the loopback, Don't redirect to http when login in/out of the server-manager from localhost. File Server - added W10 support to SME Domain LDAP - Hook into the new ssl-update event, Mail Server - Allow reading SSL_version from the tls_protocols config file (and turn TLSv1 back on by default), Modify whitelist_soft transaction to interact with dnsbl filter, Revert forcing TLSv1 patch as it breaks some inbound delivery, Remove karma rcpt handling, Check rua is defined before trying to parse it to prevent an error if a domain has a DMARC entry published with no rua, add support for the uribl plugin, add detailed spamassassin report headers. Web Server - Hook into the new ssl-update event, Set TLSv1 back to enabled (but keep a prop to disable it if needed). Other fixes and updates - Correctly display http URL to the server-manager in the console, Remove motd text from grub.cfg  Major Changes in this release. Updated all to Koozali branding. Server Manager - Allow access to the server-manager without SSL from the loopback, Don't redirect to http when login in/out of the server-manager from localhost. File Server - added W10 support to SME Domain. LDAP - Hook into the new ssl-update event. Mail Server - Update qpsmtpd to release 0.99.2 (including multiple plugins and ability to ebale/disable same), Allow reading SSL_version from the tls_protocols config file (and turn TLSv1 back on by default), Modify whitelist_soft transaction to interact with dnsbl filter, Revert forcing TLSv1 patch as it breaks some inbound delivery, Remove karma rcpt handling, Check rua is defined before trying to parse it to prevent an error if a domain has a DMARC entry published with no rua, add support for the uribl plugin, add detailed spamassassin report headers. Web Server - Hook into the new ssl-update event, Set TLSv1 back to enabled (but keep a prop to disable it if needed). Other fixes and updates - Correctly display http URL to the server-manager in the console, Remove motd text from grub.cfg.
71    
72    
73  Detailoed changes in this release  Detailed changes in this release
74  =======================  =======================
75    
76  Only the changes since SME Server 9.1 are listed, mainly  Only the changes since SME Server 9.1 are listed, mainly autogenerated from the changelogs.
77  autogenerated from the changelogs.  
78    Packages altered by Centos, Redhat, and Fedora-associated developers are not included.
79    
80  Packages altered by Centos, Redhat, and Fedora-associated developers are  Text With Bug Numbers
81  not included.  Text for ISO Release Notes with Bug Numbers
82    The changelogs are written per package, and each package is assigned a group.
83    
84  File Server  File Server
85    
86   - Create V6 profile dir (for Win10 roaming profiles)  e-smith-samba
87   - The samba performance registry is now added in the win10samba.reg  - Create V6 profile dir (for Win10 roaming profiles) [SME: 9772]
88   - added W10 support to SME Domain    proftpd
89   - Corrected typo in patch of bad character '“', relative to roaming profile  - Additional tweak (to avoid null pointer dereference) for upstream bug 3868
90   - e-smith-samba-2.4.0.bz9038.W10_registry.patch  - Fix for CVE-2016-3125: usage of 1024 bit DH key even with manual parameters
91   - Roaming profiles follow Windows version (.V2,.V3,.V4,.V5)      see (http://bugs.proftpd.org/show_bug.cgi?id=4230)
92   - Added e-smith-samba-2.4.0.bz9048.RoamingProfileForW8.patch  - Also fixed related issue where only first DH param in TLSDHParamFile is used,
93   - Modified the registry file for roaming profile with W8    regardless of requested keylength (http://bugs.proftpd.org/show_bug.cgi?id=3868)
94   - e-smith-samba-2.4.0.bz9038.W10_registry.patch  - Fix SUID/SGID directory permission setting regression introduced with fix
95   - Fix samba audit parameters Patch from Jorge Gonzalez    for CVE-2012-6095 (#1297264)
96   - Replace syslog template to rsyslog so samba audits are logged in the correct  - Add support for specifying TLSv1.1 and TLSv1.2 (#1281493)
    file  
  - Additional tweak (to avoid null pointer dereference) for upstream bug 3868  
  - Fix for CVE-2016-3125: usage of 1024 bit DH key even with manual parameters  
    set (http://bugs.proftpd.org/show_bug.cgi?id=4230)  
  - Also fixed related issue where only first DH param in TLSDHParamFile is used,  
    regardless of requested keylength (http://bugs.proftpd.org/show_bug.cgi?id=3868)  
  - Fix SUID/SGID directory permission setting regression introduced with fix  
    for CVE-2012-6095 (#1297264)  
  - Add support for specifying TLSv1.1 and TLSv1.2 (#1281493)  
  - Add dependency on perl(Crypt::Cracklib), needed for ftpasswd --use-cracklib  
  - Add -utils subpackage for support tools (#1258440), using a sub-package to  
    ensure that the main package does not require perl  
  - Update ftpasswd to version from proftpd 1.3.5a for additional functionality  
    (SHA passwords, locking and unlocking of accounts)  
97    
98  LDAP  LDAP
99    
100   - Hook into the new ssl-update event  e-smith-ldap
101   - Remove size limit for search result  - Disable SSLv3, but keep the possibility to enable it again [SME: 10113]
102   - Make pdbedit output independent from locale and timezone so it can be  - Better default cipher suite, and honor global suite [SME: 10113]
103     parsed  - Hook into the new ssl-update event [SME: 9152]
  - Symlink /etc/init.d/ldap to /usr/bin/sv,  
    Chown all DB files to ldap before staring slapd  
  - Set checkpoint in slapd.conf instead of DB_CONFIG,    
    Don't overwrite the ldif dump if slapcat's output is empty  
    (code from Charlie Brady)  
  - Stop ldap on shutdown (rc0 and rc6)  
  - Run db_recover on startup  
  - Don't wipe LDAP DB when the ldif dump is empty  
104    
105  Localisation  Localisation
106    
107   - Apply locale 2016-06-15 patch from pootle  smeserver-locale
108    - apply locale 2017-03-03 patch from pootle [SME: 9592]
109    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
110      by assuming the date is correct and changing the weekday.
111    
112  Mail Server  Mail Server
113    
114   - Update to release 0.99.2  clamav
115   - Add pcre-devel to BuildRequires  - Update to release 0.99.2 [SME: 9489]
116   - Hook into a new ssl-update event  - Add pcre-devel to BuildRequires [SME: 9151]
117   - Allow setting SSL protocols from DB (and set TLSv1 back to enabled  e-smith-pop3
118     on a default install)  - Hook into a new ssl-update event [SME: 9152]
119   - Disable TLSv1  - Allow setting SSL protocols from DB (and set TLSv1 back to enabled
120   - Disable fips mode on stunnel    on a default install) [SME: 9175]
121   - Use stunnel instead of sslio to support TLS  - Disable TLSv1 [SME: 9169]
122   - Add possibility to exclude users or members of other groups from group  e-smith-qmail
123     email address  - Add possibility to exclude users or members of other groups from group
124   - Validate domains found in uribl with Data::Validate::Domain [SME: 9499]    email address [SME: 9540]
125   - Use eval to fetch dkim policies, prevent fatal errors in case of DNS  qmail
126     timeout [SME: 9504]  - Consider literal <> as null sender [SME: 9883]
127   - Remove karma rcpt handling, Fix karma logic by checking negative strikes  qpsmtpd
128     Backport a fix for karma_tool so it can find its database  - Removed Message-Id validation, as it rejects MS account validation email [SME: 9773]
129   - Check rua is defined before trying to parse it to prevent an error  - fix whitelist plugin to support helo with naughty rejecting at mail stage [SME: 10111]
130     if a domain has a DMARC entry published with no rua  - Validate domains found in uribl with Data::Validate::Domain [SME: 9499]
131   - Fix error when RCPT TO is not valid  - Use eval to fetch dkim policies, prevent fatal errors in case of DNS
132   - Update to 0.96 (with some backports from GIT head)    timeout [SME: 9504]
133   - Allow reading SSL_version from the tls_protocols config file (and turn  - Remove karma rcpt handling (buggy and doesn't make a lot of sense) [SME: 9502]
134     TLSv1 back on by default)  - Check rua is defined before trying to parse it to prevent an errorif a domain has a DMARC
135   - Correctly log login attempts with nulls in login name    entry published with no rua [SME: 9507]
136   - Modify whitelist_soft transaction to interact with dnsbl filter  - Fix error when RCPT TO is not valid [SME: 8861]
137   - by John Crisp <jcrisp@safeandsoundit.co.uk>  - Fix karma logic by checking negative strikes [SME: 9502]
138   - Added qpsmtpd-0.84-make-dnsbl-more-whitelist_soft-aware.patch  - Backport a fix for karma_tool so it can find its database [SME: 9502]
139   - Disable SSLv3  - Update to 0.96 (with some backports from GIT head) [SME: 8861]
140   - New notls conf to set hosts you dont want to advertize STARTTLS to  - Allow reading SSL_version from the tls_protocols config file (and turn TLSv1 back on by default)
141   - Revert forcing TLSv1 patch as it breaks some inbound delivery    [SME: 9162]
142   - Revert whitelist_soft dnsbl as it hasn't been verified yet and we need to  - Correctly log login attempts with nulls in login name [SME: 9167]
143     push the fix for TLSv1  - Disable TLSv1 [SME: 9162]
144   - Modify whitelist_soft transaction to interact with dnsbl filter  qpsmtpd-plugins
145   - by John Crisp <jcrisp@safeandsoundit.co.uk>  - remove whitelist_soft [SME: 10125]
146   - Force usage of TLSv1  smeserver-clamav
147   - Disable unofficial sigs for filesystem scans  - Disable unofficial sigs for filesystem scans [SME: 9142]
148   - Double the memory limit as we do not have enough room  smeserver-dovecot
149   - Increase MemLimit to 700M for clamav-0.98  - Better default cipher suite, and honor global suite [SME: 10114]
150   - Hook into the new ssl-update event  - Hook into the new ssl-update event [SME: 9152]
151   - Allow settings SSL protocols from DB (and set TLSv1 back to enabled  - Allow settings SSL protocols from DB (and set TLSv1 back to enabled on a default install)
152     on a default install)    [SME: 9175]
153   - Disable TLSv1  - Disable TLSv1 [SME: 9175]
154   - Allow custom passdb args  smeserver-qpsmtpd
155   - Set the default helo policy to lenient [SME: 9767]  - updated regex for SBList in smeserver-qpsmtpd-2.4.0-change_rbl_sbl_list_separator.patch to take into
156   - Turn SPF and DMARC rejects off by default [SME: 9654]    account list using a subdomain [SME: 10116]
157   - Fix disabling DMARC reporting [SME: 9507]  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct
158   - Remove o and r DKIM fields as they are not standard    and changing the weekday.
159   - In qpsmtpd-print-dns set DKIM options after the public key so the string    Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
160     will still be split correctly    Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
161   - Fix a syntax error in the qpsmtpd-print-dns script  - Set the default helo policy to lenient [SME: 9767]
162   - Remove warning about spool dir permission on startup  - Turn SPF and DMARC rejects off by default [SME: 9654]
163   - Add missing patch for DKIM signing  - Fix disabling DMARC reporting [SME: 9507]
164   - Create needed directories  - Remove o and r DKIM fields as they are not standard [SME: 9506]
165   - Add missing run time dependency on perl(DBD::SQLite)  - In qpsmtpd-print-dns set DKIM options after the public key so the string will still be splitted correctly [SME: 9506]
166   - Check SPF for inbound emails  - Fix a syntax error in the qpsmtpd-print-dns script [SME: 9507]
167   - Check DKIM for inbound emails  - Remove warning about spool dir permission on startup [SME: 9511]
168   - Check DMARC for inbound emails (based on the previous SPF and DKIM checks)  - Add missing patch for DKIM signing [SME: 9506]
169   - Store and send DMARC aggregate reports  - Add missing run time dependency on perl(DBD::SQLite) [SME: 9507]
170   - Support DKIM signing for outbound emails  - Check SPF for inbound emails [SME: 9505]
171   - Use an additional badrcptto file list for external connections so  - Check DKIM for inbound emails [SME: 9504]
172     local only pseudonymes work as expected  - Check DMARC for inbound emails (based on the previous SPF and DKIM checks) [SME: 9507]
173   - Enable the bogus_bounce plugin  - Store and send DMARC aggregate reports [SME: 9507]
174   - Use the naughty plugin to defer rejections, leaving users an opportunity  - Support DKIM signing for outbound emails [SME: 9506]
175     to authenticate  - Use an additional badrcptto file list for external connections so local only pseudonymes work as expected [SME: 9503]
176   - Add support for the uribl plugin  - Enable the bogus_bounce plugin [SME: 9501]
177   - Change separator for SBList and RBLlist from : to ,  - Use the naughty plugin to defer rejections, leaving users an opportunity to authenticate [SME: 9500]
178   - Switch to the clamdscan plugin  - Add support for the uribl plugin [SME: 9499]
179   - Enabe the loadcheck plugin  - Change separator for SBList and RBLlist from : to , [SME: 9498]
180   - Add support for the karma plugin  - Switch to the clamdscan plugin [SME: 9497]
181   - Work with qpsmtpd 0.96  - Enabe the loadcheck plugin [SME: 9508]
182   - Expand all ssl related conf in ssl-update  - Add support for the karma plugin [SME: 9502]
183   - Hook into a new ssl-update event  - Work with qpsmtpd 0.96 [SME: 8861]
184   - Allow setting SSL protocols from DB  - Expand all ssl related conf in ssl-update [SME: 9152]
185   - Add domain part to bcc user if missing  - Hook into a new ssl-update event [SME: 9152]
186   - allow IP relayclient stored by DB  - Allow setting SSL protocols from DB [SME: 9162]
187   - Code from Stefano ZAmboni <zamboni@mind-at-work.it>  smeserver-spamassassin
188   - & Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au>  - Rewrite spamd run script to add support for --allow-tell [SME: 10138]
189   - allow IP relayclient stored by DB  - Add X-Spam-Details header (and simplify X-Spam-Status) [SME: 9509]
190   - Code from Stefano ZAmboni <zamboni@mind-at-work.it>  - Disable ipv6 support to prevent a warning during startup [SME: 9153]
  - Add X-Spam-Details header (and simplify X-Spam-Status)  
  - Disable ipv6 support to prevent a warning during startup  
191    
192  Server manager  Server manager
193    
194   - Update server-manager to Koozali branding thanks to John Crisp  e-smith-manager
195   - e-smith-manager-2.6.0-Koozali_manager.patch  - reapply patch 4
196   - Better syntax for removing Indexes option for the manager  - Update server-manager to Koozali branding [SME: 9678]
197   - Remove index option for manager's resources  - move fix to the right line to be effective [SME: 9920]
198   - fix 307 redirection to http when https is used  - fix bad redirection parameter that might reveal session information to remote site temporarily
199   - update syntaxe for TKT Auth bump 7 for typo    reverting patch 4 for fast release of security fix please put it back at next release  [SME: 9920]
200     corrected typo in e-smith-manager-2.4.0-         dont_rewrite_to_https_from_localhost.patch  - Update server-manager to Koozali branding [SME: 9678]
201     code from John H. Bennett III bennettj@johnbennettservices.com  - e-smith-manager-2.6.0-Koozali_manager.patch better syntax for removing Indexes option for the manager [SME: 9589]
202   - Really don't redirect to http when login in/out of the server-manager  - Remove index option for manager's resources [SME: 9589]
203   - Don't redirect to http when login in/out of the server-manager from  - fix 307 redirection to http when https is used [SME: 8825]
204     localhost  - update syntaxe for TKT Auth, bump 7 for typo, corrected typo in e-smith-manager-2.4.0-  dont_rewrite_to_https_from_localhost.patch code from John H. Bennett III bennettj@johnbennettservices.com [SME: 9271]
205   - Allow access to the server-manager without SSL from the loopback  - Really don't redirect to http when login in/out of the server-manager [SME: 9163]
206   - don't set environmental variable based on user supplied Proxy  - Don't redirect to http when login in/out of the server-manager from localhost [SME: 9163]
207     request header CVE-2016-5385  - Allow access to the server-manager without SSL from the loopback [SME: 9163]
208   - fix wrong warning in openssl_encrypt() for missing IV  php
209     when IV is not required #1260315  - don't set environmental variable based on user supplied Proxy request header CVE-2016-5385
210   - fix segfault's when you try and allocate an SplFixedArray  - fix wrong warning in openssl_encrypt() for missing IV when IV is not required #1260315
211     with size >= 9999 #1071344  - fix segfault's when you try and allocate an SplFixedArray with size >= 9999 #1071344
212   - segfault in php_pgsql_meta_data CVE-2015-4644 #1234434  - segfault in php_pgsql_meta_data CVE-2015-4644 #1234434
213   - add options to enable TLS in curl #1255920  - add options to enable TLS in curl #1255920
214   - fix segfault in gc_collect_cycles #1122681  - fix segfault in gc_collect_cycles #1122681
215   - fix gzfile accept paths with NUL character #1213407  
216   - fix patch for CVE-2015-4024  Webmail and Groupware
217   - fix more functions accept paths with NUL character #1213407  
  - soap: missing fix for #1222538 and #1204868  
  - core: fix multipart/form-data request can use excessive  
    amount of CPU usage CVE-2015-4024  
  - fix various functions accept paths with NUL character  
    CVE-2015-4026, #1213407  
  - ftp: fix integer overflow leading to heap overflow when  
    reading FTP file listing CVE-2015-4022  
  - phar: fix buffer over-read in metadata parsing CVE-2015-2783  
  - phar: invalid pointer free() in phar_tar_process_metadata()  
    CVE-2015-3307  
  - phar: fix buffer overflow in phar_set_inode() CVE-2015-3329  
  - phar: fix memory corruption in phar_parse_tarfile caused by  
    empty entry file name CVE-2015-4021  
  - soap: more fix type confusion through unserialize #1222538  
  - soap: more fix type confusion through unserialize #1204868  
  - core: fix double in zend_ts_hash_graceful_destroy CVE-2014-9425  
  - core: fix use-after-free in unserialize CVE-2015-2787  
  - exif: fix free on unitialized pointer CVE-2015-0232  
  - gd: fix buffer read overflow in gd_gif.c CVE-2014-9709  
  - date: fix use after free vulnerability in unserialize CVE-2015-0273  
  - enchant: fix heap buffer overflow in enchant_broker_request_dict  
    CVE-2014-9705  
  - phar: use after free in phar_object.c CVE-2015-2301  
  - soap: fix type confusion through unserialize  
  - fileinfo: fix out-of-bounds read in elf note headers. CVE-2014-3710  
  - xmlrpc: fix out-of-bounds read flaw in mkgmtime() CVE-2014-3668  
  - core: fix integer overflow in unserialize() CVE-2014-3669  
  - exif: fix heap corruption issue in exif_thumbnail() CVE-2014-3670  
  - spl: fix use-after-free in ArrayIterator due to object  
    change during sorting. CVE-2014-4698  
  - spl: fix use-after-free in SPL Iterators. CVE-2014-4670  
  - gd: fix NULL pointer dereference in gdImageCreateFromXpm.  
    CVE-2014-2497  
  - fileinfo: fix incomplete fix for CVE-2012-1571 in  
    cdf_read_property_info. CVE-2014-3587  
  - core: fix incomplete fix for CVE-2014-4049 DNS TXT  
    record parsing. CVE-2014-3597  
  - core: type confusion issue in phpinfo(). CVE-2014-4721  
  - date: fix heap-based buffer over-read in DateInterval. CVE-2013-6712  
  - core: fix heap-based buffer overflow in DNS TXT record parsing.  
    CVE-2014-4049  
  - core: unserialize() SPL ArrayObject / SPLObjectStorage type  
    confusion flaw. CVE-2014-3515  
  - fileinfo: out-of-bounds memory access in fileinfo. CVE-2014-2270  
  - fileinfo: unrestricted recursion in handling of indirect type  
    rules. CVE-2014-1943  
  - fileinfo: out of bounds read in CDF parser. CVE-2012-1571  
  - fileinfo: cdf_check_stream_offset boundary check. CVE-2014-3479  
  - fileinfo: cdf_count_chain insufficient boundary check. CVE-2014-3480  
  - fileinfo: cdf_unpack_summary_info() excessive looping  
    DoS. CVE-2014-0237  
  - fileinfo: CDF property info parsing nelements infinite  
    loop. CVE-2014-0238  
  - add php_get_module_initialized internal function (#1053301)  
  - soap: fixRFC2616 transgression (#1045019)  
  - fix static calling in non-static method (#953786)  
  - fix autoload called from closing session (#954027)  
  - drop unneeded part of CVE-2006-724.patch and fileinfo.patch  
    extension not provided or git binary patches (#1064027)  
  - odbc: fix incompatible pointer type (#1053982)  
  - mysqli: fix possible segfault in mysqli_stmt::bind_result  
    php bug 66762 (#1069167)  
  - mysql: fix php_mysql_fetch_hash writes long value into int  
    php bug 52636 (#1054953)  
218    
219  Web Server  Web Server
220    
221   - Hook into the new ssl-update event  e-smith-apache
222   - Set TLSv1 back to enabled (but keep a prop to disable it if needed)  - Hook into the new ssl-update event [SME: 9152]
223   - Disable TLSv1  - Set TLSv1 back to enabled (but keep a prop to disable it if needed) [SME: 9154]
224   - Disable SSLv3  - Disable TLSv1 [SME: 9154]
  - Revert CRIME mitigation patch, as it's not needed  
  - Mitigate CVE-2012-4929  
  - Turn SSLEngine on in the SSL vhost (ProxyPassVirtualHosts)  
225    
226  Other fixes and updates  Other fixes and updates
227    
228   - Allow /32 masks on the external interface, in which case we don't  e-smith-base
229    - Use ip route syntax to define routes to local network [SME: 9905]
230    - Allow /32 masks on the external interface, in which case we don't
231    check if the gateway is on the correct network) [SME: 9765]    check if the gateway is on the correct network) [SME: 9765]
232   - Add a column to display forwarding address  - Add a column to display forwarding address [SME: 9174]
233   - Correctly display http URL to the server-manager in the console  - Correctly display http URL to the server-manager in the console [SME: 9163]
234   - Fire ssl-update event when default cert is renewed  - Fire ssl-update event when default cert is renewed [SME: 2257]
235   - Expand /home/e-smith/ssl.pem/pem during ssl-update  - Expand /home/e-smith/ssl.pem/pem during ssl-update [SME: 9152]
236   - Update /etc/mime.types templates  e-smith-devtools
237   - Use sha256 algorithm for signature of SSL cert.  - Quote filenames in genfilelist so filenames containing spaces are correctly
238   - Fix including /etc/selinux directory    handled [SME: 9758]
239   - Add templates for /etc/selinux/config  e-smith-grub
240   - Add dummy NIC support as InternalInterface  - Remove motd text from grub.cfg [SME: 9161]
241   - Only fire the ip-change event when IP is assigned to WAN nic  e-smith-hosts
242     (Code by Charlie Brady and John Crisp)  - Allow empty comment when creating/modifying a hostname [SME: 9177]
243   - Only reset service access when switching to or from private server mode  e-smith-ibays
244     (Code by Charlie Brady)  - Remove double / in SSL RewriteRule [SME: 9195]
245   - When quiting the console app with unsaved changes set the default selected  e-smith-lib
246   - answer to NO Hsing-Foo Wang <hsingfoo@gmail.com>  - Adjust regex so adjust-service accepts sigusr1 and sigusr2 from files [SME: 9184]
247   - Added a comment to specify the real configuration file of dhcpd  e-smith-proxy
248   - Modified the patch of daniel e-smith-base-5.6.0-ensure_apache_alias_www.patch  - Allow custom file descriptor limit, and set default to 4096 [SME: 9911]
249   - Ensure www group exists and that apache is an alias of www  initscripts
250   - Ensure www group exists and that apache is an alias of www  - Rebase on upstream 9.03.53-1 [SME: 9534]
251   - Check were running runlevel 4, not 7 in service wrapper  - Roll in CentOS Branding
252   - Correctly update NIC configuration on single NIC systems  - functions: parse -d first
253   - Symlink udev-post service in rc7  - functions: fix ignored delay in killproc
254   - Fix PPPoE after a post-upgrade  - netfs: only unmount loopback device mounted on top of netdev or with back-file on netdev
255   - Remove dependency on microcode_ctl  - functions: improve killing loops
256   - Prevent emailing about the normal, weekly, checks of RAID arrays, by Mark Casey  - netfs: tweak nfs umount
257   - Quote filenames in genfilelist so filenames containing spaces are correctly  - sysctl.conf: mention sysctl -a
258     handled  - sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRA
259   - Added new createlinks function event_templates event_actions event_services  - spec: require plymouth
260   - Don't claim to own /sbin and /sbin/e-smith  - fix mangled sysconfig/init.s390
261   - Remove motd text from grub.cfg  - rc.sysinit: don't perform fsck twice with /.autorelabel
262   - Allow empty comment when creating/modifying a hostname  - ifdown-eth: fix comparison
263   - Add a migrate fragment to sanitize the host comment  - ifup-eth: if arping fails, output responding MAC
264   - Code done by Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au>  - network-functions: fix change_resolv_conf after grep update
265   - and Huib <sme@artixdesign.com>  - spec: add sysctl.d dir
266   - Add a validator for the comment and the hostname field  - rc.sysinit: fix typo in fs
267   - Remove double / in SSL RewriteRule  - rename_devices: comments need to have a blank before them
268   - Revert the upload_tmp_folder patch as it needs some more work  - rename_device: remove comments and trailing whitespaces
269   - Add an upload_tmp_folder setting by db command  - bonding: warn if the ifup for slave device failed
270   - Thanks to Michael McCarn and Jean-philippe Pialasse  - clarify daemon() usage message
271   - init-ibays create the folder tmp within all i-bays root directory  - ifdown: clean ipv4 localhost addresses
272   - ibay-modify create/chown/chmod the folder tmp within the i-bays root directory  - ifup-post: check resolve.conf also with DNS2
273   - Add an upload_tmp_folder setting by db command Thanks to Michael McCarn and         Jean-philippe Pialasse  - ifup: add missing quotes
274   - Force SSL following ibays settings to the relevant domain  - ifup-eth: some bridge options are applied later
275   - Perl::critic syntax modifications  - init.d/halt: give init some time to reexecute
276   - Add more PHP options to ibays only by db commands  - network-scripts: DEVICE and HWADRR could be quoted by apostrophe
277   - Add SSLRequireSSL to ibays when SSL is set to enabled  - ifup-wireless: fix calling of phy_wireless_device
278   - Adjust regex so adjust-service accepts sigusr1 and sigusr2 from files  - rc.sysinit: apply quotas after system is relabeled
279   - Added a password creation (set_secret)  mod_auth_tkt
280   - code from Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au>  - backport to SME9 fix redirection when proxy ssl [SME: 8825]
281   - Rebase on upstream 9.03.53-1  - update apxs path for SME9 (sbin)
282   - Roll in CentOS Branding  smeserver-release
283   - functions: parse -d first  - Bump for beta1 release of 9.2 [SME: 9525]
284   - functions: fix ignored delay in killproc  smeserver-support
285   - netfs: only unmount loopback device mounted on top of netdev or with back-file    on netdev  - updated sources with new pictures fix hover color [SME: 9678]
286   - functions: improve killing loops  - Koozali branding of manager [SME: 9678]
287   - netfs: tweak nfs umount  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,by assuming the date is correct and changing the weekday.
288   - sysctl.conf: mention sysctl -a  - Update copyright in server-manager footer [SME: 9266]
289   - sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRA  - Don't put motd content in /etc/redhat-release [SME: 9161]
290   - spec: require plymouth  smeserver-yum
291   - fix mangled sysconfig/init.s390  - added centos SCLo SIG gpg rpm signing key [SME: 10102]
292   - rc.sysinit: don't perform fsck twice with /.autorelabel    will allow to install SCL packages directly from smecontribs
  - ifdown-eth: fix comparison  
  - ifup-eth: if arping fails, output responding MAC  
  - network-functions: fix change_resolv_conf after grep update  
  - spec: add sysctl.d dir  
  - rc.sysinit: fix typo in fs  
  - rename_devices: comments need to have a blank before them  
  - rename_device: remove comments and trailing whitespaces  
  - bonding: warn if the ifup for slave device failed  
  - clarify daemon() usage message  
  - ifdown: clean ipv4 localhost addresses  
  - ifup-post: check resolve.conf also with DNS2  
  - ifup: add missing quotes  
  - ifup-eth: some bridge options are applied later  
  - init.d/halt: give init some time to reexecute  
  - network-scripts: DEVICE and HWADRR could be quoted by apostrophe  
  - ifup-wireless: fix calling of phy_wireless_device  
  - rc.sysinit: apply quotas after system is relabeled  
  - network-functions: fix change_resolv_conf after grep update  
  - use new -m option to pidof  
  - rc.sysinit: be more verbose  
  - init.d/functions: rc.debug option to debug initscripts  
  - ifup-aliases: inherit ARPCHECK from parent device  
  - netfs: don't race NFS umount to network shutdown  
  - network: report that we can't shut down network for root on netfs  
  - Fix tcsh + grep-2.7. (#636552)  
  - sysctl.conf: move bridge setting to module-init-tools  
  - rc.sysinit: set affinity also for current shell  
  - ifdown-eth: use scope host for lo  
  - improve_check_for_bond_master_in_install_bonding_driver  
  - network-functions: fix check in install_bonding_driver  
  - ifdown-post: remove resolv.conf only in specific cases  
  - netconsole: lets run earlier  
  - ipcalc: support RFC3021 (#997271)  
  - halt: add delay after upsdrvctl shutdown  
  - ifup: also set multicast_snooping after the bridge is up  
  - ifup,vlan: fix typo  
  - ifup,vlan: fix typo  
  - backport to SME9  
  - fix redirection when proxy ssl  
  - update apxs path for SME9 (sbin)  
  - Koozali branding of manager  
  - Update copyright in server-manager footer  
  - Don't put motd content in /etc/redhat-release  
  - created a template for /etc/system-release  
  - Added smeserver-support-2.6.0.bz8939.system-release-template.patch  
  - added a motd message to increase involvements or donations  
  - Code done by John Crisp <jcrisp@safeandsoundit.co.uk> and  
  - Stefano Zamboni <zamboni@mind-at-work.it>  
  - Remove now uneeded obsolete directives  
  - Remove openssl from the Exclude list of centos repo  
  - Example to update contribs 1 by 1  
  - Set the check update frequency of smecontribs through the server-manager  
  - Add a default Yum db property for check4contribsupdates  
  - Added a check-update for the smecontribs repository  
  - Move protected package list to the correct location  
   
   
293    
294  General features  General features
295  ================  ================
296    
297  - Based on CentOS 6.8 and all available updates  - Based on CentOS 6.8 and all available updates
298    
   
299  Terry Fage  Terry Fage
300    Compilation of release data is thanks to Ian Wells
301  On behalf of the Koozali SME Server development team  On behalf of the Koozali SME Server development team


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