Update 2.1.3 news for elog stuff.
authorZac Medico <zmedico@gentoo.org>
Fri, 22 Jun 2007 11:00:39 +0000 (11:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 22 Jun 2007 11:00:39 +0000 (11:00 -0000)
svn path=/main/trunk/; revision=6950

NEWS

diff --git a/NEWS b/NEWS
index af9997bb77fd4e2d0477ad93676024014e3edfbf..878b59842249afa61c8991f274204aca666d1182 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,11 +3,9 @@ News (mainly features/major bug fixes)
 portage-2.2
 -------------
 
-* Allow per-module setting of PORTAGE_ELOG_CLASSES
 * Namespace sanitizing: move all portage related code into portage.* namespace,
   rename portage_foo modules to portage.foo (but keep symlinks for compability)
 * Add license visibility filtering (GLEP 23)
-* Add new elog module "echo" to simply display messages when emerge exits
 * Enable "echo" and "save_summary" elog modules by default
 * Fix -* handling in package.keywords to work as intended (reset the accepted 
   keywords list), also see RELEASE-NOTES.
@@ -19,6 +17,8 @@ portage-2.2
 portage-2.1.3
 -------------
 
+* Allow per-module setting of PORTAGE_ELOG_CLASSES
+* Add new elog module "echo" to simply display messages when emerge exits
 * Add ** as new token for package.keywords to bypass the keyword visibility layer
 * USE_EXPAND variables such as LINGUAS support a * wildcard that will enable
   all of the corresponding flags that are listed in IUSE for a given package.