diff options
author | 2010-10-23 18:00:42 +0100 | |
---|---|---|
committer | 2010-10-23 18:00:42 +0100 | |
commit | a10af29160052ef8b62b4c303db9e0e8a0823c02 (patch) | |
tree | dff2d6dcc785e5d2c114502168dc0ccda941fd32 | |
parent | 6dd13f58eb431ca0a359e6af3cb95c18b591d080 (diff) | |
download | paludis-0.54.5.tar.gz paludis-0.54.5.tar.xz |
Preparation for 0.54.50.54.5
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -4,6 +4,12 @@ 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.5: + * A bug where especially nasty circular dependencies would sometimes end up + being ordered incorrectly has been fixed. + + * cave show --all-versions, --repository-at-a-time, --no-keys + 0.54.4: * XFS clobbers set*id bits when fallocate is used. This is now worked around. diff --git a/configure.ac b/configure.ac index ab4f5c247..b3956e2c3 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=54 -VERSION_MICRO=4 +VERSION_MICRO=5 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |