diff options
-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-12-31 Ulrich Mueller <ulm@gentoo.org> + + * configure.ac: Update version to 1.2.9. + * Tagged 1.2.9 release. + 2009-12-29 Ulrich Mueller <ulm@gentoo.org> * modules/env.eselect (do_update): Remove the "makelinks" option. @@ -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.2.9: Bug fixes: - Fixed bug #298742: The env module was not whitespace safe. - Fixed bug #298789: Exclude LDPATH from profile.env in env module. diff --git a/configure.ac b/configure.ac index 62e7ce0..755bbeb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.2.8, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.2.9, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |