]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/changelog
Imported Debian patch 1.1.1-2
[nfs-utils.git] / debian / changelog
index 840d3050916c282e7610dc7e25bdea6e9f6d3899..eeb9aa28cc96b574a45e0d36a81e651703e7fd3e 100644 (file)
@@ -1,3 +1,103 @@
+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 <sesse@debian.org>  Sun, 21 Oct 2007 12:52:01 +0200
+
+nfs-utils (1:1.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Anibal Monsalve Salazar <anibal@debian.org>  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 <sesse@debian.org>  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 <sesse@debian.org>  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 <anibal@debian.org>  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 <anibal@debian.org>  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 <sesse@debian.org>  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 <anibal@debian.org>  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 <sesse@debian.org>  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 <sesse@debian.org>  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 <sesse@debian.org>  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 <sesse@debian.org>  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: