diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -4,6 +4,12 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.54.2: + * Upgrading from older versions to 0.54.1 would produce strange errors. This + does not happen for 0.54.2. + + * Blockers and uninstalls for chroots are now handled. + 0.54.1: * User-defined cave commands are now passed all command line arguments correctly. diff --git a/configure.ac b/configure.ac index 4d0c8e1d0..fa03a0d3f 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=54 -VERSION_MICRO=1 +VERSION_MICRO=2 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |