From d19535cfef9813af224ea90f269681ddbfdb1db1 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Sun, 9 Jan 2011 13:58:14 +0000 Subject: Preparation for 0.58.0 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c97de8302..e25d2d37b 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,13 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.58.0: + * The 'paludis' client is now deprecated in favour of 'cave'. + + * New 'cave resolve' option: '--one-binary-per-slot'. + + * Suggestions may now be controlled by 'suggestions.conf'. + 0.56.4: * Certain abusive || ( ) dependencies are now handled in the same way that Portage treats them. diff --git a/configure.ac b/configure.ac index 1aeb6c24e..505adb41c 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT([paludis/paludis.hh]) AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 -VERSION_MINOR=57 +VERSION_MINOR=58 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" -- cgit v1.2.3