[paludis-commits] r4615 - trunk

ciaranm at svn.pioto.org ciaranm at svn.pioto.org
Fri Apr 25 15:46:02 UTC 2008


Author: ciaranm
Date: 2008-04-25 15:46:02 +0000 (Fri, 25 Apr 2008)
New Revision: 4615

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
Log:
Preparation for 0.26.0


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-25 15:04:26 UTC (rev 4614)
+++ trunk/ChangeLog	2008-04-25 15:46:02 UTC (rev 4615)
@@ -5,6 +5,12 @@
 only listed in SVN log. For a summary of what has changed between releases,
 see the NEWS file. This file is occasionally pruned to ChangeLog.old.bz2.
 
+2008-04-25 Ciaran McCreesh
+
+	* NEWS, configure.ac: Preparation for 0.26.0.
+
+	+ Release: 0.26.0
+
 2008-04-24 David Leverton
 
 	* paludis/repositories/e/: Fix errors/bad behaviour with the

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2008-04-25 15:04:26 UTC (rev 4614)
+++ trunk/NEWS	2008-04-25 15:46:02 UTC (rev 4615)
@@ -4,6 +4,9 @@
 This file lists the major changes between versions. For a more detailed list
 of every change, see the ChangeLog.
 
+0.26.0:
+    * Fixed gcc-3.4 compile.
+
 0.26.0_pre4:
     * portage_compatible in environment.conf is deprecated in favour of the new,
       more fine-grained accept_breaks_portage.  When using Portage configuration

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2008-04-25 15:04:26 UTC (rev 4614)
+++ trunk/configure.ac	2008-04-25 15:46:02 UTC (rev 4615)
@@ -8,7 +8,7 @@
 VERSION_MAJOR=0
 VERSION_MINOR=26
 VERSION_MICRO=0
-VERSION_SUFFIX=_pre4
+VERSION_SUFFIX=
 VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX"
 VERSION="$VERSION_FULL"
 VERSION_LIB_CURRENT=`expr 100 '*' $VERSION_MAJOR + $VERSION_MINOR`



More information about the paludis-commits mailing list