diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -4,6 +4,13 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.76.0: + * cave resolve --change-phases-for now has !first and !last options. + + * We no longer use Allison for Ruby documentation. + + * We now require libarchive 3, to avoid tar format issues. + 0.74.1: * Compilation fix for certain compilers. diff --git a/configure.ac b/configure.ac index 5ab7a25d6..fef2e0944 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([paludis/paludis.hh]) AC_CONFIG_AUX_DIR(config) VERSION_MAJOR=0 -VERSION_MINOR=75 +VERSION_MINOR=76 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |