diff options
-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. +2.2.0: + * Bug fixes. + + * Compilation fixes for Clang. + + * Added 'cave resolve --chroot-path'. + + * Removed the "breaks Portage" feature. + 2.0.0: * General C++11ification. diff --git a/configure.ac b/configure.ac index cfea3eb15..d656f2758 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST VERSION_MAJOR=2 -VERSION_MINOR=1 +VERSION_MINOR=2 VERSION_MICRO=0 VERSION_SUFFIX= VERSION_FULL="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO$VERSION_SUFFIX" |