diff options
author | 2012-08-07 18:55:52 +0100 | |
---|---|---|
committer | 2012-08-07 18:55:52 +0100 | |
commit | 3b4ab0fb087e2455ea098ea6002c8df06ed9d267 (patch) | |
tree | 2e1214e92bd815d320e1afc89a34bf034d322a59 | |
parent | 35509092c50c615e971c16d5e0b4f359963f6a17 (diff) | |
download | paludis-3b4ab0fb087e2455ea098ea6002c8df06ed9d267.tar.gz paludis-3b4ab0fb087e2455ea098ea6002c8df06ed9d267.tar.xz |
Preparation for 0.78.00.78.0
-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.78.0: + * 'cave resolve --explain' output now groups together similar items. + + * Phase skipping now works for uninstalls too. + + * build_options: preserve_work is now build_options: work=preserve, and + other values are now possible. + + * Various bug fixes. + 0.76.0: * cave resolve --change-phases-for now has !first and !last options. diff --git a/configure.ac b/configure.ac index 1fed85133..797ef9147 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=77 +VERSION_MINOR=78 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |