summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorllooyd <llooyd@e775cfb5-b74b-0410-aad5-5bebe4a96390>2008-05-01 21:10:59 +0000
committerllooyd <llooyd@e775cfb5-b74b-0410-aad5-5bebe4a96390>2008-05-01 21:10:59 +0000
commite538f9b47b119e9aac3a397767d7815e1d88eeb7 (patch)
treeb88b1bfa66b4cdf2afce8dfeecb60c3e1ef86261 /ChangeLog
parent5970ab7f2238dd76d9ed5d1173c62b0342031971 (diff)
downloadyajl-e538f9b47b119e9aac3a397767d7815e1d88eeb7.tar.gz
update ChangeLog for 0.4.0
git-svn-id: http://yajl-c.googlecode.com/svn/trunk@106 e775cfb5-b74b-0410-aad5-5bebe4a96390
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16e9e3b..125a8b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+0.4.0
+ * lth buffer overflow bug in yajl_gen_double s/%lf/%g/ - thanks to
+ Eric Bergstrome
+ * lth yajl_number callback to allow passthrough of arbitrary precision
+ numbers to client. Thanks to Hatem Nassrat.
+ * lth yajl_integer now deals in long, instead of long long. This
+ combined with yajl_number improves compiler compatibility while
+ maintaining precision.
+ * lth better ./configure && make experience (still requires cmake and
+ ruby)
+ * lth fix handling of special characters hex 0F and 1F in yajl_encode
+ (thanks to Robert Geiger)
+ * lth allow leading zeros in exponents (thanks to Hatem Nassrat)
+
0.3.0
* lth doxygen documentation (html & man) generated as part of the
build