diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,11 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.52.1: + * glibc 2.12 changes the OS ABI used by its libraries. 'cave fix-linkage' + and 'reconcilio' have been updated to ignore OS ABI mismatches to avoid + marking every package that uses libc as being broken. + 0.52.0: * format="exheres" and format="ebuild" are now deprecated in favour of format="e". diff --git a/configure.ac b/configure.ac index 67a01c8fd..bc0ae8965 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=52 -VERSION_MICRO=0 +VERSION_MICRO=1 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |