]> arthur.barton.de Git - netatalk.git/blob - NEWS
Update NEWS
[netatalk.git] / NEWS
1 Changes in 2.2.1
2 ================
3
4 * NEW: afpd: disable continous service feature by default, new option
5        -keepsessions to enable it
6 * UPD: afpd: Enhance ACL support detection for volumes: enable them per volume if
7        1) ACL support compiled in, 2) the volume supports ACLs, 3) the new volume
8        option "noacls" is not set for the volume.
9        The previous behaviour was to enable ACL support for a volume if
10        1) it was compiled in and 2) the volume supported ACLs. There was no way
11        to disable ACLs for a volume.
12 * UPD: afpd: add a configurable hold time option to FCE file modification event
13        generation, default is 60 s, new option "fceholdfmod" to change it
14 * FIX: afpd: increase BerkeleyDB locks and lockobjs
15 * FIX: afpd: create special folder as root
16 * FIX: afpd: fix compilation error if --enable-ddp is used
17 * FIX: afpd: More robust IPC reconnect error handling
18 * FIX: afpd: ACL access checking
19 * FIX: afpd: fix a possible race condition between SIGCHLD handler and
20        new connection attempts
21 * FIX: afpd: fix undefined behaviour when more then ~510 connetions where
22        established
23 * FIX: afpd: fix a crash when searching for a UUID that is not a special
24        local UUID and LDAP support is not compiled in
25 * FIX: afpd: .volinfo file not created on first volume access if user in rolist
26 * FIX: afpd: possible crash at startup when registering with Avahi when Avahi is
27        not running
28 * FIX: afpd: return correct user/group type when mapping UUIDs to names
29 * FIX: afpd: for directories add DARWIN_ACE_DELETE ACE if DARWIN_ACE_ADD_SUBDIRECTORY
30        is set
31 * FIX: cnid_dbd: increase BerkeleyDB locks and lockobjs
32 * FIX: cnid_dbd: implement -d option, deletes CNID db
33 * FIX: suse: initscript return better status
34 * FIX: Sourcecode distribution: add missing headers
35 * FIX: Solaris 10: missing dirfd replacement function
36 * FIX: case-conversion of surrogate pair
37 * FIX: Compilation error on GNU/kFreeBSD, fixes Bug ID 3392794 and Debian #630349
38 * FIX: Fix Debian Bug#637025
39
40 Changes in 2.2
41 ==============
42
43 * NEW: afpd: new volume option "nonetids"
44 * NEW: afpd: ACL access check caching
45 * NEW: afpd: FCE event notifications
46 * NEW: afpd: new option "-mimicmodel" for specifying Bonjour model registration
47 * UPD: Support for Berkeley DB 5.1
48 * UPD: case-conversion is based on Unicode 6.0.0
49 * UPD: cnid_metad: allow up to 4096 volumes
50 * UPD: afpd: only forward SIGTERM and SIGUSR1 from parent to childs
51 * UPD: afpd: use internal function instead of popening du -sh in order to
52        calculate the used size of a volume for option "volsizelimit"
53 * UPD: afpd: Add negative UUID caching, enhance local UUID handling
54 * FIX: afpd: configuration reload with SIGHUP
55 * FIX: afpd: crashes in the dircache
56 * FIX: afpd: Correct afp logout vs dsi eof behaviour
57 * FIX: afpd: new catsearch was broken
58 * FIX: afpd: only use volume UUIDs in master afpd
59 * FIX: dbd: Multiple fixes, reliable locking
60 * FIX: ad file suite: fix an error that resulted in CNID database inconsistencies
61
62 Changes in 2.2beta4
63 ===================
64
65 * NEW: afpd: new afpd.conf options "tcprcvbuf" and "tcpsndbuf" to customize
66        the corresponding TCP socket options.
67 * NEW: afpd: new afpd.conf option "nozeroconf" which disabled automatic
68        Zeroconf service registration.
69 * FIX: afpd: generate mersenne primes for DHX2 UAM once at startup,
70        not for every login
71 * FIX: afpd: DSI streaming deadlock
72 * FIX: afpd: extended sleep
73 * FIX: afpd: directory cache
74 * FIX: Support for platforms that do not have the *at functions
75 * UPD: afpd: put POSIX write lock on volume files while reading them
76
77 Changes in 2.2beta3
78 ===================
79
80 * FIX: afpd: fix option volsizelimit to return a usefull value for the
81        volume free space using `du -sh` with popen
82 * FIX: afpd: fix idle connection disconnects
83 * FIX: afpd: don't disconnect sessions for clients if boottimes don't match
84 * FIX: afpd: better handling of very long filenames that contain many
85        multibyte UTF-8 glyphs
86
87 Changes in 2.2beta2
88 ====================
89
90 * NEW: afpd: AFP 3.3
91 * UPD: afpd: AFP 3.x can't be disabled
92
93 Changes in 2.2beta1
94 ====================
95
96 * FIX: composition of Surrogate Pair
97 * UPD: gentoo,suse,cobalt,tru64: inistscript name is "netatalk", not "atalk"
98 * UPD: gentoo: rc-update install don't hook in the Makefile
99
100 Changes in 2.2alpha5
101 ====================
102
103 * UPD: afpd: new option "searchdb" which enables fast catalog searches
104        using the CNID db.
105 * UPD: Case-insensitive fast search with the CNID db
106 * UPD: cnid_dbd: afpd now passes the volume path, not the db path when
107        connecting for a volume. cnid_dbd will read the
108        ".AppleDesktop/.volinfo" file of the volume in order to figure
109        out the CNID db path and the volume charset encoding.
110
111 Changes in 2.2alpha4
112 ====================
113
114 * NEW: Enhanced CNID "dbd" database for fast name search support.
115        Important: this makes cnidscheme "cdb" incompatible with "dbd".
116 * NEW: afpd: support for fast catalog searches
117 * NEW: ad utility: ad find
118 * UPD: afpd: CNID database versioning check for "cdb" scheme
119 * UPD: cnid_dbd: CNID database versioning and upgrading. Additional
120        CNID database index for fast name searches.
121
122 Changes in 2.2alpha3
123 ====================
124
125 * FIX: afpd: various fixes
126 * FIX: Any daemon did not run if atalkd doesn't exist (redhat/debian)
127
128 Changes in 2.2alpha2
129 ====================
130
131 * FIX: afpd: fix compilation error when ACL support is not available
132 * FIX: Ensure Appletalk manpages and config files are distributed
133
134 Changes in 2.2alpha1
135 ====================
136
137 * NEW: ad utility: ad cp
138 * NEW: ad utility: ad rm
139 * NEW: ad utility: ad mv
140 * NEW: afpd: dynamic directoy and CNID cache (new config option -dircachesize)
141 * NEW: afpd: POSIX 1e ACL support
142 * NEW: afpd: automagic Zeroconf registration with avahi, registering both
143        the service _afpovertcp._tcp and TimeMachine volumes with _adisk._tcp.
144 * UPD: afpd: ACLs usable (though not visible on the client side) without common
145        directory service, by mapping ACLs to UARight
146 * UPD: afpd: performance improvements for ACL access calculations
147 * UPD: AppleTalk is disabled by default at configuration time. If needed
148        use configure switch --enable-ddp.
149 * FIX: afpd: Solaris 10 compatibilty fix: don't use SO_SNDTIMEO/SO_RCVTIMEO,
150        use non-blocking IO and select instead.
151 * FIX: cnid_dbd: Solaris 10 compatibilty fix: don't use SO_SNDTIMEO/SO_RCVTIMEO,
152        use non-blocking IO and select instead.
153 * REM: afile/achfile/apple_cp/apple_mv/apple_rm: use ad
154
155 Changes in 2.1.6
156 ================
157
158 * FIX: afpd: Fix for LDAP user cache corruption
159 * FIX: afpd: Fix for not shown ACLs for when filesyem uid or gid
160        couldn't be resolved because (eg deleted users/groups)
161 * FIX: gentoo: cannot set $CNID_CONFIG
162 * FIX: ubuntu: servername was empty
163 * FIX: Solaris: configure script failed to enable DDP module
164 * FIX: AppleDouble buffer overrun by extremely long filename
165 * UPD: afpd: return version info with machine type in DSIGetStatus
166 * UPD: dbd: use on-disk temporary rebuild db instead of in-memory db
167 * UPD: suse: initscript update
168
169 Changes in 2.1.5
170 ================
171
172 * UPD: afpd: support newlines in -loginmesg with \n escaping syntax
173 * UPD: afpd: support for changed chmod semantics on ZFS with ACLs
174        in onnv145+
175 * FIX: afpd: fix leaking ressource when moving objects on the server
176 * FIX: afpd: backport Solaris 10 compatibilty fix from 2.2: don't use
177        SO_SNDTIMEO/SO_RCVTIMEO, use non-blocking IO and select instead.
178 * FIX: afpd: misaligned memory access on Sparc in ad_setattr, fixes
179        bug 3110004.
180 * FIX: cnid_dbd: backport Solaris 10 compatibilty fix from 2.2: don't
181        use SO_SNDTIMEO/SO_RCVTIMEO, use non-blocking IO and select instead.
182
183 Changes in 2.1.4
184 ================
185
186 * FIX: afpd: Downstream fix for FreeBSD PR 148022
187 * FIX: afpd: Fixes for bugs 3074077 and 3074078
188 * FIX: afpd: Better handling of symlinks in combination with ACLs and EAs.
189        Fixes bug 3074076.
190 * FIX: dbd: Adding a file with the CNID from it's adouble file did
191        not work in case that CNID was already occupied in the database
192 * FIX: macusers: add support for Solaris
193 * NEW: cnid_metad: use a PID lockfile
194 * NEW: afpd: prevent log flooding
195 * UPD: dbd: ignore ".zfs" snapshot directories
196 * UPD: dbd: support interrupting -re mode
197
198 Changes in 2.1.3
199 ================
200
201 * FIX: afpd: fix a serious error in networking IO code
202 * FIX: afpd: Solaris 10 compatibilty fix: don't use SO_SNDTIMEO, use
203        non-blocking IO and select instead for writing/sending data.
204 * UPD: Support for BerkeleyDB 5.0.
205
206 Changes in 2.1.2
207 ================
208
209 * FIX: afpd: fix for possible crash in case more then one server is
210        configured in afpd.conf.
211 * FIX: afpd: ExtendedAttributes in FreeBSD
212 * FIX: afpd: sharing home folders corrupted the per volume umask.
213 * UPD: afpd: umask for home folders is no longer taken from startup umask.
214 * UPD: afpd: dont and permissions with parent folder when creating new
215        directories on "upriv" volumes.
216 * UPD: afpd: use 'afpserver@fqdn' instead of 'afpserver/fqdn@realm'.
217        Prevents a crash in older GNU GSSAPI libs on eg. CentOS 5.x.
218  
219 Changes in 2.1.1
220 ================
221
222 * UPD: fallback to a temporary in memory tdb CNID database if the volume
223        database can't be opened now works with the default backend "dbd" too.
224 * FIX: afpd: afp_ldap.conf was missing from tarball. This only effected
225        [Open]Solaris.
226 * FIX: afpd: Check if options->server is set in set_signature, preventing
227        SIGSEGV.
228 * FIX: afpd: server signature wasn't initialized in some cases
229 * FIX: DESTDIR support: DESTDIR was expanded twice
230 * FIX: Fix for compilation error if header files of an older Netatalk
231        version are installed.
232
233 Changes in 2.1-release
234 ======================
235
236 * NEW: afpd: new volume option "volsizelimit" for limitting reported volume
237        size. Useful for limitting TM backup size.
238 * UPD: dbd: -c option for rebuilding volumes which prevents the creation
239        of .AppleDouble stuff, only removes orphaned files.
240
241 Changes in 2.1-beta2
242 ====================
243
244 * NEW: afpd: static generated AFP signature stored in afp_signature.conf,
245        cf man 5 afp_signature.conf
246 * NEW: afpd: clustering support: new per volume option "cnidserver".
247 * UPD: afpd: set volume defaults options "upriv" and "usedots" in the
248        volume config file AppleVolumes.default. This will only affect
249        new installations, but not upgrades.
250 * FIX: afpd: prevent security attack guessing valid server accounts. afpd
251        now returns error -5023 for unknown users, as does AppleFileServer.
252
253 Changes in 2.1-beta1
254 ====================
255
256 * NEW: afpd: AFP 3.2 support
257 * NEW: afpd: Extended Attributes support using native attributes or
258        using files inside .AppleDouble directories.
259 * NEW: afpd: ACL support with ZFS
260 * NEW: cnid_metad: options -l and -f to configure logging
261 * NEW: IPv6 support
262 * NEW: AppleDouble compatible UNIX files utility suite `ad ...`.
263        With 2.1 only `ad ls`.
264 * NEW: CNID database maintanance utility dbd
265 * NEW: support BerkeleyDB upgrade. Starting with the next release
266        after 2.1 in case of BerkeleyDB library updates, Netatalk
267        will be able to upgrade the CNID databases.
268 * NEW: afpd: store and read CNIDs to/from AppleDouble files by default.
269        This is used as a cache and as a backup in case the database
270        is deleted or corrupted. It can be disabled with a new volume
271        option "nocnidcache".
272 * NEW: afpd: sending SIGINT to a child afpd process enables debug logging
273        to /tmp/afpd.PID.XXXXXX.
274 * NEW: configure args to download and install a "private" Webmin instance
275        including only basic Webmin modules plus our netatalk.wbm.
276 * NEW: fallback to a temporary in memory tdb CNID database if the volume
277        database can't be opened.
278 * NEW: support for Unicode characters in the range above U+010000 using
279        internal surrogate pairs
280 * NEW: apple_dump: utility to dump AppleSingle and AppleDouble files
281 * NEW: afpldaptest: utility to check afp_ldap.conf.
282 * UPD: atalkd and papd are now disabled by default. AppleTalk is legacy.
283 * UPD: slp advertisement is now disabled by default. server option -slp
284        SRVLOC is legacy.
285 * UPD: cdb/dbd CNID backend requires BerkeleyDB >= 4.6
286 * UPD: afpd: default CNID backend is "dbd"
287 * UPD: afpd: try to install PAM config that pulls in system|common auth
288 * UPD: afpd: symlink handling: never followed server side, client resolves
289        them, so it's safe to use them now.
290 * UPD: afpd: Comment out all extension->type/creator mappings in
291        AppleVolumes.system. They're unmaintained, possibly wrong and
292        do not fit for OS X.
293 * FIX: rewritten logger
294 * FIX: afpd: UNIX permissions handling
295 * FIX: cnid_dbd: always use BerkeleyDB transactions
296 * FIX: initscripts installation now correctly uses autoconf paths,
297        ie they're installed to --sysconfdir.
298 * FIX: UTF-8 volume name length
299 * FIX: atalkd: workaround for broken Linux 2.6 AT kernel module:
300        Linux 2.6 sends broadcast queries to the first available socket
301        which is in our case the last configured one. atalkd now tries to
302        find the right one.
303        Note: now a misconfigured or plugged router can broadcast a wrong route !
304 * REM: afpd: removed CNID backends "db3", "hash" and "mtab"
305 * REM: cnid_maint: use dbd
306 * REM: cleanappledouble.pl: use dbd
307 * REM: nu: use `macusers` instead
308
309 Changes in 2.0.5
310 ================
311
312 * NEW: afpd: Time Machine support with new volume option "tm".
313 * FIX: papd: Remove variable expansion for BSD printers. Fixes CVE-2008-5718.
314 * FIX: afpd: .AppleDxxx folders were user accessible if option 'usedots'
315        was set 
316 * FIX: afpd: vetoed files/dirs where still accessible
317 * FIX: afpd: cnid_resolve: don't return '..' as a valid name.
318 * FIX: uniconv: -d option wasn't working
319
320 Changes in 2.0.4
321 ================
322
323 * REM: remove timeout 
324 * NEW: afpd: DHX2 uams using GNU libgcrypt.
325 * NEW: afpd: volume options 'illegalseq', 'perm' and 'invisibledots'
326        'ilegalseq'  encode illegal sequence in filename asis, ex "\217-", which is not 
327        a valid SHIFT-JIS char, is encoded  as U\217 -.
328        'perm' value OR with the client requested permissions. (help with OSX 10.5
329        strange permissions).
330        Make dot files visible by default with 'usedots', use 'invisibledots' 
331        for keeping the old behavior, ie for OS9 (OSX hide dot files on its
332        own).
333 * NEW: afpd: volume options allow_hosts/denied hosts
334 * NEW: afpd: volume options dperm/fperm default directory and file
335        permissions or with server requests.
336 * NEW: afpd: afpd.conf, allow line continuation with \ 
337 * NEW: afpd: AppleVolumes.default allow line continuation with \
338 * NEW: afpd: Mac greek encoding.
339 * NEW: afpd: CJK encoding.
340 * UPD: afpd: Default UAMs: DHX + DHX2
341 * FIX: afpd: return the right error in createfile and copyfile if the disk
342        is full.
343 * FIX: afpd: resolveid return the same error code than OSX if it's a directory
344 * FIX: afpd: server name check, test for the whole loopback subnet 
345        not only 127.0.0.1.
346 * UPD: afpd: limit comments size to 128 bytes, (workaround for Adobe CS2 bug).
347 * UPD: afpd: no more daemon icon.
348 * UPD: usedots, return an invalide name only for .Applexxx files used by netatalk not
349        all files starting with .apple.
350 * UPD: cnid: increase the number of cnid_dbd slots to 512.
351 * FIX: cnid: dbd detach the daemon from the control terminal.
352 * UPD: cnid: never ending Berkeley API changes...
353 * UPD: cnid: dbd add a timeout when reading data from afpd client.
354 * UPD: cnid: Don't wait five second after the first error when speaking to the dbd
355        backend.
356 * FIX: papd: vars use % not $
357 * FIX: papd: quote chars in popen variables expansion. security fix.
358 * FIX: papd: papd -d didn't write to stderr.
359 * FIX: papd: ps comments don't always use ()
360 * FIX: many compilation errors (solaris, AFS, Tru64, xfs quota...).
361
362 Changes in 2.0.3
363 ================
364
365 * NEW: afpd: add a cachecnid option that controls if afpd should 
366        use the IDs stored in the AD2 files as cache. Defaults
367        to off.
368 * UPD: afpd: deal with more than 32 groups.
369 * FIX: afpd: several catsearch fixes, based on patch from
370        TSUBAKIMOTO Hiroya.
371 * FIX: afpd: fix a race when a client very quickly reconnects and 
372        tries to kill its old session.
373 * FIX: afpd: OSX style symlink caused problems with Panther clients.
374 * FIX: afpd: old files with default type didn't show the right icon
375        in finder, from Shlomi Yaakobovich, slightly modified.
376 * FIX: cnid_check: disable cnid_check if CNID db was configured with
377        transactions and really bail out after the first error.
378 * FIX: admin-group configure option was broken.
379 * FIX: several problems with IDs cached in AD2 files.
380 * FIX: Ignore BIDI in UTF8 hints from OSX.
381 * FIX: Lots of gcc warning fixes.
382 * FIX: small configure script changes.
383
384
385 Changes in 2.0.2
386 ================
387
388 * NEW: cnid: Add an indexes check and rebuild, optional for dbd 
389        (parameter check default no), standalone program cnid_index for
390        cdb.
391 * UPD: Enhanced afpd's -v command line switch and added -V for more 
392        verbose information
393 * UPD: uams_gss: build the principal used by uams_gss.so from afpd's
394        configuration, don't use GSS_C_NT_HOSTBASED_SERVICE
395 * UPD: cnid_dbd: add process id in syslog and small clean up
396 * REM: remove netatalkshorternamelinks.pl cf. SF bug [ 1061396 ]
397        netatalkshorternamelinks.pl broken
398 * FIX: afpd: check for DenyRead on FPCopyFile
399 * FIX: afpd: add missing flush for AD2 Metadata on FPCopyFile, SF bug 
400        [ 1055691 ] Word 98 OS 9 Saving an existing file
401 * FIX: afpd: Deal with AFP3 connection and type 2 (non-UTF8) names.
402        reported by Gair Heaton, HI RESOLUTION SYSTEMS
403 * FIX: afpd: Broken 'crlf' option
404 * FIX: afpd: fix SF bug [ 1079622 ] afpd/dhx memory bug, 
405        by Ralf Schuchardt
406 * FIX: afpd: Return an error if we cannot get the db stamp in 
407        afp_openvol.
408 * FIX: afpd: Fix slp registration with Solaris9 slpd, from
409        hat at fa2.so-net.ne.jp
410         
411
412 Changes in 2.0.1
413 ================
414
415 * NEW: --enable-debian configure option. Will install /etc/init.d/atalk
416        to get not in conflict with standard debian /etc/init.d/netatalk.
417        Reads netatalk.conf from $ETCDIR and not from /etc/default/
418 * UPD: Disable logger code by default. Log to syslog instead
419 * UPD: changed netatalk.conf default settings to prevent problems with
420        AppleTalk zone names containing spaces
421 * FIX: insecure tempfile handling bug in etc2ps.sh,
422        found by Trustix, CAN-2004-0974.
423 * REM: remove add_netatalk_printer and netatalk.template from stable 
424        branch until fixed. (possible symlink vulnerabilities)
425 * FIX: afpd: set hasBeenInited in default finder info. This bug caused 
426        endless finder refreshes with OS9 finder if the noadouble option 
427        was used. From TSUBAKIMOTO Hiroya.
428 * FIX: afpd: fix a bug in default CREATOR/TYPE handling. Due to this bug 
429        the type/creator mappings in AppleVolumes.system were ignored, 
430        causing problems i.e. with OS9 clients.
431 * FIX: AppleVolumes.system: By default don't define a CREATOR/TYPE for a
432        file of unknown type.
433 * FIX: fix two Tru64 UNIX compilation errors, 
434        from Burkhard Schmidt bs AT cpfs.mpg.de
435 * FIX: afpd: FPMapId wasn't using UTF8 for groups if requested by client.       
436
437 Changes in 2.0.0
438 ================
439
440 * UPD: afpd: add an error message if -ipaddr parameter cannot be parsed
441 * UPD: updated documentation
442 * FIX: afpd: fix a file descriptor and memory leak with OSX ._ resource fork
443 * FIX: afpd: Prevent overwriting a file by renaming a file in the same 
444        directory to the same name. Won't work with OSX, the dest file gets 
445        deleted by OSX first.
446 * FIX: sometimes '0' was used instead of 0 for creator/type
447 * FIX: removed setpgrp check from configure, we don't use it anymore and
448        it doesn't work with cross compile.
449 * FIX: fix for Solaris "make maintainer-clean", from Alexander Barton
450 * FIX: fix username matching bug in afppasswd. from kanai at nadmin dot org
451 * FIX: reworked username check a little. Depending on the UAM, the wrong
452        username _could_ have been selected.
453
454 Changes in 2.0-rc2
455 ==================
456
457 * UPD: use 0 0 for default creator/type rather than UNIX TEXT, from
458        Shlomi Yaakobovich.
459 * UPD: updated documentation
460 * UPD: change machine type from Macintosh to Netatalk in status reply
461 * FIX: afpd: CopyFile only create a resource fork for destination if source
462        has one.
463 * FIX: afpd: mangling: for utf8 --> max filename length is 255 bytes, else 31.
464 * FIX: cnid_dbd: fix a signed/unsigned, 16/32 bits mismatch. from Burkhard
465        Schmidt, bs at cpfs.mpg.de.
466 * FIX: afpd: After ad_setid don't flush resource fork if it has not been
467        modified.
468 * FIX: NEWS: Fixed ancient NEWS entries. Removed umlauts
469 * FIX: fix macname cache, SF bug 1021642
470 * FIX: revert Makefile change from 2.0-rc1. We have to include BDB_CFLAGS
471        after CFLAGS
472
473 Changes in 2.0-rc1
474 ==================
475
476 * NEW: new manual page for asip-status.pl
477 * UPD: updated documentation
478 * UPD: uams: link uam_dhx_passwd.so to lcrypt before lcrypto. might help with
479        MD5 passwords
480 * UPD: Improved BerkeleyDB detection
481 * UPD: sys/solaris/Makefile.in: enable 'make check', from Alexander Barton
482 * UPD: tcp wrappers detection should work on OpenBSD as well now
483 * UPD: macbin: increase the maximum size of macbinary forks, as suggested by 
484        Sourceforge bug ID 829221
485 * UPD: ASP: rework getstatus. use several ASP packets if the client allows
486        it, otherwise just send as much as we can
487 * FIX: FreeBSD 5 build, from Alex Barton (alex at barton.de)
488 * FIX: OSX 10.3 build
489 * FIX: papd: workaround a problem with PJL before Postscript
490 * FIX: afpd: make sure we only disconnect on old session if the users match
491 * FIX: apfd: Quark6 mangled long filenames should work better now
492 * FIX: enhance ADv1 to ADv2 conversion. Fixed a SIGSEGV reported by Mark Baker
493 * FIX: better detection of invalid resource forks
494 * FIX: fix some linking problems on OpenBSD
495 * FIX: afpd: catsearch.c, filedir.c: fix bogus casts, from Olaf Hering 
496        (olh at suse.de)
497 * FIX: afpd: don't try to create special folders and .volinfo on read-only
498        volumes
499 * FIX: iconv/unicode enhancements. fixed a sigsegv on conversion error
500 * FIX: configure.in: fix a typo, reported by Joerg Rossdeutscher
501 * FIX: uniconv: enhanced uniconv behaviour
502 * FIX: fixed some Solaris compilation problems
503 * FIX: papd/Makefile.am: add a missing $DESTDIR, from Vlad Agranovsky
504 * FIX: afpd: quota.c: remove a c99 declaration, from Yann Rouillard
505 * FIX: configure.in: Solaris/gcc 3.0 fix, from Yann Rouillard
506 * FIX: afpd: fix a SIGSEGV when sharing home dirs without any options in 
507        AppleVolumes.
508 * FIX: numerous small bugfixes
509
510 Changes in 2.0-beta2
511 ====================
512
513 * NEW: atalkd, papd and npb tools now support nbpnames with extended
514        characters
515 * NEW: integrated CUPS support for papd
516 * NEW: optionally advertise SSH tunneling capabilties
517 * NEW: automatic logfile removal for cnid_metad
518 * NEW: asip-status.pl has been added to netatalk
519 * UPD: updated documentation
520 * UPD: we now require Berkeley DB >= 4.1
521 * UPD: 64bit Linux fixes from Stew Benedict, Mandrakesoft
522 * UPD: remove --enable-sendfile
523 * UPD: more verbose error messages
524 * FIX: better handling for resource forks without read access
525 * FIX: Tru64 build, by Burkhard Schmidt
526 * FIX: MIT Kerberos detection
527 * FIX: varios *BSD compile problems
528 * FIX: compile problem with libiconv, reported by Joe Marcus Clarke
529 * FIX: adv1tov2: make it work with the new structure
530 * FIX: afpd: filenames longer than 127 bytes were not enumerated correctly,
531        reported by Thies C. Arntzen
532 * FIX: afpd: return IP before FQDN in status reply.
533 * FIX: afpd: Mac chooser could crash on a codepage conversion error
534 * FIX: afpd: KerberosV auth with Panther clients, make long AD tickets work,
535        reported by Andrew Smith
536 * FIX: atalkd: could send invalid NBPLKUP replies, e.g with more than 15
537        printers. Reported by Almacha
538 * FIX: papd: fix papd.conf parsing problems with consecutive ':' and missing 
539        newline. Reported by Craig White.
540 * FIX: megatron: make megatron work with UTF-8 volumes
541 * FIX: timeout: running timeout with commands which accept arguments, 
542        from Yuval Yeret.
543 * FIX: uniconv: fix a SEGFAULT, reported by Matthew Geier
544 * FIX: pam detection: PAM_C/LDFLAGS were always empty, from Alexander Barton
545 * FIX: numerous small bugfixes.
546
547 Changes in 2.0-beta1
548 ====================
549
550 * NEW: OSX style adouble scheme
551 * NEW: japanese SHIFT_JIS codepage (iconv supplied)
552 * NEW: Solaris kernel module build integrated with configure
553 * NEW: Gentoo start scripts
554 * NEW: cnid_dbd doesn't use transactions by default
555 * FIX: afpd: the volume casefold option was broken
556 * FIX: afpd: update AD2 headers and keep owner on file exchange
557 * FIX: Solaris 9 and FreeBSD 4.9/5.2 compilation
558 * FIX: free space reported with groups quotas on Linux
559 * FIX: OS9/OS X didn't update free space
560 * FIX: finder crash if folder opened got deleted by another process
561 * FIX: randnum UAM wasn't AFP3 ready
562 * FIX: numerous small bugfixes.
563
564 Changes in 2.0-alpha2
565 =====================
566
567 * NEW: uniconv tool for converting volume encoding.
568 * NEW: afpd: Make sure getstatus doesn't return loopback address as server IP.
569 * NEW: afpd: Specify USEDOTS with MSWINDOWS implicitely.
570 * NEW: afpd: SRVLOC register with IP address instead of hostname by default,
571        if -fqdn is specified register with FQDN.  Added extended character 
572        support for SLP, non ASCII characters are escaped Added ZONE to registration.
573 * NEW: atalkd: Make atalkd set interfaces to ALLMULTI on linux by default.
574 * NEW: cnid_metad: Use DB_PRIVATE attribute for dbd backend without transaction.
575 * FIX: afpd: Partial workaround for an OSX client deadlock.
576 * FIX: afpd: Reenumerate folder if db is out of sync in resolveID.
577 * FIX: afpd: Don't modify modification date in copyfile.
578 * FIX: afpd: Variable $v substitution: always use name defined in config files.
579 * FIX: libatalk: Speed optimisation for byte locking was broken on resource fork.
580 * FIX: Solaris 9 compilation.
581 * FIX: Tru64 compilation fixes.
582 * FIX: AFS compilation fixes.
583 * FIX: strncpy bugfix.
584 * FIX: configure, man pages update and small bugfixes.
585
586 Changes in 2.0-alpha1
587 =====================
588
589 * NEW: afpd: We now support AFP 3.x, which features long filenames and 
590        large file support
591 * NEW: CNID handling completely reworked. We now use per Volume configurable
592        CNID backends.
593 * NEW: Two new daemons, cnid_metad and cnid_dbd to implement the dbd CNID backend.
594        Using Berkeley DB transactions with the CNID database should be safe now.
595 * NEW: The on disk format of the CNID database has changed. We now support 8 byte
596        device and inode numbers and an additinal type field that should make 
597        detection of file/directory changes outside of afpd more robust. 
598        Changed from HASH to BTREE access which speeds things up in certain cases 
599        and reduces database file size.
600 * NEW: Long file name mangling is now implemented using the CNID ID, so no database is 
601        required to map names to mangled names. This is the same method Mac OS X uses. 
602 * NEW: New format (version 2) for Metadata in AppleDouble files. We record device and  
603        inode of the underlying file as well as the CNID. This can be used for recovery
604        and speeds up access to the CNID.
605 * NEW: The old NLS codepage system has been removed. It was replaced by an iconv 
606        based conversion system, which provides much more flexibility.
607 * NEW: You can safely use extended characters in volume names and for SIGUSR2 messaging.
608 * NEW: The default volume encoding is UTF-8.
609 * NEW: All documentation is now generated using DocBook. New or completely reworked 
610        sections about installing, setting up and upgrading Netatalk replace various 
611        README files in the doc directory.
612 * FIX: Protect afpd better against unexpected signals during updates of the CNID
613        database with the cdb backend. This makes database corruption less likely.   
614 * FIX: All manpages have been reviewed and should now be up to date.
615 * FIX: Tons of bug fixes since 1.6.4. Please consults the CVS change log for details.
616
617 Changes in 1.6.4
618 ================
619
620 * NEW: afpd: Using the mswindows option now implicitly specifies usedots.
621   [Sam Noble]
622 * UPD: afpd.8: Updated the option documentation.
623   [Thomas Kaiser, Sebastian Rittau]
624 * FIX: configure: Removed broken --with-flock-locks option. [Bjoern Fernhomberg]
625 * FIX: libatalk: Do not log network probe (OSX 10.3). [Didier Gautheron]
626 * FIX: libatalk: Deadlock in signal handlers. [Didier]
627 * FIX: libatalk: Compilation with Linux kernel 2.6 fixed. [Sebastian, Bjoern]
628 * FIX: afpd: Solaris compile issues. [Bjoern]
629 * FIX: afpd: If connection broke in dsi_tickle the child did never die. [Bjoern]
630 * FIX: afpd: Catsearch, fixes a possible segmentation fault. [Bjoern]
631 * FIX: afpd: Compilation issues. [Olaf Hering, Sebastian]
632 * FIX: cnid: Fix compile problems on Tru64. [Burkhard Schmidt]
633 * FIX: megatron: Fixed an uninitialized variable. [Olaf]
634 * FIX: installation: Don't overwrite PAM file if --enable-overwrite configure
635        option is not set. [Sam, Ryan Cleary]
636 * FIX: installation: Fixed BSD installation. [Toru TAKAMIZU]
637 * FIX: docs: Removed ssl-dir/ssl-dirs confusion from doc/INSTALL. [Bjoern]
638
639 Changes in 1.6.3
640 ================
641
642 * UPD: afpd: Infrastructural support for an upcoming Kerberos 5 UAM.
643        [Sam Noble]
644 * UPD: uams_dhx_passwd: Better random seed in Tru64. [Burkhard Schmidt]
645 * FIX: afpd: Bug in AFP connection negotiation stage. [Sam]
646 * FIX: afpd: Catsearch, when Mac and unix name differ, search on attributes.
647 * FIX: afpd: Files could be opened for writing on read-only filesystems.
648 * FIX: afpd: Debugging using SIGUSR1 was broken. [Stefan Muenkner]
649 * FIX: afpd: Segfault after login. [Robby Griffin, Sean Bolton]
650 * FIX: psf: Correct path to etc2ps.sh.
651 * FIX: shell_utils: Don't distribute generated files.
652 * FIX: aecho: -A option didn't work. [Chris Shiels]
653 * FIX: configure: Berkeley DB path detection could be wrong. [Stefan]
654 * FIX: Automake build fixes.
655
656 Changes in 1.6.2
657 ================
658
659 * FIX: atalkd: Fixes for reading long configuration file lines. [Dan Wilga]
660 * FIX: afpd: CNID id allocation in a multiuser environment.
661 * FIX: papd: Fix PSSP support when PAM is enabled.
662 * FIX: macusers: Can now cope with IP addresses as well as host names.
663 * FIX: etc2ps.sh: Install correctly.
664
665 Changes in 1.6.1
666 ================
667
668 * UPD: Improve --enable-fhs. [Olaf Hering]
669 * UPD: Add BDB 4.1.x support.
670 * UPD: Add more documentation on CNID, as well as list which versions
671        of Berkeley DB are supported.
672 * FIX: Codepage file maccode.koi8-r is now correctly cleaned.
673 * FIX: Fix init script location on SuSE. [Olaf]
674 * FIX: Build fixes. [Olaf, Steven N. Hirsch]
675 * FIX: Various bugs when a user doesn't have access permission to a folder.
676        (Fixes an OSX kernel panic.)
677 * FIX: CNID, folders' DID handling with concurrent access or symlinks.
678        (Fixes an endless loop in afpd.)
679
680 Changes in 1.6.0
681 ================
682
683 * FIX: pap looks at the STDOUT file descriptor to see if it's connected to
684        a tty, instead of STDIN.
685
686 Changes in 1.6pre2
687 ==================
688
689 * UPD: Removed --with-catsearch option from configure and enable FPCatSearch
690        by default.
691 * UPD: The dbpath argument does now support variable substitution.
692 * FIX: Build fix for non-GNU-C compilers in libatalk/util/logger.c.
693 * FIX: Two directories with the same name but different case confused the
694        Mac Finder.
695 * FIX: The ROOT_PARENT directory could get invalidated.
696
697 Changes in 1.6pre1
698 ====================
699
700 * NEW: Long file name mangling support.
701 * NEW: Improved log file support.
702 * NEW: Server-side find capability ("FPCatSearch")
703 * NEW: Concurrent datastore (CDB) is now the default CNID datastore.  This
704        should be heavily tested in a multiuser environment.
705 * NEW: Variable substitution support has been added for the dbpath AppleVolume
706        option.
707 * UPD: CNID DID handling is now enabled by default.
708 * FIX: Various bug and build fixes as well as code cleanups.
709
710 Changes in 1.5.5
711 ================
712
713 * NEW: Allow afpd debugging to be enabled by sending the afpd process
714        a SIGUSR1.
715 * NEW: Allow SLP to be disabled per afpd process by adding a new -noslp flag
716        to afpd.conf.
717 * FIX: Use server name (if not NULL) for the SLP URL.
718 * FIX: papd: buffer overflow during config file read (Olaf Hering)
719
720 Changes in 1.5.4
721 ================
722
723 * FIX: File open read only and then read write (aka pb with Illustrator).
724 * FIX: Problems with unexpected EOF when reading files on a ddp connection
725        Photoshop, old finder.
726 * FIX: --with-nls-dir option does now work
727
728 Changes in 1.5.3
729 ================
730
731 * UPD: Extend the --disable-shell-check functionality to ignore users
732        with _no_ shell.  Also, send a log message if a user is refused login
733        based on the fact that they have no shell.
734 * UPD: Autoconf updates.
735 * UPD: Tru64 afpd authentication updates.
736 * UPD: As always: lots of minor code cleanups.
737 * FIX: Problems with Photoshop trying to open image files has been
738        corrected.
739 * FIX: Preserve special permission bits when creating or modifying
740        directories.
741 * FIX: afp_deleteid() now deletes the specified file and not the parent
742        directory.
743 * FIX: papd does now announce that it supports binary data to its clients.
744 * FIX: NetBSD ELF support.
745 * FIX: acleandir.rc is now installed in the bin directory.
746 * FIX: megatron does now compile even if compiled with -DDEBUG.
747 * FIX: Clean up some syslog messages.
748
749 Changes in 1.5.2
750 ================
751
752 * NEW: NetBSD support contributed by David Rankin and NetBSD contributors.
753        This includes a new configure option --enable-netbsd.
754 * NEW: Add the -client_polling afpd.conf flag to allow for clients to poll
755        the server every 10 seconds for open window updates.  Currently
756        this is the only way to get asynchronous directory updates.
757 * UPD: Use separate macro for AFS configure check.
758 * UPD: Some Perl scripts are now (partially) auto-generated. This improves
759        out-of-the-box usage of Netatalk.
760 * UPD: Solaris Kernel Makefile is now auto-generated. This fixes some path
761        issues, but isn't perfect, yet. Added some Solaris compatibility
762        fixes to the Kernel sources, too.
763 * UPD: CNID DB code sync'd with the current CVS version.  NOTE: Using this
764        code requires you to delete _all_ existing .AppleDB directories in
765        order to avoid database corruption!
766 * FIX: The file AppleVolumes.system contained wrong line breaks so that
767        not all file types were properly recognized.
768 * FIX: AFS compilation would fail due to a misnamed variable.
769 * FIX: SLP configure check was wrong so SLP did not compile.
770 * FIX: Fix the way quotas are handled under certain situations.
771 * FIX: Do not enable debugging code if debugging option is not set.
772 * FIX: Some problems with wrongly assigned DIDs were fixed.
773 * FIX: Various bug fixes and code cleanups.
774
775 Changes in 1.5.1
776 ================
777
778 * NEW: Added a program called cnid_didname_verify that can be used to
779        verify the consistency of the CNID database.
780 * NEW: New afpd option: -timeout. Warning: This still doesn't do what it's
781        supposed to!
782 * UPD: Code cleanups and compatibility fixes to macusers.
783 * UPD: AppleVolumes.system was cleaned up.
784 * FIX: Really fix Tru64 compilation (see last entry).
785 * FIX: Hand correct error value back to AFP client when deleting files or
786        directories fails.
787 * FIX: Leading or trailing spaces are now forbidden on volumes that have
788        the AFPVOL_MSWINDOWS flag set.
789 * FIX: Minor code cleanups and warning fixes.
790 * FIX: Make quota support work on FreeBSD.
791
792 Changes in 1.5.0
793 ================
794
795 * FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
796        file on the packagers system did not contain the necessary patch.
797 * FIX: On some systems, atalkd refuses to start, since it couldn't detect
798        any interfaces. This was caused by an overzealous validity check.
799
800 Changes in 1.5rc2
801 =================
802
803 * FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
804        Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
805        generated during package build.
806 * FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
807        was used in etc/afp/afp_config.c. This call was replaced by sprintf()
808        and prior bounds checking.
809
810 Changes from the 1.4b1 release:
811 ===============================
812
813 *   Fixed the maximum free/total volume size in afpd.
814
815 *   Made ~ the default volume in afpd.
816
817 *   Fixed pid file handling and changed setpgrp() to setpgid() in afpd,
818     papd, and atalkd.
819
820 *   Added code to afpd to set the Unix file time stamps with utime().
821
822 *   Fixed a bug in papd's printcap code which limited it to 15 or so
823     printers.
824
825 *   Fixed papd's handling of piped printers.
826
827 *   Fixed papd's handling of bad job names.
828
829 *   Fixed atalkd to send NBP LKUP packets from NBP port.
830
831 *   Added "sync;sync;sync" to Solaris kinstall to help with streams
832     file corruption.
833
834 *   Added nlocalrts to streams ddp.conf.  Thanks Thomas Tornblom.
835
836 *   Fixed signed extension infinite loop in Solaris module.
837
838 *   Moved all the config files to .../config.
839
840 Changes from the 1.3.3 release:
841 ===============================
842
843 *   Added code from Sun Microsystems, Inc (OPCOM) for Solaris support.
844     See COPYRIGHT.
845
846 *   Added support for FreeBSD, mostly changes by Mark Dawson and Julian
847     Elischer.
848
849 *   All sorts of other stuff.
850
851 Changes from the 1.3.1 release:
852 ===============================
853
854 *   Added options to psf's filter names to support accounting on HPs.
855     !!! NOTE:  The location of the filters has changed, see the man
856     page for where.
857
858 *   Added code from Alan Cox to support Linux.
859
860 *   Rewrote papd.  Now handles dropped connections better.
861     Configuration has been modernized.  !!! NOTE: The format of the
862     configuration file has changed, but NOT THE NAME.
863
864 *   Added Kerberos support to papd.
865
866 *   atalkd now removes routes on a SIGTERM.  Still can't just restart
867     it, but it's closer.
868
869 *   Changed atalkd and the kernel driver to remove a hack added to
870     support sending to 0.255.  Now the kernel will allow multiple open
871     sockets with the same port, so long as the addess associated with
872     the port is different.  atalkd now opens a socket for each port on
873     each interface.
874
875 *   atalkd now rewrites its configuration file.  If no configuration
876     file is given, one will be generated.  Permissions on the new
877     configuration file will be inherited from the old one.  If there is
878     no old one, permissions default to 644.  Won't rewrite the file if
879     the owner doesn't have write permission.
880
881 *   Removed support for the "AFS Kerberos UAM", in favor of the
882     "AuthMan UAM".  Kerberos support should now be much more
883     straight-forward.
884
885 *   Fixed a bug in afpd which would cause incorrect group calculations
886     on ultrix machines.
887
888 *   Fixed a bug in afpd which causes SimpleText and some other
889     applications to silently fail to write.  There's also a bug in
890     MacOS, but we can't fix that.
891
892 *   Fixed a bad interaction with afpd and AFS which would cause file
893     writes to not propogate between AFS clients.
894
895 *   !!! CHANGED the name(s) of afpd's config files.  The new files are
896     AppleVolumes.system and AppleVolumes.default.  If AppleVolumes.system
897     exists, it is always read, AppleVolumes.default is only read if the
898     user has no AppleVolumes file.  Included a flag "-u" to indicate
899     which file has precedence.  "-u" user wins, otherwise ".system"
900     wins.
901
902 *   Rewrote the AppleVolumes parsing code.  Now works.
903
904 *   Added a filename extension mapping to afpd.  User always takes
905     precedence, regardless of the "-u" flag.  Code to change the type
906     of all Unix files contributed by Kee Hinckley <nazgul@utopia.com>.
907
908 *   afpd now supports both UFS and AFS volumes simultaneously.  It also
909     uses access() to attempt to calculate reasonable Mac permissions
910     for AFS directories.
911
912 *   Changed reporting of file times.  Files that are written from Unix
913     now update the Mac's idea of the files modification time.  Unix
914     mtime is now reported instead of ctime.
915
916 *   Added support for a new UAM to afpd.  This requires that client
917     Macs have MacTCP and AuthMan installed.  Should make running afpd
918     for AFS easier.
919
920 *   Removed code so that otherwise valid volumes for which the mounting
921     user has no permission will appear in the volume selection dialog
922     on the Mac gray-ed out.
923
924 *   Added code from Chris Metcalf of MIT to the AppleDouble library
925     which improves permission inheritance.
926
927 *   Added code from G. Paul Ziemba of Alantec, Inc to better report
928     errors in psf.  Also changed psf to use syslog for errors that
929     users aren't interested in.
930
931 *   Added information to psf's man page to better explain the
932     interaction between psf, pap, and lpd.
933
934 *   Make psf/pap/psa do accounting when it's turnes on in
935     /etc/printcap.
936
937 *   Changed pap's error message when there is no printer specified on
938     the command line and no .paprc is found.  Also heavily modified
939     pap's man page to reflect changes in the "new" version of pap,
940     including moving it from section 8 to section 1.
941
942 *   Fixed a byte-order bug in pap's sequence numbers.  Doubt if pap has
943     ever worked right on little endian machines!
944
945 *   Added a flag to pap to optionally close before receiving EOF from
946     the printer.  Off by default.  psf calls pap with this option on.
947
948 *   Added timeouts to the nbp library calls.  This means that processes
949     won't hang when atalkd dies during boot, thus hanging your
950     machine.
951
952 Changes from the 1.3 release:
953 =============================
954
955 *   Fixed a bug in afpd which would cause APPL mappings to contain both
956     mac and unix path names.  The fixed code will handle the old
957     (corrupted) database.
958
959 *   Fixed a *very* serious bug which would cause files to be corrupted
960     when copying to afpd.
961
962 *   Fixed a bug in afpd which would cause replies to icon writes to
963     contain the written icon.
964
965 *   Filled in the function code switch in afpd.  Previously, a hacker
966     could probably have used afpd to get unauthorized access to a
967     machine running afpd.
968
969 *   Fixed a bug in the asp portion of libatalk.a which could cause the
970     malloc()/free() database to be corrupted.
971
972 *   Fixed a bug in atalkd's zip query code.  With this bug, only the
973     first N % 255 nets get queried.  However, since nets bigger than
974     255 are usually pretty unstable, the unqueried for nets will
975     eventually get done, when N drops by one.
976
977 *   Suppressed a spurious error ("route: No such process") in atalkd.
978
979 Changes from the 1.2.1 release:
980 ===============================
981
982 *   atalkd is completely rewritten for phase 2 support.  atalkd.conf
983     from previous version will not work!
984
985 *   afpd now has better AFS support.  In particular, the configuration
986     for AFS was made much easier; a number of Kerberos-related
987     byte-ordering and time problems were found; clear-text passwords
988     were added (thanks to geeb@umich.edu).
989
990 *   afpd now handles Unix permissions much better (thanks to
991     metcalf@mit.edu).
992
993 *   There are many, many more changes, but most are small bug fixes.
994
995 Changes from the 1.2 release:
996 =============================
997
998 *   The Sun support now uses loadable kernel modules (a la VDDRV)
999     instead of binary patches. As such, it should work on any sunos
1000     greater than 4.1, and is confirmed to work under 4.1.1 and 4.1.2.
1001
1002 *   The DEC support no longer requires source. It also runs under
1003     ultrix 4.1 and 4.2. It still requires patching your kernel, but the
1004     patches are limited to those files available to binary-only sites
1005     -- primarily hooks for things like netatalk.
1006
1007 *   The etc.rc script now uses changes made to nbprgstr (see below).
1008
1009 *   aecho now takes machine names on the command line.
1010
1011 *   nbplkup now takes a command line argument specifying the number of
1012     responses to accept. It also takes its defaults from the NBPLKUP
1013     environment variable.
1014
1015 *   nbprgstr may be used to register a name at any requested port.
1016
1017 *   afpd now logs if an illegal shell is used during login, instead of
1018     silently denying service.
1019
1020 *   A bug in afpd which caused position information for the directory
1021     children of the root of a volume to be ignored has been fixed.
1022
1023 *   Several typos in afpd which would cause include files necessary to
1024     ultrix to be skipped have been fixed.
1025
1026 *   atalkd will no long propagate routes to networks whose zone
1027     it doesn't know.
1028
1029 *   atalkd no longer dumps core if it receives a ZIP GetMyZone request
1030     from a network whose zone it doesn't know. (Since this currently
1031     can only happen from off net, it's not precisely a legal request.)
1032
1033 *   pap and papd (optionally) no longer check the connection id in PAP
1034     DATA responses. Both also maintain the function code in non-first-packet
1035     PAP DATA responses.  These changes are work-arounds to deal with
1036     certain AppleTalk printer cards, notably the BridgePort LocalTalk
1037     card for HP LJIIISIs.
1038
1039 *   pap no longer sends an EOF response to each PAP SENDDATA request,
1040     only the first.
1041
1042 *   A bug in papd which would cause it to return a random value when
1043     printing the procset to a piped printer has been fixed.
1044
1045 *   A bug relating to NBP on reverse-endian machines has been fixed.
1046
1047 *   atp_rsel() from libatalk now returns a correct value even if it
1048     hasn't recieved anything yet.
1049
1050 *   atalk_addr() from libatalk no longer accepts addresses in octal
1051     format, since AppleTalk addresses can have leading zeros. Also it
1052     checks that the separator character is a '.'.
1053
1054 *   Pseudo man pages for nbplkup, nbprgstr, and nbpunrgstr, have been
1055     added.
1056
1057 *   The example in the psf(8) man page is now correct.
1058
1059 *   The man pages for changed commands have been updated.
1060
1061 *   The README files for various machine have been updated
1062     appropriately.