diff options
author | neilbrown <neilbrown> | 2003-07-03 02:37:15 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2003-07-03 02:37:15 +0000 |
commit | a28fc4459391d18efe303e96c26f0072409ad770 (patch) | |
tree | 390f0d9eb0a6be6c157cfa8a9106577716aa509f | |
parent | 05250b116ba3d9e488e52dfeeddbaab929fbd751 (diff) | |
download | nfs-utils-a28fc4459391d18efe303e96c26f0072409ad770.tar.gz nfs-utils-a28fc4459391d18efe303e96c26f0072409ad770.tar.xz nfs-utils-a28fc4459391d18efe303e96c26f0072409ad770.zip |
version to 1.0.4
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | nfs-utils.spec | 2 |
4 files changed, 12 insertions, 3 deletions
@@ -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 @@ -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 |