From ff816fbebb9a59ab97e136854fe52671de481779 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 15 Jan 2014 16:42:53 +0100 Subject: [PATCH] * NEWS: Update with recent fixes. --- NEWS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 69a158a1b..a8495a57c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,18 @@ New in spot 1.2.1a (not released) - Nothing yet. + * Bug fixes: + + - Fix compilation *and* behavior of bitvectors on 32-bit + architectures. + - Fix some compilation errors observed using the antique G++ 4.0.1. + - Fix compatibility with Python 3 in the test suite. + - Fix a couple of new clang warnings (like "unused private member"). + - Add some missing #includes that are not included indirectly + with the C++ compiler is in C++11 mode. + - Fix detection of numbers that are too large in the ELTL parser. + - Fix a memory leak in the ELTL parser, and avoid some unnecessary + calls to strlen() at the same time. + New in spot 1.2.1 (2013-12-11)