diff options
author | 2011-09-05 14:47:45 +0100 | |
---|---|---|
committer | 2011-09-05 14:47:45 +0100 | |
commit | 7906a8e39efb157b8b63d8b2b209ccf145370a3a (patch) | |
tree | 16bdb26f17cda94291aac26b39f63836e5dc7b63 | |
parent | 9e38a7ee2841ec1b475ed9ee20fa6eb885c148a4 (diff) | |
download | paludis-7906a8e39efb157b8b63d8b2b209ccf145370a3a.tar.gz paludis-7906a8e39efb157b8b63d8b2b209ccf145370a3a.tar.xz |
Preparation for 0.66.00.66.0
-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.66.0: + * The short options for 'cave owner' and 'cave print-owner' have changed. + + * Support for directory whitelisting for exheres-0. + + * Various bug fixes. + 0.64.3: * Fixed a bug where a ! inside a || ( ) could cause a segfault. diff --git a/configure.ac b/configure.ac index a820e15b5..8ad7ee91c 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=65 +VERSION_MINOR=66 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |