diff options
author | 2012-04-25 20:03:06 +0100 | |
---|---|---|
committer | 2012-04-25 20:03:06 +0100 | |
commit | bd3a1838e8e79f4c60dd482041b29d45321d4749 (patch) | |
tree | 428ff657c53c78df143ce1d57045e918bd2d9024 | |
parent | 5dd73b4c8a6b00d12d99e1a246bde0497e1825a2 (diff) | |
download | paludis-0.74.1.tar.gz paludis-0.74.1.tar.xz |
Preparation for 0.74.10.74.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.74.1: + * Compilation fix for certain compilers. + + * Fixed a segfault when encountering blockers inside || ( ) dependencies. + 0.74.0: * The way || dependencies are handled has changed to allow upgrades in certain situations that would previously be blocked. diff --git a/configure.ac b/configure.ac index edda327f2..0176b408c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 VERSION_MINOR=74 -VERSION_MICRO=0 +VERSION_MICRO=1 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" VERSION="$VERSION_FULL" |