diff options
author | 2010-10-08 18:22:38 +0100 | |
---|---|---|
committer | 2010-10-08 18:22:38 +0100 | |
commit | 2614d04d5dbb8dd445491168c0498fef49e68fda (patch) | |
tree | fb97066b6cc6233aaeb12169c732333d8db9397c | |
parent | aa866a63e349bd07310bc3a8a20ed635e43daac4 (diff) | |
download | paludis-0.54.4.tar.gz paludis-0.54.4.tar.xz |
Preparation for 0.54.40.54.4
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -4,6 +4,25 @@ 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.4: + * XFS clobbers set*id bits when fallocate is used. This is now worked + around. + + * Various output improvements to 'cave display-resolution'. + + * 'cave resolve' now has '--ignore-unable-decisions' and + '--ignore-unorderable-jobs' overrides. Both will lead to horribly broken + systems if abused. + + * New 'cave' subcommands: 'size', 'print-size'. + + * 'cave owner /blah/' will now match paths like '/blah'. + + * 'cave resolve --prefer/--avoid' now work if given an unqualified package + name. + + * New user dependency spec options: [.::repokey=blah], [.$role] and [.key?]. + 0.54.3: * split debug now works correctly again. diff --git a/configure.ac b/configure.ac index 93c1e1866..cf5178895 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=54 -VERSION_MICRO=3 +VERSION_MICRO=4 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |