X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fchangelog;h=48420350f5f12b176c461e8a78798108e6fe2101;hb=c5c49e89770fc7aaa093f336ef0b43cf84c891dd;hp=4219798198b1e3bd1c18ac9ec3c68aedad3eb7a6;hpb=97a6658d0cf36219dbea5735cefbf2f1f692f4c9;p=nfs-utils.git diff --git a/debian/changelog b/debian/changelog index 4219798..4842035 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,78 @@ +nfs-utils (1:1.2.4-2) UNRELEASED; urgency=low + + * nfs-kernel-server-default: Add comment about how to disable NFSv4 + + -- Luk Claes Sat, 06 Aug 2011 07:38:48 +0200 + +nfs-utils (1:1.2.4-1) unstable; urgency=low + + * New upstream version + - Fix host_reliable_addrinfo (Closes: #633155) + - Allow multiple RPC listeners to share listener port number + (Closes: #619877) + - Add --enable-libmount-mount (Closes: #626478) + - 12-svcgssd-document-n-option.patch applied upstream + - Refresh 19-exports.man-Fix-comment-syntax.patch + - 21-anticipate-RLIMIT_FSIZE.patch applied upstream + - Add nfsidmap binary and manpage + - Use autoreconf to avoid build failure + + -- Luk Claes Sat, 09 Jul 2011 16:28:32 +0200 + +nfs-utils (1:1.2.3-3) unstable; urgency=medium + + [ Luk Claes ] + * Remove build dependency on librpcsecgss-dev as it's superseded by + libtirpc-dev + * Remove very old versioned dependencies on netbase and libblkid1 + * Exclude state files from dh_md5sum + * Use rpcinfo instead of /dev/tcp redirection + * Fix CVE-2011-1749: Anticipate RLIMIT_FSIZE (Closes: #629420) + * start-statd: Use bash (Closes: #621027) + * Add build-arch and build-indep makefile targets to debian/rules + * Add override for setuid mount.nfs + + [ Ben Hutchings ] + * statd.man, nfsiostat.man: Fix syntax errors, thanks to Simon Paillard + (Closes: #624261) + * exports.man: Fix syntax errors + * nfs.man: Fix syntax errors and improve tabulation + + -- Luk Claes Sat, 18 Jun 2011 10:53:51 +0200 + +nfs-utils (1:1.2.3-2) unstable; urgency=low + + * Depend on rpcbind unconditionally, as libtirpc does not support the + old portmapper protocol (Closes: #619877) + + -- Ben Hutchings Fri, 08 Apr 2011 13:40:02 +0100 + +nfs-utils (1:1.2.3-1) unstable; urgency=low + + * New upstream release + - 7-remove-duplicate-exports-paragraphs : removed + - 12-svcgssd-document-n-option: updated + - 14-allow-address-without-name : removed + - 15-mountd-fix-path-comparison-for-v4-crossmnt : removed + - 16-mount.nfs.man-nfs.man-update-distinction-between-fstypes: + part about nfs.man removed and + renamed to 16-mount.nfs.man-update-distinction-between-fstypes + - mountd: fix --manage-gids hang due to int/uint bug (0f05c8a) + (Closes: #528939,585085) + - mount.nfs: Don't do anything fancy if this is a remount (f11547f) + (Closes: #612933) + - mount: Mount should retry unreachable hosts (5a355f4) + (Closes: #560388) + - Try to use kernel function to determine supported Kerberos + enctypes (258f10f) (Closes: #474037) + - nfs-common: Add Recommends python for mountstats and nfsiostat + * Make sure everything is shipped (inspired by #594933) + * nfs-common.init: Enable idmapd by default (Closes: #610363) + * Install bug scripts to ease debuging + * Build depend on libtirpc-dev and enable IPv6 (Closes: #441361) + + -- Luk Claes Sun, 27 Mar 2011 18:54:45 +0200 + nfs-utils (1:1.2.2-5) unstable; urgency=low [ Ben Hutchings ]