From: Steve Dickson Date: Thu, 30 Jun 2011 13:00:42 +0000 (-0400) Subject: Re-Release of 1.2.4 X-Git-Tag: nfs-utils-1-2-4 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=d2dea92e1f68fb7a54960a2760e4c0c97d51f8ff Re-Release of 1.2.4 Signed-off-by: Steve Dickson --- diff --git a/ChangeLog b/ChangeLog index 4a2d7f8..062ed67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +commit 684cf4a5e0e84a1367690d7ecf4882cbdf4f3228 +Author: Prem Karat +Date: Thu Jun 30 07:29:20 2011 -0400 + + mount.nfs: Fix for the bug in v1.2.4 that breaks mount.nfs + + commit 30ebf047 failed to include these changes that breaks mount.nfs. + mount.nfs will continue to work fine with these changes + + Signed-off-by: Steve Dickson + commit 057d2add27d1e05fed3ae7206ee043b6c1fda45a Author: NeilBrown Date: Tue Jun 28 13:24:33 2011 -0400 diff --git a/configure.ac b/configure.ac index d8972e4..ca12f9e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([linux nfs-utils],[1.2.3],[linux-nfs@vger.kernel.org],[nfs-utils]) +AC_INIT([linux nfs-utils],[1.2.4],[linux-nfs@vger.kernel.org],[nfs-utils]) AC_CANONICAL_BUILD([]) AC_CANONICAL_HOST([]) AC_CONFIG_MACRO_DIR(aclocal)