Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r643 - trunk
Date: Wed, 09 Sep 2009 20:22:10
Message-Id: E1MlTg8-0004dS-6e@stork.gentoo.org
1 Author: ulm
2 Date: 2009-09-09 20:22:07 +0000 (Wed, 09 Sep 2009)
3 New Revision: 643
4
5 Modified:
6 trunk/ChangeLog
7 trunk/NEWS
8 trunk/configure.ac
9 Log:
10 Update version to 1.2.1.
11
12 Modified: trunk/ChangeLog
13 ===================================================================
14 --- trunk/ChangeLog 2009-09-08 12:51:10 UTC (rev 642)
15 +++ trunk/ChangeLog 2009-09-09 20:22:07 UTC (rev 643)
16 @@ -1,5 +1,8 @@
17 2009-09-08 Ulrich Mueller <ulm@g.o>
18
19 + * configure.ac: Update version to 1.2.1.
20 + * Tagged 1.2.1 release.
21 +
22 * modules/env.eselect (create_profile_env): Ignore leading
23 "export" in env files, fixes bug 283932. Accept only valid shell
24 identifiers as variable names.
25
26 Modified: trunk/NEWS
27 ===================================================================
28 --- trunk/NEWS 2009-09-08 12:51:10 UTC (rev 642)
29 +++ trunk/NEWS 2009-09-09 20:22:07 UTC (rev 643)
30 @@ -1,7 +1,7 @@
31 This file contains a summary of changes in released versions. Please read the
32 ChangeLog file for a more detailed listing of changes/bug fixes.
33
34 -trunk:
35 +1.2.1:
36 Bug fixes:
37 - Fixed bug #283932: Make parsing of files in env.d more robust.
38
39
40 Modified: trunk/configure.ac
41 ===================================================================
42 --- trunk/configure.ac 2009-09-08 12:51:10 UTC (rev 642)
43 +++ trunk/configure.ac 2009-09-09 20:22:07 UTC (rev 643)
44 @@ -1,4 +1,4 @@
45 -AC_INIT(eselect, 1.2, eselect@g.o, eselect)
46 +AC_INIT(eselect, 1.2.1, eselect@g.o, eselect)
47 AC_PREREQ(2.59)
48 AC_CONFIG_SRCDIR(bin/eselect.in)
49 AC_CONFIG_AUX_DIR(config)