* NEWS: Update with recent fixes.
This commit is contained in:
parent
522373984c
commit
ff816fbebb
1 changed files with 13 additions and 1 deletions
14
NEWS
14
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue