new version 3.4
authorroot <root@rcn1.VSOFS1.COM>
Tue, 7 Apr 2009 00:37:59 +0000 (10:37 +1000)
committerroot <root@rcn1.VSOFS1.COM>
Tue, 7 Apr 2009 00:37:59 +0000 (10:37 +1000)
packaging/RPM/makerpms.sh
packaging/RPM/remote-cache.spec

index 7369688f83d278eabd296330616439a8892c735b..bf6a5cbd17f36e422cbd8babec553deafdd66971 100755 (executable)
@@ -26,7 +26,7 @@ SRCDIR=`rpm --eval %_sourcedir`
 
 # At this point the SPECDIR and SRCDIR vaiables must have a value!
 
-VERSION='3.3'
+VERSION='3.4'
 REVISION=''
 SPECFILE="remote-cache.spec"
 RPMBUILD="rpmbuild"
index e65f4e4065d1bac64982701e521e8a5405aab6b6..64c5d9013acb1ed3e7dc5a14701e3bfe436f390c 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.3
+Version: 3.4
 Release: 0
 Epoch: 0
 License: GNU GPL version 3
@@ -84,6 +84,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/remote-cache.1.gz
 
 %changelog
+* Tue Apr 7 2009 : Version 3.4
+ - add pregenerated manpages
+ - when installing rpm replace any manpages from previous versions with the new manpage.
+ - check that the umount actually worked for --unexport and only proceed to terminate the migration process if successful
+ - use mutexes to protect the acccess to the tdb databases from the pthreads
+ - keep an array of the most recently migrated files to avoid spamming the migration queue with the same file over and over
 * Mon Mar 30 2009 : Version 3.3
  - Create a --unexport option that can be used to cleanly shutdown the multiprocess model for an export.
 * Fri Mar 20 2009 : Version 3.2