]> arthur.barton.de Git - netatalk.git/commitdiff
Release: 3.1.7
authorRalph Boehme <rb@sernet.de>
Fri, 28 Nov 2014 12:20:38 +0000 (13:20 +0100)
committerRalph Boehme <rb@sernet.de>
Fri, 28 Nov 2014 12:20:38 +0000 (13:20 +0100)
Signed-off-by: Ralph Boehme <rb@sernet.de>
VERSION
doc/www/ReleaseNotes

diff --git a/VERSION b/VERSION
index 14a9d06e1a1236d6de558c76aebe2f954f898701..d40b13a3fb883324fa3d5532a0de4e5b42bc7f5b 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.7dev
\ No newline at end of file
+3.1.7
\ No newline at end of file
index 4722413404f0325845ea6cb582f1fef6a07cf7a0..5ad77fc2bcb6f2f76d86c191caae5449d71c233d 100644 (file)
@@ -1,4 +1,4 @@
-Netatalk 3.1.6
+Netatalk 3.1.7
 ==============
 
 The Netatalk development team is proud to announce latest release of
@@ -45,15 +45,23 @@ at:
 
 http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 
-Changes in 3.1.6
+Changes in 3.1.7
 ~~~~~~~~~~~~~~~~
-* FIX: Spotlight: fix for long running queries
-* UPD: afpd: distribute SIGHUP from parent afpd to children and force
-       reload shares
-* FIX: netatalk: refresh Zeroconf registration when receiving SIGHUP
-* NEW: configure option "--with-init-style=debian-systemd" for Debian
-       8 jessieand later.  "--with-init-style=debian" is renamed
-       "--with-init-style=debian-sysv".
+* UPD: Spotlight: enhance behaviour for long running queries, client
+       will now show "progress wheel" while waiting for first results.
+* FIX: netatalk: fix a crash on Solaris when registering with mDNS
+* FIX: netatalk: SIGHUP would kill the process instead of being resent
+       to the other Netatalk processes, bug #579
+* FIX: afpd: Solaris locking problem, bug #559
+* FIX: Handling of malformed UTF8 strings, bug #524
+* FIX: afpd: umask handling, bug #576
+* FIX: Spotlight: Limiting searches to subfolders, bug #581
+* FIX: afpd: reloading logging config may result in privilege
+       escalation in afpd processes
+* FIX: afpd: ACL related error messages, now logged with loglevel
+       debug instead of error
+* FIX: cnid_metad: fix tsockfd_create() return value on error
+* FIX: CNID/MySQL: volume table name generation, bug #566.
 
 Supported Platforms
 ~~~~~~~~~~~~~~~~~~~
@@ -108,4 +116,4 @@ We would like to thank all contributors to the Netatalk project for
 their commitment.  Without the many suggestions, bug and problem reports,
 patches, and reviews this project wouldn't be where it is.
 
- - The Netatalk Development Team, August 2014
+ - The Netatalk Development Team, November 2014