[paludis-commits] paludis.git (0.30) -- 7fc4d28 by Ciaran McCreesh
git at git.pioto.org
git at git.pioto.org
Thu Sep 25 17:47:55 EDT 2008
Module: paludis.git
Branch: 0.30
Commit: 7fc4d28c8466df0aeec4529f51c38b89e493999b
URL: http://git.pioto.org/?p=paludis.git;a=commit;h=7fc4d28c8466df0aeec4529f51c38b89e493999b
Author: Ciaran McCreesh <ciaran.mccreesh at googlemail.com>
Committer: Ciaran McCreesh <ciaran.mccreesh at googlemail.com>
Date: Thu Sep 25 22:11:25 2008 +0100
----
Preparation for 0.30.1
----
NEWS | 5 ++++-
configure.ac | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 90600f6..5101cab 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,10 @@ News for Paludis
This file lists the major changes between versions. For a more detailed list
of every change, see the ChangeLog.
-master:
+0.30.1:
+ * EAPI 2 support.
+
+0.30.0:
* Paludis no longer includes wrappers for GNU awk, make, patch, and sed.
Users of systems where the default versions are not the GNU versions
must use PATH manipulation or aliases in /etc/paludis/bashrc to ensure
diff --git a/configure.ac b/configure.ac
index f0ce693..f0e0576 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config)
VERSION_MAJOR=0
VERSION_MINOR=30
-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