[paludis-commits] r4595 - trunk
ciaranm at svn.pioto.org
ciaranm at svn.pioto.org
Tue Apr 22 07:06:11 UTC 2008
Author: ciaranm
Date: 2008-04-22 07:06:10 +0000 (Tue, 22 Apr 2008)
New Revision: 4595
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Log:
Preparation for 0.26.0_pre3
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-04-22 07:04:24 UTC (rev 4594)
+++ trunk/ChangeLog 2008-04-22 07:06:10 UTC (rev 4595)
@@ -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-22 Ciaran McCreesh
+
+ * NEWS, configure.ac: Preparation for 0.26.0_pre3.
+
+ + Release: 0.26.0_pre3
+
2008-04-22 David Leverton
* paludis/repositories/e/ebuild/, paludis/util/: Prevent sandbox
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-04-22 07:04:24 UTC (rev 4594)
+++ trunk/NEWS 2008-04-22 07:06:10 UTC (rev 4595)
@@ -4,7 +4,7 @@
This file lists the major changes between versions. For a more detailed list
of every change, see the ChangeLog.
-trunk/:
+0.26.0_pre3:
* reconcilio no longer accepts the --verbose switch; verbose display is
now turned on unconditionally.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-04-22 07:04:24 UTC (rev 4594)
+++ trunk/configure.ac 2008-04-22 07:06:10 UTC (rev 4595)
@@ -8,7 +8,7 @@
VERSION_MAJOR=0
VERSION_MINOR=26
VERSION_MICRO=0
-VERSION_SUFFIX=_pre2
+VERSION_SUFFIX=_pre3
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