Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r532 - trunk
Date: Mon, 11 May 2009 16:34:06
Message-Id: E1M3YS4-0003iG-D0@stork.gentoo.org
1 Author: ulm
2 Date: 2009-05-11 16:34:04 +0000 (Mon, 11 May 2009)
3 New Revision: 532
4
5 Modified:
6 trunk/ChangeLog
7 trunk/NEWS
8 Log:
9 OpenRC support is a new feature, not a bugfix; update NEWS file.
10 Don't mention changes to opengl.eselect in NEWS since it's not in the tarball.
11
12
13 Modified: trunk/ChangeLog
14 ===================================================================
15 --- trunk/ChangeLog 2009-05-10 15:39:55 UTC (rev 531)
16 +++ trunk/ChangeLog 2009-05-11 16:34:04 UTC (rev 532)
17 @@ -155,7 +155,6 @@
18 * libs/Makefile.am (eselectlibs_SCRIPTS, EXTRA_DIST):
19 * modules/Makefile.am (safe_scripts):
20 * man/Makefile.am (man_MANS): Add the new files.
21 - * NEWS: Mention the new feature.
22
23 2009-04-19 Thomas Anderson <gentoofan23@g.o>
24
25 @@ -171,8 +170,6 @@
26
27 * AUTHORS: Add fauli and myself for the ctags and emacs modules.
28
29 - * NEWS: Merge NEWS from branch-1.0.x. Add current changes.
30 -
31 * bin/eselect.in: Remove all alias definitions. Unset functions
32 and variables that are known to cause trouble. Fixes bug 155814.
33
34
35 Modified: trunk/NEWS
36 ===================================================================
37 --- trunk/NEWS 2009-05-10 15:39:55 UTC (rev 531)
38 +++ trunk/NEWS 2009-05-11 16:34:04 UTC (rev 532)
39 @@ -5,13 +5,12 @@
40 Bug fixes:
41 - Fixed bug #155814: Clear aliases and shell functions.
42 - Fixed bug #156866: Handle missing scripts in rc module.
43 - - Fixed bug #180966: Make rc module work with OpenRC.
44 - - Various improvements in opengl module.
45
46 New features:
47 - Add a new module, for listing and querying eselect modules.
48 - Allow setting system-wide default dictionary.
49 - Treat 'help' and 'version' options as if they were actions.
50 + - The rc module now also supports OpenRC (bug #180966).
51 - Modules for the EDITOR, VISUAL, and PAGER environment variables.
52 - Module news-tng.eselect for reading Gentoo ('GLEP 42') news.
53 - Remove mailer module since it's not functional (bug #220473).