mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-21 23:51:01 +08:00
Updated bug-fix list.
This commit is contained in:
10
NEWS.txt
10
NEWS.txt
@@ -122,11 +122,19 @@ New in SVN
|
|||||||
length of 32 characters.
|
length of 32 characters.
|
||||||
|
|
||||||
- Fixed Value::operator <= implementation (had the semantic of operator >=).
|
- Fixed Value::operator <= implementation (had the semantic of operator >=).
|
||||||
Found when addigin unit tests for comparison operators.
|
Found when adding unit tests for comparison operators.
|
||||||
|
|
||||||
- Value::compare() is now const and has an actual implementation with
|
- Value::compare() is now const and has an actual implementation with
|
||||||
unit tests.
|
unit tests.
|
||||||
|
|
||||||
|
- Bug #2407932: strpbrk() can fail for NULL pointer.
|
||||||
|
|
||||||
|
- Bug #3306345: Fixed minor typo in Path::resolve().
|
||||||
|
|
||||||
|
- Bug #3314841/#3306896: errors in amalgamate.py
|
||||||
|
|
||||||
|
- Fixed some Coverity warnings and line-endings.
|
||||||
|
|
||||||
* License
|
* License
|
||||||
|
|
||||||
- See file LICENSE for details. Basically JsonCpp is now licensed under
|
- See file LICENSE for details. Basically JsonCpp is now licensed under
|
||||||
|
Reference in New Issue
Block a user