Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r749 - trunk
Date: Thu, 31 Dec 2009 00:01:10
Message-Id: E1NQ8TT-0006A4-0D@stork.gentoo.org
1 Author: ulm
2 Date: 2009-12-31 00:01:06 +0000 (Thu, 31 Dec 2009)
3 New Revision: 749
4
5 Modified:
6 trunk/ChangeLog
7 trunk/NEWS
8 trunk/configure.ac
9 Log:
10 Update version to 1.2.9.
11
12 Modified: trunk/ChangeLog
13 ===================================================================
14 --- trunk/ChangeLog 2009-12-29 21:57:04 UTC (rev 748)
15 +++ trunk/ChangeLog 2009-12-31 00:01:06 UTC (rev 749)
16 @@ -1,3 +1,8 @@
17 +2009-12-31 Ulrich Mueller <ulm@g.o>
18 +
19 + * configure.ac: Update version to 1.2.9.
20 + * Tagged 1.2.9 release.
21 +
22 2009-12-29 Ulrich Mueller <ulm@g.o>
23
24 * modules/env.eselect (do_update): Remove the "makelinks" option.
25
26 Modified: trunk/NEWS
27 ===================================================================
28 --- trunk/NEWS 2009-12-29 21:57:04 UTC (rev 748)
29 +++ trunk/NEWS 2009-12-31 00:01:06 UTC (rev 749)
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.9:
36 Bug fixes:
37 - Fixed bug #298742: The env module was not whitespace safe.
38 - Fixed bug #298789: Exclude LDPATH from profile.env in env module.
39
40 Modified: trunk/configure.ac
41 ===================================================================
42 --- trunk/configure.ac 2009-12-29 21:57:04 UTC (rev 748)
43 +++ trunk/configure.ac 2009-12-31 00:01:06 UTC (rev 749)
44 @@ -1,4 +1,4 @@
45 -AC_INIT(eselect, 1.2.8, eselect@g.o, eselect)
46 +AC_INIT(eselect, 1.2.9, eselect@g.o, eselect)
47 AC_PREREQ(2.59)
48 AC_CONFIG_SRCDIR(bin/eselect.in)
49 AC_CONFIG_AUX_DIR(config)