diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-09-09 20:22:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-09-09 20:22:07 +0000 |
commit | 31f6597fd0706bbcb7dce112bc2e31c8d7d81cc6 (patch) | |
tree | 974c51f46d2162fc12dfa9847db0bd163b6fb337 | |
parent | Put all editor meta information into the first line of each file. (diff) | |
download | eselect-31f6597fd0706bbcb7dce112bc2e31c8d7d81cc6.tar.gz eselect-31f6597fd0706bbcb7dce112bc2e31c8d7d81cc6.tar.bz2 eselect-31f6597fd0706bbcb7dce112bc2e31c8d7d81cc6.zip |
Update version to 1.2.1.eselect-1.2.1
svn path=/trunk/; revision=643
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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. @@ -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) |