[paludis-commits] r4625 - branches/0.26

ciaranm at svn.pioto.org ciaranm at svn.pioto.org
Wed Apr 30 20:24:49 UTC 2008


Author: ciaranm
Date: 2008-04-30 20:24:49 +0000 (Wed, 30 Apr 2008)
New Revision: 4625

Modified:
   branches/0.26/ChangeLog
   branches/0.26/NEWS
   branches/0.26/configure.ac
Log:
Preparation for 0.26.1


Modified: branches/0.26/ChangeLog
===================================================================
--- branches/0.26/ChangeLog	2008-04-30 20:23:39 UTC (rev 4624)
+++ branches/0.26/ChangeLog	2008-04-30 20:24:49 UTC (rev 4625)
@@ -7,6 +7,12 @@
 
 2008-04-30 Ciaran McCreesh
 
+	* NEWS, configure.ac: Preparation for 0.26.1.
+
+	+ Release: 0.26.1
+
+2008-04-30 Ciaran McCreesh
+
 	* paludis/merger.cc: Bug fix: if we install a directory via rename(),
 	call utime() on all file children.
 

Modified: branches/0.26/NEWS
===================================================================
--- branches/0.26/NEWS	2008-04-30 20:23:39 UTC (rev 4624)
+++ branches/0.26/NEWS	2008-04-30 20:24:49 UTC (rev 4625)
@@ -4,6 +4,10 @@
 This file lists the major changes between versions. For a more detailed list
 of every change, see the ChangeLog.
 
+0.26.1:
+    * Bug fix: if we install a directory using rename(), call utime() on all
+      file children.
+
 0.26.0:
     * Fixed gcc-3.4 compile.
 

Modified: branches/0.26/configure.ac
===================================================================
--- branches/0.26/configure.ac	2008-04-30 20:23:39 UTC (rev 4624)
+++ branches/0.26/configure.ac	2008-04-30 20:24:49 UTC (rev 4625)
@@ -7,7 +7,7 @@
 
 VERSION_MAJOR=0
 VERSION_MINOR=26
-VERSION_MICRO=0
+VERSION_MICRO=1
 VERSION_SUFFIX=
 VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX"
 VERSION="$VERSION_FULL"



More information about the paludis-commits mailing list