From 86af40720bc1cb00e3cd1e8fd7a84afb07387873 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Mar 2009 16:11:32 +1100 Subject: [PATCH] new version 3.2 --- packaging/RPM/makerpms.sh | 2 +- packaging/RPM/remote-cache.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/RPM/makerpms.sh b/packaging/RPM/makerpms.sh index 4de1915..f3761f0 100755 --- a/packaging/RPM/makerpms.sh +++ b/packaging/RPM/makerpms.sh @@ -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" diff --git a/packaging/RPM/remote-cache.spec b/packaging/RPM/remote-cache.spec index 3a3a20b..c7732a6 100644 --- a/packaging/RPM/remote-cache.spec +++ b/packaging/RPM/remote-cache.spec @@ -4,7 +4,7 @@ Summary: Remote Read-Only NFS cache Vendor: Ronnie Sahlberg Packager: Ronnie Sahlberg 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 -- 2.34.1