news: fixup: bug#8847 is fixed in 1.12.6, not in 1.12.5
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 26 Nov 2012 12:33:45 +0000 (13:33 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 26 Nov 2012 12:33:45 +0000 (13:33 +0100)
* NEWS (Bugs fixed in 1.12.5): So move it from here ...
(Bugs fixed in 1.12.6): ... to here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 916385f..0c28316 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -83,6 +83,9 @@ Bugs fixed in 1.12.6:
     "/usr/local" are found by default by system python 3.x installations.
     See automake bug#10227.
 
+  - Python byte-compilation supports the new layout mandated by PEP-3147,
+    with its __pycache__ directory (automake bug#8847).
+
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 New in 1.12.5:
@@ -129,9 +132,6 @@ Bugs fixed in 1.12.5:
     finding classic 'libname.a' style libraries when 'name.lib' and
     'name.dll.lib' aren't available.
 
-  - Python byte-compilation supports the new layout mandated by PEP-3147,
-    with its __pycache__ directory (automake bug#8847).
-
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 New in 1.12.4: