aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 50de75c..dfcf575 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-05-19 Ulrich Mueller <ulm@gentoo.org>
+ * configure.ac: Update version to 1.1_rc2.
+ * Tagged 1.1_rc2 release candidate.
+
* libs/package-manager.bash.in (run_paludis): Renamed from paludis
to prevent infinite loop. Fixes bug 270406.
(envvar, best_version, has_version, get_repositories)
diff --git a/NEWS b/NEWS
index 7dbcb8e..1de09d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
This file contains a summary of changes in released versions. Please read the
ChangeLog file for a more detailed listing of changes/bug fixes.
+1.1_rc2:
+ Bug fixes:
+ - Fixed bug #270406: Infinite loop when called from paludis.
+
1.1_rc1:
Bug fixes:
- Fixed bug #155814: Clear aliases and shell functions.
diff --git a/configure.ac b/configure.ac
index 62b636f..329f24b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.1_rc1, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.1_rc2, eselect@gentoo.org, eselect)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)