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 Git log. +0.60.4: + * 'cave search --and' now works as documented. + + * Previously pbins had problems with symlinks due to oddities in libarchive. + This is now worked around. + + * We now treat invalid cached metadata slightly differently, to avoid + problems with Gentoo shipping broken metadata due to lack of validation in + Portage. + 0.60.3: * Second attempt at getting '--enable-prebuilt-documentation' to work reliably. diff --git a/configure.ac b/configure.ac index c3f44da46..18a95d0d9 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=60 -VERSION_MICRO=3 +VERSION_MICRO=4 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |