diff options
-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" |