diff options
author | 2012-09-07 21:22:15 +0100 | |
---|---|---|
committer | 2012-09-07 21:22:15 +0100 | |
commit | 368c771cc5b31762875df5db770cc96aa855a05f (patch) | |
tree | 3c91ee285237b2fa8457bd96e40701ca8048b007 | |
parent | 1e9bb4b25141d1c03d2561f1cbc3329985534b23 (diff) | |
download | paludis-368c771cc5b31762875df5db770cc96aa855a05f.tar.gz paludis-368c771cc5b31762875df5db770cc96aa855a05f.tar.xz |
Preparation for 0.78.20.78.2
-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.78.2: + * Bug fix: || ( ) dependencies under a non-enabled label are now handled + sensibly. + + * Bug fix: the resolver no longer attempts to create binaries for accounts. + + * Bug fix: 0-scm is now ordered correctly. + 0.78.1: * sydbox-1 is now supported. diff --git a/configure.ac b/configure.ac index fe3c2a03b..85120405c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=78 -VERSION_MICRO=1 +VERSION_MICRO=2 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |