From 1c0a3b2a556be9800e307413d41d4f040d1db062 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Thu, 31 Mar 2011 16:59:26 +0300 Subject: jansson 2.0.1 --- CHANGES | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index d68018b..3434e48 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,34 @@ +Version 2.0.1 +============= + +Released 2011-03-31 + +* Bug fixes: + + - Replace a few `malloc()` and `free()` calls with their + counterparts that support custom memory management. + + - Fix object key hashing in json_unpack() strict checking mode. + + - Fix the parentheses in JANSSON_VERSION_HEX macro. + + - Fix `json_object_size()` return value. + + - Fix a few compilation issues. + +* Portability: + + - Enhance portability of `va_copy()`. + + - Test framework portability enhancements. + +* Documentation: + + - Distribute ``doc/upgrading.rst`` with the source tarball. + + - Build documentation in strict mode in ``make distcheck``. + + Version 2.0 =========== -- cgit v1.1