diff options
author | 2009-05-18 17:09:03 +0000 | |
---|---|---|
committer | 2009-05-18 17:09:03 +0000 | |
commit | aa8f9b01b8b8e479cda3b75ddab363295446ae10 (patch) | |
tree | eb5424763fb34b9fcb64fe24cef4a72a4b8a4894 | |
parent | Change heading, these things won't be in 1.1.0. (diff) | |
download | eselect-1.1_rc1.tar.gz eselect-1.1_rc1.tar.bz2 eselect-1.1_rc1.zip |
Update version to 1.1_rc1.eselect-1.1_rc1
svn path=/trunk/; revision=542
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2009-05-18 Ulrich Mueller <ulm@gentoo.org> + + * configure.ac: Update version to 1.1_rc1. + * Tagged 1.1_rc1 release candidate. + 2009-05-16 Ulrich Mueller <ulm@gentoo.org> * modules/kernel.eselect: Fix quoting, simplify syntax for array @@ -1,7 +1,7 @@ This file contains a summary of changes in released versions. Please read the ChangeLog file for a more detailed listing of changes/bug fixes. -trunk: +1.1_rc1: Bug fixes: - Fixed bug #155814: Clear aliases and shell functions. - Fixed bug #156866: Handle missing scripts in rc module. diff --git a/configure.ac b/configure.ac index 8b6638d..62b636f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.1.0, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.1_rc1, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |