aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-03-31 16:59:26 +0300
committerPetri Lehtinen <petri@digip.org>2011-03-31 16:59:26 +0300
commit1c0a3b2a556be9800e307413d41d4f040d1db062 (patch)
treef5d475ae4ed7173d785e0f874c9493584d2edd17 /CHANGES
parenteab23f05d873a7099f355ad937c9b8522abcc18e (diff)
downloadjansson-1c0a3b2a556be9800e307413d41d4f040d1db062.zip
jansson-1c0a3b2a556be9800e307413d41d4f040d1db062.tar.gz
jansson-1c0a3b2a556be9800e307413d41d4f040d1db062.tar.bz2
jansson 2.0.1v2.0.1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES31
1 files changed, 31 insertions, 0 deletions
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
===========