On 10/30/2013 12:29 AM, Eric Blake wrote:
> On 10/29/2013 06:03 PM, Stefano Lattarini wrote:
>> +* Bugs fixed:
>> +
>> + - 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 o
On 10/29/2013 06:03 PM, Stefano Lattarini wrote:
> +* Bugs fixed:
> +
> + - 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^2) performance. Note that thi
Signed-off-by: Stefano Lattarini
---
NEWS | 23 +++
1 file changed, 23 insertions(+)
diff --git a/NEWS b/NEWS
index 9ec55df..2d36e95 100644
--- a/NEWS
+++ b/NEWS
@@ -104,6 +104,29 @@
+New in 1.1
Hi Stefano,
On 29/10/13 01:10, Stefano Lattarini wrote:
>
> On 10/25/2013 10:34 AM, Philipp A. Hartmann wrote:
>> ...
>> This patch adds an option '--change-dir={yes|no}' to the
>> test-driver to change to the sub-directory of the given
>> test script (directory component taken from the script
>>