Release Spot 1.2.2

* NEWS, configure.ac, doc/org/tools.org: Set version to 1.2.2.
This commit is contained in:
Alexandre Duret-Lutz 2014-01-24 11:16:07 +01:00
parent 4f31a9bbed
commit 35612f3626
3 changed files with 8 additions and 8 deletions

5
NEWS
View file

@ -1,4 +1,4 @@
New in spot 1.2.1a (not released)
New in spot 1.2.2 (2014-01-24)
* Bug fixes:
@ -8,12 +8,11 @@ New in spot 1.2.1a (not released)
- 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.
when 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)
* New features: