diff options
author | 2011-07-17 17:45:30 +0100 | |
---|---|---|
committer | 2011-07-17 17:45:30 +0100 | |
commit | 2b3504f36e12c97cf302cabecdc7fa708ebc5a43 (patch) | |
tree | 3fe43fc311507b942effd37ef6ca4abd65f1a132 | |
parent | 6e89b6f9e51db8b1373266c31e36142df9c6cb20 (diff) | |
download | paludis-2b3504f36e12c97cf302cabecdc7fa708ebc5a43.tar.gz paludis-2b3504f36e12c97cf302cabecdc7fa708ebc5a43.tar.xz |
Preparation for 0.64.20.64.2
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -4,6 +4,13 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.64.2: + * The Python bindings now cover various additional things. + + * CONFIG_PROTECT is now available for merge-check hooks. + + * When using Portage format configurations, userpriv is now available. + 0.64.1: * 'cave resolve --keep if-same-metadata' now thinks "cat/pkg[a][b]" and "cat/pkg[b][a]" are "the same". diff --git a/configure.ac b/configure.ac index 4faf16b77..71ef40488 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=64 -VERSION_MICRO=1 +VERSION_MICRO=2 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |