X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fchangelog;h=c36025b523328d7a213607611de579fd747438a7;hp=a4751d653c2dc555f09b294c3b5cafdddd3b3a82;hb=a4e12fe4050f413561acecfcd6d02e400b208c08;hpb=afe14d07626c84b3242ad2c67874993d1a768076 diff --git a/debian/changelog b/debian/changelog index a4751d6..c36025b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,284 @@ +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. + (Closes: #448688) + + -- Steinar H. Gunderson Wed, 31 Oct 2007 09:15:53 +0100 + +nfs-utils (1:1.1.1-6) unstable; urgency=low + + * Fix typo in init script. (Closes: #448538, #448607, #448564) + * In the init script, save the value of $? into a variable instead of using + $? over and over again, as it will get clobbered after the first command + using it. + + -- Steinar H. Gunderson Tue, 30 Oct 2007 17:18:12 +0100 + +nfs-utils (1:1.1.1-4) unstable; urgency=low + + * Remove broken hack introduced in 1.1.1-3. + * Fix init script to work if the package has been removed but not purged; + patch adapted from Morita Sho. (Closes: #448251) + * Patch init script to allow not running rpc.statd or rpc.mountd (via + settings in /etc/default/), since they are not needed for an NFSv4-only + setup; patch adapted from David Härdeman. (Closes: #448234) + * Clarify language in the exportfs man page; patch adapted from + David Liontooth. (Closes: #443591) + + -- Steinar H. Gunderson Mon, 29 Oct 2007 18:33:15 +0100 + +nfs-utils (1:1.1.1-3) unstable; urgency=low + + * Fixed "FTBFS: error: called object 'major' is not a function" by + defining the missing called objects only on arm. Closes: #447578. + + -- Anibal Monsalve Salazar Mon, 22 Oct 2007 19:16:49 +1000 + +nfs-utils (1:1.1.1-2) unstable; urgency=low + + * 07-amd64-logging-segfault.patch: New patch from Steve Langasek, fixes + segfault in logging code on amd64. (Closes: #447407, #447451) + + -- Steinar H. Gunderson Sun, 21 Oct 2007 12:52:01 +0200 + +nfs-utils (1:1.1.1-1) unstable; urgency=low + + * New upstream release. + + -- Anibal Monsalve Salazar Fri, 19 Oct 2007 17:36:22 +1000 + +nfs-utils (1:1.1.1~git-20070929-1) unstable; urgency=low + + * New git snapshot. + * Update debian/copyright with new version information. + * 07-daemonize-instead-of-fork.patch: Now in upstream, removed. + * 08-libgssglue-changes.patch: Now in upstream, removed. + * 09-define-major-minor.patch: Now in upstream, removed. + + -- Steinar H. Gunderson Sat, 29 Sep 2007 15:03:21 +0200 + +nfs-utils (1:1.1.1~git-20070709-5) unstable; urgency=low + + * Fix totally broken export-detecting regex in the init script; patch by + Quentin Godfroy. (Closes: #444155) + + -- Steinar H. Gunderson Wed, 26 Sep 2007 17:50:40 +0200 + +nfs-utils (1:1.1.1~git-20070709-4) unstable; urgency=low + + * Replaced libgssapi-dev as build-dependency by libgssglue-dev. + - Added 08-libgssglue-changes.patch. + * Defined major and minor macros. Closes: #442122. + - Added 09-define-major-minor.patch. + + -- Anibal Monsalve Salazar Tue, 11 Sep 2007 20:12:50 +1000 + +nfs-utils (1:1.1.1~git-20070709-3) unstable; urgency=low + + * If there is no override present when running the post-removal script, do + not return exit status code 2. Closes: #436411. + * Fixed the following lintian message: + - W: nfs-utils source: debian-rules-ignores-make-clean-error line 23 + + -- Anibal Monsalve Salazar Sat, 11 Aug 2007 20:17:26 +1000 + +nfs-utils (1:1.1.1~git-20070709-2) unstable; urgency=low + + * 07-daemonize-instead-of-fork.patch: New patch from upstream, uses + daemon() instead of fork() and exit() for background mounts. Should + properly detach from the terminal and thus keep the kernel from SIGHUPing + mount during boot. (Closes: #144185, #156664) + + -- Steinar H. Gunderson Sat, 11 Aug 2007 09:27:53 +0200 + +nfs-utils (1:1.1.1~git-20070706-2) unstable; urgency=low + + * If there is no override present when running the post-removal script, do + not return exit status code 2. Closes: #436411. + + -- Anibal Monsalve Salazar Tue, 07 Aug 2007 17:34:47 +1000 + +nfs-utils (1:1.1.1~git-20070709-1) unstable; urgency=low + + * New upstream release. + * Update debian/copyright with the new date. + * No longer tries to build with -mno-fp-regs on Alpha, which should fix + FTBFS on that platform. (Closes: #436491) + + -- Steinar H. Gunderson Thu, 09 Aug 2007 17:30:29 +0200 + +nfs-utils (1:1.1.1~git-20070706-1) unstable; urgency=low + + * New upstream release. + * Fixes the "bg" mount option. (Closes: #301955) + * Update debian/copyright to tell that we're on git snapshots again. + * Remove 01-fix-hostent-memory-leak.diff and 04-umount-exit-status.patch, + as they are included in upstream now. + + -- Steinar H. Gunderson Mon, 06 Aug 2007 20:01:49 +0200 + +nfs-utils (1:1.1.0-14) unstable; urgency=low + + * Install mount.nfs setuid directly instead of doing dpkg-statoverride in + the postinst. Clear the dpkg-statoverride status in the postinst script + on upgrades from earlier versions for cleanness. (Closes: #435258) + + -- Steinar H. Gunderson Sun, 05 Aug 2007 20:06:53 +0200 + +nfs-utils (1:1.1.0-13) unstable; urgency=low + + * 06-gssd-manpage-typo.patch: New patch from A Costa, fixes a typo in the + gssd man page. (Closes: #434665) + * Sort debian/patches/series, so the patches are applied in the expected + order. This also fixes a hunk offset when applying the patches. + + -- Steinar H. Gunderson Wed, 25 Jul 2007 20:53:05 +0200 + +nfs-utils (1:1.1.0-12) unstable; urgency=low + + * Yet another round of fixing the boot issues, mostly in nfs-common.init: + * Be a bit smarter about setting AUTO_NEED_IDMAPD; check not only that + /etc/exports exists, but also that it contains things that look like + uncommented exports. + * Don't exit 0 immediately if statd, idmapd (if enabled) or gssd (if + enabled) can't be found, as we might need statd to get /usr up even if we + can't get to idmapd and gssd. (The AUTO_NEED_IDMAPD fix above should fix + the default situation, but it's good to take a bit of extra care.) + Instead, start statd regardless, and just skip idmapd and gssd starting + (set NEED_{IDMAPD,GSSD}=no) if it can't be found. + * Let nfs-common depend on initscripts (>= 2.86.ds1-38.1) to make sure we + have a version with the proper mountnfs logic. + + -- Steinar H. Gunderson Wed, 25 Jul 2007 01:27:48 +0200 + +nfs-utils (1:1.1.0-11) unstable; urgency=low + + * Include the nfs man page, which was also forgotten. The new nfs man page + fixes a few documentation bugs over the old one from util-linux: + * TCP is now the default if supported. (Closes: #414160) + * The default NFS version is now 3. (Closes: #289436) + * Add a replaces on pre-2.13 mount, since nfs(5) used to be there. + * 05-ignore-quota-option.patch: Properly ignore quota options in fstab. + (Closes: #329417) + + -- Steinar H. Gunderson Wed, 18 Jul 2007 19:04:44 +0200 + +nfs-utils (1:1.1.0-10) unstable; urgency=high + + * Start nfs-common in the /etc/rcS start-up sequence, making sure statd is + run before mountnfs runs, and finally obsoleting the hacks in mountnfs to + start nfs-common directly in some cases. S44 is used, which is right + between portmap (S43) and mountnfs (S45). As per discussion with Petter + Reinholdtsen on IRC. (Closes: #432511, #432750, #433119, #433133) + * Change the update-rc.d line in nfs-common.postinst to include the S + runlevel. + * Change the version check for the "update-rc.d -f nfs-common remove" line + to this version (1:1.1.0-10), so all older installations are properly + updated. + * In the LSB header for nfs-common.init, add $portmap to Required-Start. + Also add the S run level to Default-Start, to match the above change. + * Include {mount,umount}.nfs man pages in the nfs-common package -- thanks + to Neil Brown for spotting this. + + -- Steinar H. Gunderson Mon, 16 Jul 2007 18:04:52 +0200 + +nfs-utils (1:1.1.0-9) unstable; urgency=low + + * 04-umount-exit-status.patch: New patch, fixes the exit status from umount + so it's no longer inverted. (Closes: #432996) + + -- Steinar H. Gunderson Sat, 14 Jul 2007 11:15:24 +0200 + +nfs-utils (1:1.1.0-8) unstable; urgency=low + + * Move nfs-common from 21 to 20 in the startup sequence, to make sure it's + started before nfs-kernel-server (since it's nfs-common that loads the + right kernel modules). Leave the shutdown sequence alone; no changes + should be needed to it. Also update the LSB dependency information to make + nfs-kernel-server depend on nfs-common. (Closes: #432818) + + -- Steinar H. Gunderson Thu, 12 Jul 2007 13:43:49 +0200 + +nfs-utils (1:1.1.0-7) unstable; urgency=low + + * Add postinst fragment to make /sbin/mount setuid root, which should fix + problems with non-root mounting. (Closes: #432581) + + -- Steinar H. Gunderson Thu, 12 Jul 2007 01:40:18 +0200 + +nfs-utils (1:1.1.0-6) unstable; urgency=low + + * Enable {mount,umount}.{nfs,nfs4}, in line with util-linux 2.13 no longer + supporting NFS mounts. + + -- Steinar H. Gunderson Mon, 09 Jul 2007 12:54:09 +0200 + +nfs-utils (1:1.1.0-5) unstable; urgency=low + + * Install the sm-notify binary, as rpc.statd seems to want to run it at + boot. + * 03-sm-notify-in-sbin.patch: New patch, tell rpc.statd that we put + sm-notify in /sbin instead of /usr/sbin. + + -- Steinar H. Gunderson Sun, 08 Jul 2007 21:15:59 +0200 + +nfs-utils (1:1.1.0-4) unstable; urgency=low + + * Change the obsolete /proc/nfs/nfsd path in the init script so it matches + the current path; patch by Bart Cortooms. + + -- Steinar H. Gunderson Fri, 08 Jun 2007 12:18:07 +0200 + +nfs-utils (1:1.1.0-3) unstable; urgency=low + + * Fixed "nfs-common - fails to install without /etc/fstab". + Closes: #426508. + + -- Anibal Monsalve Salazar Tue, 29 May 2007 20:38:36 +1000 + +nfs-utils (1:1.1.0-2) unstable; urgency=low + + * Make sure rpcsec_gss_krb5 is loaded if needed in nfs-kernel-server. It + used not to be when NEED_SVCGSSD=true and NEED_GSSD=false. Per bug report + from Ubuntu. (LP: #104923) + + -- Steinar H. Gunderson Fri, 11 May 2007 16:51:31 +0200 + nfs-utils (1:1.1.0-1) unstable; urgency=low * 01-fix-hostent-memory-leak.diff: New patch, fixes a memory leak related to