aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d01fa1c..2b2253a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 830ebb6..7dbcb8e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)