diff options
author | 2009-11-03 15:34:26 +0000 | |
---|---|---|
committer | 2009-11-03 15:34:30 +0000 | |
commit | b7a8978a463248ec3ee7fed61c85874edf6c1b5b (patch) | |
tree | b994a9d3501ee965bccaf5612c958c2207ba4e9a | |
parent | 5dadbad7bdf301228b2869c76b1afb9f99da747a (diff) | |
download | paludis-b7a8978a463248ec3ee7fed61c85874edf6c1b5b.tar.gz paludis-b7a8978a463248ec3ee7fed61c85874edf6c1b5b.tar.xz |
Preparation for 0.42.20.42.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -4,6 +4,16 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the ChangeLog. +0.42.2: + + * An obscure resolver bug that results in 'evolution' trying to downgrade + 'gnupg' on Gentoo has been fixed. + + * paludis -i foo::installed now gives an explanation of why it doesn't do + what some people seem to expect. + + * Assorted documentation tweaks. + 0.42.1: * Various improvements to error handling. diff --git a/configure.ac b/configure.ac index af6de4c10..8caebc9c3 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=42 -VERSION_MICRO=1 +VERSION_MICRO=2 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |