]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/changelog
Tweak nfs-common preinst to not remove nfs state files except on package removal...
[nfs-utils.git] / debian / changelog
index 9277fda5bdc282e6049894ee634b0137732231f9..e243a7a8d94d161b3e484445208b5908b7364754 100644 (file)
@@ -1,3 +1,55 @@
+nfs-utils (1:1.2.8-6) UNRELEASED; urgency=medium
+
+  * Fix the sec=krb5* handling in debian/nfs-common.init to properly match
+    all cases.  Closes: #715478.
+  * Move the rpc.svcgssd(8) symlink to nfs-common along with the rest of it,
+    and add the Replaces: on old versions of nfs-kernel-server to support
+    upgrades properly.  Closes: #731479.
+  * Only start nfs-common in runlevel S; it doesn't need to be started
+    more than once (and startpar won't actually run it more than once,
+    anyway).  Closes: #510528.
+  * Fix obsolete invocations of update-rc.d by switching nfs-common to use
+    dh_installinit.  Closes: #736059.
+  * Tweak nfs-common preinst to not remove nfs state files except on package
+    removal (i.e., these should not be removed when the package is
+    deconfigured temporarily).
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 13 Jan 2014 22:19:43 +0000
+
+nfs-utils (1:1.2.8-5) unstable; urgency=medium
+
+  [ Ben Hutchings ]
+  * Remove Luk Claes from uploaders (Closes: #723602)
+
+  [ Steve Langasek ]
+  * Migrate the rpc_pipefs mount out of /var/lib to /run, to better
+    support /var on NFS.
+  * Don't start the nfs-common init script from the nfs-kernel-server
+    maintainer script, this is entirely redundant.
+  * debian/patches/21-no-more-var-run.patch: PID files should be in
+    /run, not /var/run.
+    Closes LP: #1157171.
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 13 Jan 2014 22:07:53 +0000
+
+nfs-utils (1:1.2.8-4) unstable; urgency=low
+
+  * The configure option name is --with-gssglue, not --with-libgssglue.
+    Fix this, so that rpc.gssd really works.  Really closes: #707960.
+
+ -- Steve Langasek <vorlon@debian.org>  Sat, 01 Jun 2013 10:29:32 -0700
+
+nfs-utils (1:1.2.8-3) unstable; urgency=low
+
+  * Add myself as comaintainer, per <518FCECE.7050106@debian.org>.
+  * Build --with-libgssglue, which was the default prior to 1.2.8; this
+    fixes a regression that makes rpc.gssd (and hence, all
+    Kerberos-authenticated mounts) completely useless, because objects are
+    being incorrectly passed between multiple gss implementations (by way of
+    libtirpc).  Closes: #707960.
+
+ -- Steve Langasek <vorlon@debian.org>  Fri, 31 May 2013 17:59:53 -0700
+
 nfs-utils (1:1.2.8-2) unstable; urgency=medium
 
   * Fix reportbug scripts to use rpcinfo in /usr/sbin.