From: Stefano Lattarini Date: Mon, 26 Nov 2012 12:33:45 +0000 (+0100) Subject: news: fixup: bug#8847 is fixed in 1.12.6, not in 1.12.5 X-Git-Tag: v1.12.6~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df23e4ad00a924fcff94b0894b1d9de2a497300;p=thirdparty%2Fautomake.git 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 --- 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: