X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fautomake.git;a=blobdiff_plain;f=NEWS;h=614eba64d8a9417e9d84fa674b2000c0b472b682;hp=aaec7c0dafd3c0717406ca7294e9933e61eeefcb;hb=e5eb95ce956adc428b65414ebf28bb5b96d74b9f;hpb=8a310a5fa5a908cf8771e44431e5743fb0e8b026 diff --git a/NEWS b/NEWS index aaec7c0..614eba6 100644 --- a/NEWS +++ b/NEWS @@ -108,12 +108,19 @@ New in 1.14.1: * Bugs fixed: + - The user is no longer allowed to override the --srcdir nor the --prefix + configure options used by "make distcheck" (bug#14991). + - Fixed a gross inefficiency in the recipes for installing byte-compiled python files, that was causing an O(N^2) performance on the number N of files, instead of the expected O(N) performance. Note that this bug was only relevant when the number of python files was high (which is unusual in practice). + - Automake try to offer a more reproducible output for warning messages, + in the face of the newly-introduced randomization for hash keys order + in Perl 5.18. + - The 'test-driver' script now actually error out with a clear error message on the most common invalid usages.