From 9493bc28488b5ccb55a6e75c9966d509bb7f6768 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Sun, 6 Feb 2011 20:40:14 +0000 Subject: Preparation for 0.58.3 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e49f66b41..f9d9d26ca 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ 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.3: + * We no longer issue QA warnings for certain extremely common QA violations + on Gentoo. + 0.58.2: * We now work around various libarchive oddities that cause problems with binary packages. diff --git a/configure.ac b/configure.ac index 882fe2461..a4b64a243 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=58 -VERSION_MICRO=2 +VERSION_MICRO=3 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" -- cgit v1.2.3