diff options
author | 2010-09-05 09:04:14 +0100 | |
---|---|---|
committer | 2010-09-05 09:04:14 +0100 | |
commit | ec17362da14b059059b684c4e6e15f56288e3d05 (patch) | |
tree | 77181ddeac4f8f3cbe8f5038844889e1f8159f36 | |
parent | 16e0e77516e8d649c23c01ac88fb7778647629b7 (diff) | |
download | paludis-0.54.3.tar.gz paludis-0.54.3.tar.xz |
Preparation for 0.54.30.54.3
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -4,6 +4,23 @@ 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.3: + * split debug now works correctly again. + + * IDs for repositories will now exist but be masked in their origin + repository when a repository is already configured. + + * New --graph-jobs option for 'cave resolve'. + + * 'cave execute-resolution' no longer shows (no output for x seconds) + messages when only one job is active. + + * The option descriptions for 'cave import --preserve-work' now match what + the option values do. + + * 'cave purge' will now error if given parameters, since it does not do + anything with them. + 0.54.2: * Upgrading from older versions to 0.54.1 would produce strange errors. This does not happen for 0.54.2. diff --git a/configure.ac b/configure.ac index fa03a0d3f..93c1e1866 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=54 -VERSION_MICRO=2 +VERSION_MICRO=3 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |