diff options
author | 2010-11-26 08:40:45 +0000 | |
---|---|---|
committer | 2010-11-26 08:40:45 +0000 | |
commit | a9cd8dcb26382b35aacdf55290e58d79234d6a81 (patch) | |
tree | f71384d92fb3fa0c6d3cb9a15ad9e8711e3210e1 | |
parent | 5dc6317cfd48b6ebd840df7f4cdcd91cfcc727c4 (diff) | |
download | paludis-a9cd8dcb26382b35aacdf55290e58d79234d6a81.tar.gz paludis-a9cd8dcb26382b35aacdf55290e58d79234d6a81.tar.xz |
Preparation for 0.54.100.54.10
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -4,6 +4,14 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.54.10: + * A bug in via-binary package ordering has been fixed. + + * 'cave owner' now has a --dereference option. + + * We now use libmagic rather than calling the 'file' executable to determine + whether or not to strip files. + 0.54.9: * Binary package configuration is now documented, although it is still considered experimental. Various binary-related bugs are fixed. diff --git a/configure.ac b/configure.ac index 7ed2d7f1a..10f800eb6 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=54 -VERSION_MICRO=9 +VERSION_MICRO=10 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |