aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c8d7af..52a3cb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-09-08 Ulrich Mueller <ulm@gentoo.org>
+ * configure.ac: Update version to 1.2.1.
+ * Tagged 1.2.1 release.
+
* modules/env.eselect (create_profile_env): Ignore leading
"export" in env files, fixes bug 283932. Accept only valid shell
identifiers as variable names.
diff --git a/NEWS b/NEWS
index ec419c8..3f1131f 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.1:
Bug fixes:
- Fixed bug #283932: Make parsing of files in env.d more robust.
diff --git a/configure.ac b/configure.ac
index 61b9260..c23ca68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.2, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.2.1, eselect@gentoo.org, eselect)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)