aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2010-04-03 14:00:59 +0300
committerPetri Lehtinen <petri@digip.org>2010-04-03 14:00:59 +0300
commit8857aeadfdbe1923f229ab5a4b4c371986a8de2e (patch)
treed8a8c13d3b239f3538c4d7d29d3fbea9aa9baf78 /CHANGES
parent4e63fcd55d874485071073f181dbfc5b9e196600 (diff)
parent047a1417fb4f09f995eb2671ee52253f7f1e1e76 (diff)
downloadjansson-8857aeadfdbe1923f229ab5a4b4c371986a8de2e.zip
jansson-8857aeadfdbe1923f229ab5a4b4c371986a8de2e.tar.gz
jansson-8857aeadfdbe1923f229ab5a4b4c371986a8de2e.tar.bz2
Merge branch '1.2'
Conflicts: CHANGES configure.ac doc/conf.py
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dcbf6a0..19226de 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,36 @@ Version 1.3 (in development)
keys.
+Version 1.2.1
+=============
+
+Released 2010-04-03
+
+* Bug fixes:
+
+ - Fix reference counting on ``true``, ``false`` and ``null``
+ - Estimate real number underflows in decoder with 0.0 instead of
+ issuing an error
+
+* Portability:
+
+ - Make ``int32_t`` available on all systems
+ - Support compilers that don't have the ``inline`` keyword
+ - Require Autoconf 2.60 (for ``int32_t``)
+
+* Tests:
+
+ - Print test names correctly when ``VERBOSE=1``
+ - ``test/suites/api``: Fail when a test fails
+ - Enhance tests for iterators
+ - Enhance tests for decoding texts that contain null bytes
+
+* Documentation:
+
+ - Don't remove ``changes.rst`` in ``make clean``
+ - Add a chapter on RFC conformance
+
+
Version 1.2
===========