diff options
author | 2011-06-19 20:16:07 +0100 | |
---|---|---|
committer | 2011-06-19 20:16:07 +0100 | |
commit | 786ebc6af33f498b7e7d10c4017c3232e7d67ea7 (patch) | |
tree | 14c745abfd2c95ecefcabb253efef35729de2986 | |
parent | 37106fde27af9bacc2d64fb4278b6ee701d55fa0 (diff) | |
download | paludis-786ebc6af33f498b7e7d10c4017c3232e7d67ea7.tar.gz paludis-786ebc6af33f498b7e7d10c4017c3232e7d67ea7.tar.xz |
Preparation for 0.64.00.64.0
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -4,6 +4,19 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.64.0: + * Support for Gentoo old-style virtuals has been removed. + + * The 'accerso', 'instruo' and 'appareo' clients have been removed in favour + of 'cave'. + + * 'cave resolve' now has 'if-same-metadata' options for '--keep' and + '--keep-targets', to take care of all those times when Gentoo developers + ignore policy and change dependencies without a revbump. + + * Dependent IDs now have their dependency type (e.g. 'build', 'runtime') + shown in the reasons output for 'cave resolve' and 'cave uninstall'. + 0.62.2: * 'cave fix-linkage' no longer gets upset at .la files that are missing a final newline character. diff --git a/configure.ac b/configure.ac index 2c1b7d8c4..b69ea76e7 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([paludis/paludis.hh]) AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 -VERSION_MINOR=63 +VERSION_MINOR=64 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |