[paludis-commits] paludis.git (0.28) -- 832507c by Ciaran McCreesh

git at git.pioto.org git at git.pioto.org
Mon Aug 4 15:03:15 EDT 2008


Module:    paludis.git
Branch:    0.28
Commit:    832507c0c8632f8aef058416088befa9942f5cf1
URL:       http://git.pioto.org/?p=paludis.git;a=commit;h=832507c0c8632f8aef058416088befa9942f5cf1

Author:    Ciaran McCreesh <ciaran.mccreesh at googlemail.com>
Committer: Ciaran McCreesh <ciaran.mccreesh at googlemail.com>
Date:      Mon Aug  4 19:23:22 2008 +0100

----

Preparation for 0.28.2

----

 NEWS         |    3 +++
 configure.ac |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


diff --git a/NEWS b/NEWS
index 03ef950..e0c6d3f 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ of every change, see the ChangeLog.
 0.28.2:
     * Paludis now supports syncing from Mercurial repositories.
 
+    * Certain user setups would sometimes lead to set*id bits being dropped.
+      We now work around this.
+
 0.28.1:
     * Work around compiler issues that eventually lead to unpack dying when it
       shouldn't on certain EAPIs on certain systems (ticket:622).
diff --git a/configure.ac b/configure.ac
index f602572..0eb8838 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config)
 
 VERSION_MAJOR=0
 VERSION_MINOR=28
-VERSION_MICRO=1
+VERSION_MICRO=2
 VERSION_SUFFIX=
 VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX"
 VERSION="$VERSION_FULL"
---


More information about the paludis-commits mailing list