Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r433 - branches/branch-1.0.x
Date: Thu, 16 Apr 2009 09:24:05
Message-Id: E1LuNpD-0004d8-3b@stork.gentoo.org
1 Author: ulm
2 Date: 2009-04-16 09:24:02 +0000 (Thu, 16 Apr 2009)
3 New Revision: 433
4
5 Modified:
6 branches/branch-1.0.x/ChangeLog
7 branches/branch-1.0.x/NEWS
8 branches/branch-1.0.x/configure.ac
9 Log:
10 Prepare for pending 1.0.12 release.
11
12 Modified: branches/branch-1.0.x/ChangeLog
13 ===================================================================
14 --- branches/branch-1.0.x/ChangeLog 2009-04-16 09:16:03 UTC (rev 432)
15 +++ branches/branch-1.0.x/ChangeLog 2009-04-16 09:24:02 UTC (rev 433)
16 @@ -1,5 +1,8 @@
17 2009-04-16 Ulrich Mueller <ulm@g.o>
18
19 + * configure.ac: Update version to 1.0.12.
20 + * NEWS: Add news for pending release.
21 +
22 * misc/eselect.bashcomp (_eselect): Suppress 'Killed' message.
23 Don't match regexps on escape sequences. Fixes bug 218557.
24
25
26 Modified: branches/branch-1.0.x/NEWS
27 ===================================================================
28 --- branches/branch-1.0.x/NEWS 2009-04-16 09:16:03 UTC (rev 432)
29 +++ branches/branch-1.0.x/NEWS 2009-04-16 09:24:02 UTC (rev 433)
30 @@ -1,6 +1,21 @@
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 +1.0.12:
35 + Bug fixes:
36 + - Fixed bug #172636: Man pages issues.
37 + - Fixed bug #198461: Disable coloured output and setting of terminal width
38 + if stdout is not a tty. Don't hardcode escape sequences for colours.
39 + - Fixed bug #203114: Remove trailing slant from ESELECT_DATA_PATH.
40 + - Fixed bug #204937: Honour ROOT in rc module.
41 + - Fixed bug #218557: Suppress 'Killed' message in bash-completion module.
42 + - Fixed bug #232874: Disable filename expansion for highlighted text.
43 + - Fixed bug #248470: Fix selection of parent profiles in 'eselect profile'.
44 + - Fixed bug #248487: Make 'eselect profile show' show the relative path.
45 + - Fixed bug #264734: Suppress pgrep error message.
46 + - Fix quotation in load_config().
47 + - Fix paludis command.
48 +
49 1.0.11:
50 Bug fixes:
51 - Allow resetting to the current implementation, so changes to the symlink
52
53 Modified: branches/branch-1.0.x/configure.ac
54 ===================================================================
55 --- branches/branch-1.0.x/configure.ac 2009-04-16 09:16:03 UTC (rev 432)
56 +++ branches/branch-1.0.x/configure.ac 2009-04-16 09:24:02 UTC (rev 433)
57 @@ -1,4 +1,4 @@
58 -AC_INIT(eselect, 1.0.11, eselect@g.o, eselect)
59 +AC_INIT(eselect, 1.0.12, eselect@g.o, eselect)
60 AC_PREREQ(2.59)
61 AC_CONFIG_SRCDIR(bin/eselect.in)
62 AC_CONFIG_AUX_DIR(config)