X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=NEWS;h=b40b6997fea65a743fe97793a1c54aa839b5ea68;hb=4c16a8e1f590cb133ef1984302ca2c831311fe62;hp=ffa9fba942369573156e7fb9f3ad55add61ef0fe;hpb=f9f16086e0f7578c3aa1d415ad6051a5cff77d0f;p=netatalk.git diff --git a/NEWS b/NEWS index ffa9fba9..b40b6997 100644 --- a/NEWS +++ b/NEWS @@ -1,25 +1,38 @@ -Changes in 2.1 -============== -* UPD: atalkd and papd are now disabled by default. - AppleTalk is legacy. -* UPD: cdb/dbd CNID backend requires BerkeleyDB >= 4.6 -* FIX: rewritten logger -* FIX: afpd: UNIX permissions handling +Changes in 2.1-beta1 +==================== + +* NEW: afpd: AFP 3.2 support +* NEW: afpd: Extended Attributes support using native attributes or + AppleDouble files +* NEW: afpd: ACL support with ZFS +* NEW: afpd: IPv6 support +* NEW: cnd_metad: IPv6 support * NEW: cnid_metad: options -l and -f to configure logging +* NEW: AppleDouble compatible UNIX files utility suite `ad ...`. + With 2.1 only `ad ls`. * NEW: CNID database maintanance utility dbd * NEW: support BerkeleyDB upgrade. Starting with the next release after 2.1 in case of BerkeleyDB library updates, Netatalk will be able to upgrade the CNID databases. -* NEW: AppleDouble compatible UNIX files utility suite `ad ...`. - With 2.1 only `ad ls`. -* NEW: afpd: AFP 3.2 support -* NEW: afpd: Extended Attributes support using AppleDouble files -* NEW: afpd: ACL support with ZFS -* NEW: afpd: ExtendedAttributes support with ZFS * NEW: afpd: store and read CNIDs to/from AppleDouble files by default. This is used as a cache and as a backup in case the database is deleted or corrupted. It can be disabled with a new volume option "nocnidcache". +* NEW: configure args to download and install a "private" Webmin instance + including only basic Webmin modules plus our netatalk.wbm. +* NEW: fallback to a temporary in memory tdb CNID database if the volume + database can't be open. +* UPD: atalkd and papd are now disabled by default. + AppleTalk is legacy. +* UPD: slp advertisement is now disabled by default. server option -slp + SRVLOC is legacy. +* UPD: cdb/dbd CNID backend requires BerkeleyDB >= 4.6 +* UPD: afpd: try to install PAM config that pulls in system|common auth +* FIX: rewritten logger +* FIX: afpd: UNIX permissions handling +* FIX: cnid_dbd: always use BerkeleyDB transactions +* REM: cnid_maint: use dbd [FIXME: s/dbd/INSERT NAME HERE/] + *REM: apple_cleanup: use dbd [FIXME: s/dbd/INSERT NAME HERE/] Changes in 2.0.5 ================ @@ -31,6 +44,8 @@ Changes in 2.0.5 * FIX: afpd: vetoed files/dirs where still accessible * FIX: afpd: cnid_resolve: don't return '..' as a valid name. * FIX: uniconv: -d option wasn't working +* FIX: initscripts installation now correctly uses autoconf paths, + ie they're installed to --sysconfdir. Changes in 2.0.4 ================ @@ -260,7 +275,7 @@ Changes in 2.0-beta2 * FIX: numerous small bugfixes. Changes in 2.0-beta1 -===================== +==================== * NEW: OSX style adouble scheme * NEW: japanese SHIFT_JIS codepage (iconv supplied)