diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,8 @@ 2009-08-19 Ulrich Mueller <ulm@gentoo.org> + * configure.ac: Update version to 1.2_rc1. + * Tagged 1.2_rc1 release candidate. + * bin/eselect.in (ESELECT_KNOWN_OPTIONS): Add --brief option, which will enable shorter output. Bug 154511. (ec_do_help): Reset output mode to default. @@ -1,13 +1,13 @@ 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_rc1: Bug fixes: - Fixed bug #280598: POSIX compliant basename and dirname functions. New features: - - New 'highlight_marker' utility function for highlighting of list entries. - Global option --brief for shorter output (experimental) (bug #154511). + - 'highlight_marker' utility function for highlighting of list entries. - Prefix support (bug #274760). 1.1.3: diff --git a/configure.ac b/configure.ac index 40d2563..b379aa8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.2_pre, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.2_rc1, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |