summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2003-07-03 02:37:15 +0000
committerneilbrown <neilbrown>2003-07-03 02:37:15 +0000
commita28fc4459391d18efe303e96c26f0072409ad770 (patch)
tree390f0d9eb0a6be6c157cfa8a9106577716aa509f
parent05250b116ba3d9e488e52dfeeddbaab929fbd751 (diff)
downloadnfs-utils-a28fc4459391d18efe303e96c26f0072409ad770.tar.gz
nfs-utils-a28fc4459391d18efe303e96c26f0072409ad770.tar.xz
nfs-utils-a28fc4459391d18efe303e96c26f0072409ad770.zip
version to 1.0.4
-rw-r--r--ChangeLog9
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--nfs-utils.spec2
4 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6287766..463a301 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2003-07-03 NeilBrown <neilb@cse.unsw.edu.au>
+ * configure.in, nfs-utils.spec: Update version to 1.0.4
+ * run autoconf
+
+ This is a 'pre-release' for 1.1.0 Hopefully 1.1.0 will be the
+ baseline for 2.6 and 2.8. I.e. it should continue to work right
+ through the 2.8 (or 3.0) kernel series. Previous releases wont.
+
+2003-07-03 NeilBrown <neilb@cse.unsw.edu.au>
+
* support/include/nfs/nfs.h: Make sure correct __kernel_dev_t is
used as the size was changed somewhere in 2.5.60-2.5.70. Without
this nfs-utils compiles against 2.6 headers will not work on a
diff --git a/configure b/configure
index fdd780b..8038764 100755
--- a/configure
+++ b/configure
@@ -537,7 +537,7 @@ fi
# The nfs-utils version
-VERSION="1.0.3"
+VERSION="1.0.4"
# Check whether --with-release or --without-release was given.
diff --git a/configure.in b/configure.in
index 5b730b1..d96a5da 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT(rules.mk)
AC_PREFIX_DEFAULT(/usr)
# The nfs-utils version
-VERSION="1.0.3"
+VERSION="1.0.4"
AC_SUBST(VERSION)
dnl *************************************************************
diff --git a/nfs-utils.spec b/nfs-utils.spec
index e17c190..3b89f31 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -6,7 +6,7 @@
Summary: NFS utlilities and supporting daemons for the kernel NFS server.
Name: nfs-utils
-Version: 1.0.3
+Version: 1.0.4
Release: 1
Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz
Group: System Environment/Daemons