X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fchangelog;h=1b7ab491639ff3e1fe9eac6608e38d34d00e33fd;hp=3f268883830e4a7a3b0688119170511eee21c33e;hb=f1a21c54149d24f8f8f875c2883af449d921c50b;hpb=35bc75f6a00cf684b2c65703a0ce3aa46dad31db diff --git a/debian/changelog b/debian/changelog index 3f26888..1b7ab49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,160 @@ +nfs-utils (1:1.1.2-6) unstable; urgency=high + + * Load nfsd.ko before starting idmapd, to hopefully fix NFSv4 export issues. + (Closes: #490181) + * Bump to Standards-Version 3.8.0.1. + * Added README.source with basic information on use of quilt. + * Added (adapted from the example in Policy) debian/rules code to + parse DEB_BUILD_OPTIONS and support noopt and parallel= targets. + (nostrip is already handled by debhelper.) + * Remove DEB_HOST_ARCH setting from debian/rules, as it was not used + anywhere. + * Refresh 04-eacces-is-a-permanent-error.patch to get rid of the offset. + + -- Steinar H. Gunderson Mon, 14 Jul 2008 11:20:59 +0200 + +nfs-utils (1:1.1.2-5) unstable; urgency=high + + * 05-default-use-old-mount-interface.patch: New patch, disables the + text-mounting interface by default. It seems to be a bit shaky still, + causes problems for several users (some of which are only fixable with a + kernel update). It will be turned back on again after lenny's release, but + for now we're reverting to the safe option. + (Closes: #473171, #478824, #475274, #478831) + * 06-dont-check-exec-bit.patch: New patch, removes check for executable bit + on mount points. (Closes: #478499) + * 07-remove-duplicate-exports-paragraphs.patch: New patch from Antonio + Ospite, removes some duplicate paragraphs in the exports man page. + (Closes: #488009) + * Add "no_subtree_check" option to packaged /etc/exports. (Closes: #485658) + + -- Steinar H. Gunderson Fri, 11 Jul 2008 18:45:45 +0200 + +nfs-utils (1:1.1.2-4) unstable; urgency=low + + * 04-eacces-is-a-permanent-error.patch: New patch mirroring upstream git; + makes the text-based mounting interface (used with kernel >= 2.6.23) + treat "access denied" as a permanent instead of a temporary error. + (Closes: #476128) + + -- Steinar H. Gunderson Wed, 07 May 2008 20:49:14 +0200 + +nfs-utils (1:1.1.2-3) unstable; urgency=low + + * 02-fix-retry-option.patch: New patch from upstream, fixes interpretation + of the retry= option. (Closes: #476094) + * 03-handle-mtab-symlink.patch: New patch from Joey Hess, makes mount.nfs + handle symlinked /etc/mtab the way umount.nfs and util-linux handle it. + (Closes: #476577) + * Fix "pakage" typo in debian/copyright. + + -- Steinar H. Gunderson Fri, 25 Apr 2008 18:26:12 +0200 + +nfs-utils (1:1.1.2-2) unstable; urgency=low + + * Remove ${misc:Depends} from binary variables -- it is not used, and not + generated by anything, so all it does is generate warnings during build. + * Remove 02-document-debian-init-scripts.patch; upstream has a patch + replacing it. + * Rename 03-sm-notify-in-sbin.patch to 01-sm-notify-in-sbin.patch. + + -- Steinar H. Gunderson Sun, 30 Mar 2008 01:35:44 +0100 + +nfs-utils (1:1.1.2-1) unstable; urgency=low + + * New upstream release + * Move homepage to control header + * Standards-Versio bumped to 3.7.3 + * Added dwbian/watch + * Binary pakckages depend on ${misc:Depends} + * Build-depends on libldap2-dev + - /usr/bin/ld couldn't find -lldap + * The following patches were merged: + - 05-ignore-quota-option.patch + - 06-gssd-manpage-typo.patch + - 07-amd64-logging-segfault.patch + - 08-clarify-unexport.patch + - 09-fix-nfsstat-option.patch + - 10-no-flush-blkid-cache.patch + - 11-honor-credential-cache-dir.patch + - 12-fix-nfsmount-segfault.patch + + -- Anibal Monsalve Salazar Wed, 26 Mar 2008 18:40:09 +1100 + +nfs-utils (1:1.1.1-14) unstable; urgency=low + + * Another init dependency patch from Petter Reinholdtsen, this time for + nfs-common. (Closes: #468663) + * Stop before portmap stops. + * Start after local filesystems and network (normally $portmap should take + care of this, but it might not be installed for some reason). + * 10-no-flush-blkid-cache.patch: Rename from 10-no-flush-blkid-cache.diff, + for consistency. + * 11-honor-credential-cache-dir.patch: New patch from Vince Busam, honor -d + flag to rpc.gssd instead of always using /tmp for the credentials cache. + (Closes: #465796) + * 12-fix-nfsmount-segfault.patch: New patch from Jindrich Makovicka, fix so + the two tests for mount version are in sync, fixing a segfault in nfsmount. + (Closes: #466019) + * Remove outdated information about git snapshots from debian/copyright. + (Closes: #468773) + + -- Steinar H. Gunderson Mon, 03 Mar 2008 17:16:33 +0100 + +nfs-utils (1:1.1.1-13) unstable; urgency=low + + * Adjust nfs-kernel-server.init dependencies; patch from Petter + Reinholdtsen. (Closes: #464048) + * Depend on $remote_fs being started (and stop before it). + * Stop before nfs-common is stopped. + + -- Steinar H. Gunderson Mon, 04 Feb 2008 22:58:30 +0100 + +nfs-utils (1:1.1.1-12) unstable; urgency=medium + + * Comment in dh_strip again, which probably was commented out during a + debugging session at some point. + * Don't exclude mount.nfs from dh_fixperms; make it suid root manually after + dh_fixperms instead. Makes it world and group readable as it should be. + (Closes: #458239) + + -- Steinar H. Gunderson Sat, 29 Dec 2007 23:25:36 +0100 + +nfs-utils (1:1.1.1-11) unstable; urgency=low + + * 10-no-flush-blkid-cache.diff: New patch from Theodore Ts'o, removes + unneccessary flushing of the blkid cache, leading to lots of spurious + DM_* ioctls. (Closes: #431940) + * Sorted the list of patches in debian/patches/, and refreshed all patches + to fix hunk offsets. + + -- Steinar H. Gunderson Tue, 18 Dec 2007 00:06:10 +0100 + +nfs-utils (1:1.1.1-10) unstable; urgency=low + + * 09-fix-nfsstat-option.patch: New patch, fixes so nfsstat help and man + pages say --mounts instead of the wrong --mounted. (Closes: #451965) + + -- Steinar H. Gunderson Sat, 24 Nov 2007 18:16:51 +0100 + +nfs-utils (1:1.1.1-9) unstable; urgency=high + + * Re-add modprobing of the "nfs" module (leaving the sunrpc module, so as + not to break what the previous change fixed), as mount is not capable of + auto-loading it on demand. (Closes: #451782) + + -- Steinar H. Gunderson Sun, 18 Nov 2007 19:14:48 +0100 + +nfs-utils (1:1.1.1-8) unstable; urgency=low + + * When starting idmapd or gssd, load the sunrpc module instead of the + nfs/nfs4 modules; if the machine is server-only, it might not have + nfs/nfs4 (which are client-side modules) available. + (Closes: #449137) + * Revert NEED_MOUNTD patch; mountd is always needed, also for NFSv4. + + -- Steinar H. Gunderson Sun, 04 Nov 2007 13:05:57 +0000 + nfs-utils (1:1.1.1-7) unstable; urgency=low * More init script breakage: Fix default value of NEED_STATD.