diff options
author | 2011-06-06 12:05:18 +0100 | |
---|---|---|
committer | 2011-06-09 16:22:40 +0100 | |
commit | 296eec1bc9d209708c77f0093335c397cd23ddfb (patch) | |
tree | e15b5c0e8c3e206cb7d426c7832087681ef62b60 | |
parent | 43c739ee9a51d5895587dd3c16e4fe87600e3462 (diff) | |
download | paludis-296eec1bc9d209708c77f0093335c397cd23ddfb.tar.gz paludis-296eec1bc9d209708c77f0093335c397cd23ddfb.tar.xz |
Preparation for 0.62.00.62.0
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -4,6 +4,15 @@ News for Paludis This file lists the major changes between versions. For a more detailed list of every change, see the Git log. +0.62.0: + * New package dep spec syntax for matching masks: '[.(mask)?]'. + + * Added 'cave sync --revision', currently only for Git syncs. + + * We now use Google's 'gtest' for unit tests. + + * Fairly hefty code cleanups. + 0.60.4: * 'cave search --and' now works as documented. diff --git a/configure.ac b/configure.ac index 4e4005865..248667f40 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=61 +VERSION_MINOR=62 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |