X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=9a55ea85d9bda3bb9d2e26cdb59020f4a0ca603c;hb=9a1cc2f883cfc47731548709d06f379e9ab04fe4;hp=7567c7b08ffd112bae82b6c0971a81ca99a3e8a2;hpb=0b80350fd86bfe8e07454e32495c9727897b1e00;p=netatalk.git diff --git a/NEWS b/NEWS index 7567c7b0..9a55ea85 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,66 @@ +Changes in 1.6.4 +================ + +* NEW: afpd: Using the mswindows option now implicitly specifies usedots. + [Sam Noble] +* UPD: afpd.8: Updated the option documentation. + [Thomas Kaiser, Sebastian Rittau] +* FIX: configure: Removed broken --with-flock-locks option. [Björn Fernhomberg] +* FIX: libatalk: Do not log network probe (OSX 10.3). [Didier Gautheron] +* FIX: libatalk: Deadlock in signal handlers. [Didier] +* FIX: libatalk: Compilation with Linux kernel 2.6 fixed. [Sebastian, Björn] +* FIX: afpd: Solaris compile issues. [Björn] +* FIX: afpd: If connection broke in dsi_tickle the child did never die. [Björn] +* FIX: afpd: Catsearch, fixes a possible segmentation fault. [Björn] +* FIX: afpd: Compilation issues. [Olaf Hering, Sebastian] +* FIX: cnid: Fix compile problems on Tru64. [Burkhard Schmidt] +* FIX: megatron: Fixed an uninitialized variable. [Olaf] +* FIX: installation: Don't overwrite PAM file if --enable-overwrite configure + option is not set. [Sam, Ryan Cleary] +* FIX: installation: Fixed BSD installation. [Toru TAKAMIZU] +* FIX: docs: Removed ssl-dir/ssl-dirs confusion from doc/INSTALL. [Björn] + +Changes in 1.6.3 +================ + +* UPD: afpd: Infrastructural support for an upcoming Kerberos 5 UAM. + [Sam Noble] +* UPD: uams_dhx_passwd: Better random seed in Tru64. [Burkhard Schmidt] +* FIX: afpd: Bug in AFP connection negotiation stage. [Sam] +* FIX: afpd: Catsearch, when Mac and unix name differ, search on attributes. +* FIX: afpd: Files could be opened for writing on read-only filesystems. +* FIX: afpd: Debugging using SIGUSR1 was broken. [Stefan Muenkner] +* FIX: afpd: Segfault after login. [Robby Griffin, Sean Bolton] +* FIX: psf: Correct path to etc2ps.sh. +* FIX: shell_utils: Don't distribute generated files. +* FIX: aecho: -A option didn't work. [Chris Shiels] +* FIX: configure: Berkeley DB path detection could be wrong. [Stefan] +* FIX: Automake build fixes. + +Changes in 1.6.2 +================ + +* FIX: atalkd: Fixes for reading long configuration file lines. [Dan Wilga] +* FIX: afpd: CNID id allocation in a multiuser environment. +* FIX: papd: Fix PSSP support when PAM is enabled. +* FIX: macusers: Can now cope with IP addresses as well as host names. +* FIX: etc2ps.sh: Install correctly. + +Changes in 1.6.1 +================ + +* UPD: Improve --enable-fhs. [Olaf Hering] +* UPD: Add BDB 4.1.x support. +* UPD: Add more documentation on CNID, as well as list which versions + of Berkeley DB are supported. +* FIX: Codepage file maccode.koi8-r is now correctly cleaned. +* FIX: Fix init script location on SuSE. [Olaf] +* FIX: Build fixes. [Olaf, Steven N. Hirsch] +* FIX: Various bugs when a user doesn't have access permission to a folder. + (Fixes an OSX kernel panic.) +* FIX: CNID, folders' DID handling with concurrent access or symlinks. + (Fixes an endless loop in afpd.) + Changes in 1.6.0 ================