aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 967e102..2b2a89b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 9030f42..2f7d467 100644
--- a/NEWS
+++ b/NEWS
@@ -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)