summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2011-06-30 09:00:42 -0400
committerSteve Dickson <steved@redhat.com>2011-06-30 09:00:42 -0400
commitd2dea92e1f68fb7a54960a2760e4c0c97d51f8ff (patch)
tree0770391eaaaeb77f913be113c990f924b0c26380
parent684cf4a5e0e84a1367690d7ecf4882cbdf4f3228 (diff)
downloadnfs-utils-d2dea92e1f68fb7a54960a2760e4c0c97d51f8ff.tar.gz
nfs-utils-d2dea92e1f68fb7a54960a2760e4c0c97d51f8ff.tar.xz
nfs-utils-d2dea92e1f68fb7a54960a2760e4c0c97d51f8ff.zip
Re-Release of 1.2.4
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a2d7f8..062ed67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+commit 684cf4a5e0e84a1367690d7ecf4882cbdf4f3228
+Author: Prem Karat <prem.karat@linux.vnet.ibm.com>
+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 <steved@redhat.com>
+
commit 057d2add27d1e05fed3ae7206ee043b6c1fda45a
Author: NeilBrown <neilb@suse.de>
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)