summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Clark <michael@metaparadigm.com>2009-08-27 06:40:00 +0000
committerMichael Clark <michael@metaparadigm.com>2009-08-27 06:40:00 +0000
commitf5dd43a9d10abb2de50956d23505da08896f0c64 (patch)
tree3ad1e6da971d70cee76773859c13b2c7fe3b69d8 /ChangeLog
parent126ad95fc4895412b631f90657e72e8c75780667 (diff)
downloadjson-c-f5dd43a9d10abb2de50956d23505da08896f0c64.tar.gz
* Fix subtle bug in linkhash where lookup could hang after all slots
were filled then successively freed. Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@54 327403b1-1117-474d-bef2-5cb71233fd97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a99c7ed..2011cc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+0.10
+ * Fix subtle bug in linkhash where lookup could hang after all slots
+ were filled then successively freed.
+ Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com
+ * Make json_object_from_file take const char *filename
+ Spotted by Vikram Raj V, vsagar at attinteractive dot com
* Add handling of surrogate pairs (json_tokener.c, test4.c, Makefile.am)
Brent Miller, bdmiller at yahoo dash inc dot com
* Correction to comment describing printbuf_memappend in printbuf.h