summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-11-26 13:33:45 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-11-26 13:33:45 +0100
commit1df23e4ad00a924fcff94b0894b1d9de2a497300 (patch)
treecf417fe729b1ff946b5dae613cbb613e1c9dc846
parent691a1a829501c3503375ede305dced9fd12dddf8 (diff)
downloadautomake-1df23e4ad00a924fcff94b0894b1d9de2a497300.tar.gz
news: fixup: bug#8847 is fixed in 1.12.6, not in 1.12.5
* 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>
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 916385f83..0c2831699 100644
--- 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: