new version 3.2
authorroot <root@rcn1.VSOFS1.COM>
Fri, 20 Mar 2009 05:11:32 +0000 (16:11 +1100)
committerroot <root@rcn1.VSOFS1.COM>
Fri, 20 Mar 2009 05:11:32 +0000 (16:11 +1100)
packaging/RPM/makerpms.sh
packaging/RPM/remote-cache.spec

index 4de1915a32233afcca8f5935d4d370afeccddf00..f3761f05bbccbf56021ff67ab2328634b5e3f542 100755 (executable)
@@ -26,7 +26,7 @@ SRCDIR=`rpm --eval %_sourcedir`
 
 # At this point the SPECDIR and SRCDIR vaiables must have a value!
 
-VERSION='3.1'
+VERSION='3.2'
 REVISION=''
 SPECFILE="remote-cache.spec"
 RPMBUILD="rpmbuild"
index 3a3a20b8bd93f1a4705b079dc30f590c2ef7e48f..c7732a6bfc741da03ce0e1ff158c96eaf32c123a 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.1
+Version: 3.2
 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
+* Fri Mar 20 2009 : Version 3.2
+ - remove all remaning talloc calls
+ - remove additional instances where we switch between root and the real user
 * Wed Mar 10 2009 : Version 3.1
  - Remove calls to talloc in performance critical paths
 * Mon Mar 9 2009 : Version 3.0