Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r836 - trunk
Date: Sun, 04 Sep 2011 09:03:02
Message-Id: 20110904090251.8E9A82004C@flycatcher.gentoo.org
1 Author: ulm
2 Date: 2011-09-04 09:02:50 +0000 (Sun, 04 Sep 2011)
3 New Revision: 836
4
5 Modified:
6 trunk/ChangeLog
7 trunk/NEWS
8 trunk/configure.ac
9 Log:
10 Merge changes from branch-1.2.x.
11
12 Modified: trunk/ChangeLog
13 ===================================================================
14 --- trunk/ChangeLog 2011-09-04 08:51:19 UTC (rev 835)
15 +++ trunk/ChangeLog 2011-09-04 09:02:50 UTC (rev 836)
16 @@ -1,3 +1,8 @@
17 +2011-09-04 Ulrich Mueller <ulm@g.o>
18 +
19 + * configure.ac: Update version to 1.2.17.
20 + * Tagged 1.2.17 release.
21 +
22 2011-08-28 Ulrich Mueller <ulm@g.o>
23
24 * modules/profile.eselect (find_targets, set_symlink, do_show)
25
26 Modified: trunk/NEWS
27 ===================================================================
28 --- trunk/NEWS 2011-09-04 08:51:19 UTC (rev 835)
29 +++ trunk/NEWS 2011-09-04 09:02:50 UTC (rev 836)
30 @@ -1,13 +1,14 @@
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 + New features:
35 + - The profile module supports profiles in overlays (bug #265264).
36 +
37 +1.2.17:
38 Bug fixes:
39 - Fixed bug #363481: Don't search for completion files in current working
40 directory in bashcomp module.
41
42 - New features:
43 - - The profile module supports profiles in overlays (bug #265264).
44 -
45 1.2.16:
46 New features:
47 - Support for pkgcore (bug #304011).
48
49 Modified: trunk/configure.ac
50 ===================================================================
51 --- trunk/configure.ac 2011-09-04 08:51:19 UTC (rev 835)
52 +++ trunk/configure.ac 2011-09-04 09:02:50 UTC (rev 836)
53 @@ -1,4 +1,4 @@
54 -AC_INIT(eselect, 1.2.16, eselect@g.o, eselect)
55 +AC_INIT(eselect, 1.2.17, eselect@g.o, eselect)
56 AC_PREREQ(2.59)
57 AC_CONFIG_SRCDIR(bin/eselect.in)
58 AC_CONFIG_AUX_DIR(config)