aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-09-22 14:25:52 +0300
committerPetri Lehtinen <petri@digip.org>2012-09-22 14:26:16 +0300
commit4cff593dd40fd865cf54fdbed985d7458681fda9 (patch)
treea57b5efc60be1af4661ff59d8e0d6362ec54d745 /CHANGES
parent597423ea807dcb6c7056780fa257fd1dfe082d28 (diff)
downloadjansson-4cff593dd40fd865cf54fdbed985d7458681fda9.zip
jansson-4cff593dd40fd865cf54fdbed985d7458681fda9.tar.gz
jansson-4cff593dd40fd865cf54fdbed985d7458681fda9.tar.bz2
Update CHANGES for v2.4
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2aaabba..83bf5e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,13 @@ Released 2012-XX-XX
- Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of
``/`` with ``\/``.
+* Bug fixes:
+
+ - Check for and reject NaN and Inf values for reals. Encoding these
+ values resulted in invalid JSON.
+
+ - Fix `json_real_set()` to return -1 on error.
+
* Build:
- Jansson now builds on Windows with Visual Studio 2010, and
@@ -22,6 +29,8 @@ Released 2012-XX-XX
- Fix build warnings (#77, #78).
+ - Add ``-no-undefined`` to LDFLAGS (#90).
+
* Tests:
- Fix the symbol exports test on Linux/PPC64 (#88).