X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fchangelog;h=a80e8801b4e5c27ed025272bb60830193fad8212;hp=df5b8fce01122880e1f545ebb9ad6f3d63285789;hb=ebf259dfcee762c98ac530d558ca9126c983b1a5;hpb=5c3ed18c263cd01878d0314763d670a05d5ac284 diff --git a/debian/changelog b/debian/changelog index df5b8fc..a80e880 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +nfs-utils (1:1.0.8-6) unstable; urgency=low + + * The last upload was a bit premature; it missed a change or two to the + init scripts (stdout vs. stderr output). Correcting now. + + -- Steinar H. Gunderson Wed, 7 Jun 2006 23:30:15 +0200 + +nfs-utils (1:1.0.8-5) unstable; urgency=low + + * Patch nfs-common and nfs-kernel-server init scripts to make them more LSB + compatible, fixing issues with heartbeat2; based on patches by Kilian + CAVALOTTI. (Closes: #371084, #371085) + * Add --oknodo to start-stop-daemon in start targets, to make a second + "start" invocation return exit status 0. + * Add status targets to the two init scripts, with correct output and + exit codes. + + -- Steinar H. Gunderson Wed, 7 Jun 2006 22:49:54 +0200 + +nfs-utils (1:1.0.8-4) unstable; urgency=low + + * Fix a few spelling errors in the man pages; patches from A Costa. + (Closes: #370561, #370562, #370563) + + -- Steinar H. Gunderson Tue, 6 Jun 2006 11:59:28 +0200 + +nfs-utils (1:1.0.8-3) unstable; urgency=low + + * The "what the heck, I uploaded an outdated 1:1.0.8-1 release without + the pkg-config fix and some other changes" release. + * Tweaks to debian/rules: + * Drop --sourcedir=debian/tmp from dh_install so we can also install files + directly from the debian/ directory. + * Minimize direct uses of install; move all the ucf installation into the + debhelper .install files. + * Remove some obsolete comments. + * Remove empty (modulo #DEBHELPER# tokens) nhfsstone.{postinst,prerm} + scripts. + * Clear out obsolete (pre-sarge) debconf and rc.d purging from postinst + script. (Same as in 1:1.0.7-10, but for nfs-kernel-server too, not just + nfs-common.) Minor style cleanup. + * Include the md5sum for /etc/default/nfs-kernel-server from 1:1.0.7-13, + to make ucf not complain when upgrading from that version. + + -- Steinar H. Gunderson Sat, 3 Jun 2006 11:00:14 +0200 + nfs-utils (1:1.0.8-2) unstable; urgency=low * Added missing dependency on pkg-config.