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 a2f0c1a..4b74c16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 35f3a5c..87311ef 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.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)