X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fchangelog;h=0e502944255f31a260c9859fa083924d935a2fb8;hp=e8c6fc40495b080e6d3c85174436d06e7754122d;hb=18cd67d0f01ac7fb916aba18fedfb8daa013cd4b;hpb=683878d1dc32dd9dbb3684043451403815e5416f diff --git a/debian/changelog b/debian/changelog index e8c6fc4..0e50294 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +nfs-utils (1:1.2.0-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix test for NFS kernel server support in init script; closes: #550153 + + -- Ben Hutchings Wed, 16 Dec 2009 22:14:01 +0000 + +nfs-utils (1:1.2.0-4) unstable; urgency=low + + * Removing myself from uploaders. + + -- Daniel Baumann Wed, 02 Sep 2009 07:07:03 +0200 + +nfs-utils (1:1.2.0-3) unstable; urgency=low + + * Remove myself from Uploaders. + * Remove --enable-secure-statd from configure line; it does no longer + exist as a configure option. + + -- Steinar H. Gunderson Sun, 09 Aug 2009 12:47:00 +0200 + +nfs-utils (1:1.2.0-2) unstable; urgency=low + + * Merge from Ubuntu + * Rename 101-reduce-verbosity.diff to 11-532048-reduce-verbosity.patch + * Fix syslog verbosity with expired kerberos creds; closes: #532048 + 11-532048-reduce-verbosity.patch + + -- Anibal Monsalve Salazar Tue, 09 Jun 2009 10:50:33 +1000 + +nfs-utils (1:1.2.0-1ubuntu1) karmic; urgency=low + + * Merge from Debian unstable, remaining changes: + - 101-reduce-verbosity.diff: Reduce verbosity + * Dropped changes: + - Adjust initscripts version dependency; the Debian package now depends + on a newer version anyway + + -- Steve Langasek Sat, 06 Jun 2009 01:19:54 +0000 + nfs-utils (1:1.2.0-1) unstable; urgency=low * New upstream release @@ -31,6 +71,19 @@ nfs-utils (1:1.1.5-1) experimental; urgency=low -- Anibal Monsalve Salazar Fri, 06 Mar 2009 13:36:45 +1100 +nfs-utils (1:1.1.4-1ubuntu1) jaunty; urgency=low + + * Merge from debian unstable, remaining changes: + - Adjust initscripts version dependancy. + - 101-reduce-verbosity.diff: Reduce verbosity + * Drop 100-gssd-use-kernel-supported-enctypes.diff on advice from + upstream. "This patch isn't needed. There is still no code in the kernel to + return the enctype information and, as it turns out, the way we're + going to get this information from the kernel has changed. (Which is + why this has never gone upstream.)" + + -- Bryce Harrington Thu, 04 Dec 2008 14:37:39 -0800 + nfs-utils (1:1.1.4-1) unstable; urgency=low * New upstream release. Patch status: @@ -115,6 +168,24 @@ nfs-utils (1:1.1.2-5) unstable; urgency=high -- Steinar H. Gunderson Fri, 11 Jul 2008 18:45:45 +0200 +nfs-utils (1:1.1.2-4ubuntu2) jaunty; urgency=low + + * Add patch to reduce verbosity (LP: #293705) + + -- Andrew Pollock Tue, 04 Nov 2008 09:38:48 -0800 + +nfs-utils (1:1.1.2-4ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - Update maintainer to Ubuntu + - Adjust initscripts version dependancy. + - 100-gssd-use-kernel-supported-enctypes.diff: + Allow to use encryption types that the kernel supports, not just + des-cbc-crc. This patch was dropped by mistake when merging. Start the + numbering from 100 to more easily distinguish which patches are ours. + + -- Bryce Harrington Thu, 19 Jun 2008 20:05:51 -0700 + nfs-utils (1:1.1.2-4) unstable; urgency=low * 04-eacces-is-a-permanent-error.patch: New patch mirroring upstream git; @@ -135,6 +206,33 @@ nfs-utils (1:1.1.2-3) unstable; urgency=low -- Steinar H. Gunderson Fri, 25 Apr 2008 18:26:12 +0200 +nfs-utils (1:1.1.2-2ubuntu2.1) hardy-proposed; urgency=low + + * 101-mount-EACCES-is-forever.diff: + Patch from upstream to recognize "permission denied" as a permanent + error, instead of retrying the mount until the connection timeout is + reached. LP: #214041. + + -- Steve Langasek Wed, 07 May 2008 17:56:04 +0000 + +nfs-utils (1:1.1.2-2ubuntu2) hardy; urgency=low + + * 100-gssd-use-kernel-supported-enctypes.diff: + Allow to use encryption types that the kernel supports, not just + des-cbc-crc. This patch was dropped by mistake when merging. Start the + numbering from 100 to more easily distinguish which patches are ours. + + -- Timo Aaltonen Wed, 02 Apr 2008 23:10:01 +0300 + +nfs-utils (1:1.1.2-2ubuntu1) hardy; urgency=low + + * New upstream version (LP: #131789, #208021) + * Merge from Debian unstable, remaining changes: + - Change the Maintainer address. + - Adjust initscripts version dependancy. + + -- Timo Aaltonen Tue, 01 Apr 2008 18:02:05 +0300 + nfs-utils (1:1.1.2-2) unstable; urgency=low * Remove ${misc:Depends} from binary variables -- it is not used, and not @@ -949,7 +1047,6 @@ nfs-utils (1:1.0.9-1) unstable; urgency=high -- Anibal Monsalve Salazar Sat, 08 Jul 2006 14:26:40 +1000 - nfs-utils (1:1.0.8+1.0.9pre1-4) unstable; urgency=low * Back out having separate mount.nfs; this is in line with upstream, who