summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2009-10-29 17:35:39 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2009-10-29 17:35:39 -0600
commit45a1bdb1d719f88d6484cc4ee44f0dd7fb1458a7 (patch)
treea87b0eaf6b306ac3d53fc33bdb4a0836e3bd8dae /ChangeLog
parent7452dc0e80c85196ea3f6b71143be6f10e600f7b (diff)
downloadyajl-45a1bdb1d719f88d6484cc4ee44f0dd7fb1458a7.tar.gz
changes in 1.0.6 and 1.0.71.0.7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7410325..d0758b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1.0.7
+ * lth fix win32 build (isinf and isnan)
+
+1.0.6
+ * lth fix several compiler warnings
+ * lth fix generation of invalid json from yajl_gen_double
+ (NaN is not JSON)
+ * jstamp support for combining short options in tools
+ * jstamp exit properly on errors from tools
+ * octo test success no longer depends on integer size
+ * max fix configure --prefix
+
1.0.5
* lth several performance improvements related to function
inlinin'