aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-05-11 16:34:04 +0000
committerUlrich Müller <ulm@gentoo.org>2009-05-11 16:34:04 +0000
commit077363044f004904e84ddd1c5a5e490f7f844647 (patch)
treec8de54d0f775fabb0197c30a6e5ab9ac1cbdab3a
parentMore verbose description. (diff)
downloadeselect-077363044f004904e84ddd1c5a5e490f7f844647.tar.gz
eselect-077363044f004904e84ddd1c5a5e490f7f844647.tar.bz2
eselect-077363044f004904e84ddd1c5a5e490f7f844647.zip
OpenRC support is a new feature, not a bugfix; update NEWS file.
Don't mention changes to opengl.eselect in NEWS since it's not in the tarball. svn path=/trunk/; revision=532
-rw-r--r--ChangeLog3
-rw-r--r--NEWS3
2 files changed, 1 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index ec892b7..77aa358 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -155,7 +155,6 @@
* libs/Makefile.am (eselectlibs_SCRIPTS, EXTRA_DIST):
* modules/Makefile.am (safe_scripts):
* man/Makefile.am (man_MANS): Add the new files.
- * NEWS: Mention the new feature.
2009-04-19 Thomas Anderson <gentoofan23@gentoo.org>
@@ -171,8 +170,6 @@
* AUTHORS: Add fauli and myself for the ctags and emacs modules.
- * NEWS: Merge NEWS from branch-1.0.x. Add current changes.
-
* bin/eselect.in: Remove all alias definitions. Unset functions
and variables that are known to cause trouble. Fixes bug 155814.
diff --git a/NEWS b/NEWS
index 1fa861b..830ebb6 100644
--- a/NEWS
+++ b/NEWS
@@ -5,13 +5,12 @@ trunk:
Bug fixes:
- Fixed bug #155814: Clear aliases and shell functions.
- Fixed bug #156866: Handle missing scripts in rc module.
- - Fixed bug #180966: Make rc module work with OpenRC.
- - Various improvements in opengl module.
New features:
- Add a new module, for listing and querying eselect modules.
- Allow setting system-wide default dictionary.
- Treat 'help' and 'version' options as if they were actions.
+ - The rc module now also supports OpenRC (bug #180966).
- Modules for the EDITOR, VISUAL, and PAGER environment variables.
- Module news-tng.eselect for reading Gentoo ('GLEP 42') news.
- Remove mailer module since it's not functional (bug #220473).