aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2018-11-25 03:37:51 -0500
committerCorey Farrell <git@cfware.com>2018-11-25 03:40:56 -0500
commit10afd33efb4d1b0e0e9d8056a7918f11c8d802e8 (patch)
tree1153349b9846011b9736f2cb6e7632b99be8e778 /CHANGES
parent2a31c4f475fcb15c19899c321117db5e5f85102e (diff)
downloadjansson-10afd33efb4d1b0e0e9d8056a7918f11c8d802e8.zip
jansson-10afd33efb4d1b0e0e9d8056a7918f11c8d802e8.tar.gz
jansson-10afd33efb4d1b0e0e9d8056a7918f11c8d802e8.tar.bz2
jansson 2.12
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES40
1 files changed, 40 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 78d4590..211cb57 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,43 @@
+Version 2.12
+
+Released 2018-11-25
+
+* Bug fixes:
+
+ - Fix error message in `json_pack()` for NULL object (#409).
+
+ - Avoid invalid memory read in `json_pack()` (#421).
+
+ - Call va_end after va_copy in `json_vsprintf()` (#427).
+
+ - Improve handling of formats with '?' and '*' in `json_pack()` (#438).
+
+ - Remove inappropriate `jsonp_free()` which caused segmentation fault in
+ error handling (#444).
+
+* Build:
+
+ - Add function attributes for GCC and CLANG to provide warnings on improper
+ use of jansson routines (#404).
+
+ - Many CMake fixes (#408, #412, #415).
+
+ - Enable -Bsymbolic-functions linker flag whenever possible.
+
+ - Resolve various compiler warnings (#423, #430, #435, #436).
+
+ - Fix code coverage ignored paths (#439).
+
+* Other:
+
+ - Test coverage improvements (#398, #400).
+
+ - Add VS 2017 to appveyor, update Visual Studio documentation (#417).
+
+ - Update copyright for 2018 (#424).
+
+ - Update install instructions in README (#401).
+
Version 2.11
============