aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2014-02-11 09:43:07 +0200
committerPetri Lehtinen <petri@digip.org>2014-02-11 09:45:30 +0200
commite83ded066a610f8de7caaa3942769321ededa84f (patch)
tree72e1a2f3997be9583d86030bd7fb1f9e9d37c6f9 /CHANGES
parent492feb26ce9eecc5cae5abc09a5b7424599245eb (diff)
downloadjansson-e83ded066a610f8de7caaa3942769321ededa84f.zip
jansson-e83ded066a610f8de7caaa3942769321ededa84f.tar.gz
jansson-e83ded066a610f8de7caaa3942769321ededa84f.tar.bz2
jansson 2.6
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 07e631c..99d1647 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,32 @@
+Version 2.6
+===========
+
+Released 2014-02-11
+
+* Security:
+
+ - CVE-2013-6401: The hash function used by the hashtable
+ implementation has been changed, and is automatically seeded with
+ random data when the first JSON object is created. This prevents
+ an attacker from causing large JSON objects with specially crafted
+ keys perform poorly.
+
+* New features:
+
+ - `json_object_seed()`: Set the seed value of the hash function.
+
+* Bug fixes:
+
+ - Include CMake specific files in the release tarball.
+
+* Documentation:
+
+ - Fix tutorial source to send a User-Agent header, which is now
+ required by the GitHub API.
+
+ - Set all memory to zero in secure_free() example.
+
+
Version 2.5
===========