diff options
author | 2010-08-08 10:13:20 +0100 | |
---|---|---|
committer | 2010-08-08 10:13:20 +0100 | |
commit | 040928cc089b2bb4d607243a5822d3f24d158f30 (patch) | |
tree | 17c78106d28eda38174adf4aa9bc50d5878d81b7 | |
parent | 2371515955763f9c3e38177cccc13d908c64149d (diff) | |
download | paludis-040928cc089b2bb4d607243a5822d3f24d158f30.tar.gz paludis-040928cc089b2bb4d607243a5822d3f24d158f30.tar.xz |
Preparation for 0.52.10.52.1
-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" |