summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 12:47:23 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 12:47:23 -0600
commitafaef1969fefe22920216d805e30ab66ed77b8a5 (patch)
treefd7247824f8bfcbdf95c7eb1edd75480a244a50a
parent1df735562e13bca40f0960b1d9cdf5e7bc4a9dc5 (diff)
downloadyajl-afaef1969fefe22920216d805e30ab66ed77b8a5.tar.gz
update ChangeLog with changes in 1.0.12
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b4343c..4df07dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
+1.0.12
+ * Conrad Irwin - Parse null bytes correctly
+ * Mirek Rusin - fix LLVM warnings
+ * gno - Don't generate numbers for keys. closes #13
+ * lth - various win32 fixes, including build documentation improvements
+ * John Stamp - Don't export private symbols.
+ * John Stamp - Install yajl_version.h, not the template.
+ * John Stamp - Don't use -fPIC for static lib. Cmake will automatically add it for the shared.
+ * lth 0 fix paths embedded in dylib upon installation on osx. closes #11
+
1.0.11
* lth remove -Wno-missing-field-initializers for greater gcc compat (3.4.6)
-
+
1.0.10
* Brian Maher - yajl is now buildable without a c++ compiler present
* Brian Maher - fix header installation on OSX with cmake 2.8.0 installed