new version 3.5
authorroot <root@rcn1.VSOFS1.COM>
Wed, 15 Jul 2009 03:10:44 +0000 (13:10 +1000)
committerroot <root@rcn1.VSOFS1.COM>
Wed, 15 Jul 2009 03:10:44 +0000 (13:10 +1000)
packaging/RPM/makerpms.sh
packaging/RPM/remote-cache.spec

index bf6a5cbd17f36e422cbd8babec553deafdd66971..47c450c3fbddc8a581766e3bdea92edf8b2b1bc6 100755 (executable)
@@ -26,7 +26,7 @@ SRCDIR=`rpm --eval %_sourcedir`
 
 # At this point the SPECDIR and SRCDIR vaiables must have a value!
 
-VERSION='3.4'
+VERSION='3.5'
 REVISION=''
 SPECFILE="remote-cache.spec"
 RPMBUILD="rpmbuild"
index 64c5d9013acb1ed3e7dc5a14701e3bfe436f390c..87b78b1f1182bfbed83b569c4aa8faf2f82bfaf8 100644 (file)
@@ -4,7 +4,7 @@ Summary: Remote Read-Only NFS cache
 Vendor: Ronnie Sahlberg
 Packager: Ronnie Sahlberg <ronniesahlberg@gmail.com>
 Name: remote-cache
-Version: 3.4
+Version: 3.5
 Release: 0
 Epoch: 0
 License: GNU GPL version 3
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/remote-cache.1.gz
 
 %changelog
+* Wed Jul 15 2009 : Version 3.4
+ - Internal cleanup of the code and removal of all uses of switching uid.
+   Uids are instead checked explicitely in the code and i/o is always performed as the root user.
 * Tue Apr 7 2009 : Version 3.4
  - add pregenerated manpages
  - when installing rpm replace any manpages from previous versions with the new manpage.