Skip to content

Commit 1888f55

Browse files
committed
Merge from 1.x branch (ChangeLog for 1.0.12 and notice about yajl 1 vs yajl 2).
Conflicts: ChangeLog
2 parents 6327687 + 6a8906d commit 1888f55

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121
* lth addition of a little in tree performance benchmark, `perftest` in
2222
perf/perftest.c
2323

24+
1.0.12
25+
* Conrad Irwin - Parse null bytes correctly
26+
* Mirek Rusin - fix LLVM warnings
27+
* gno - Don't generate numbers for keys. closes #13
28+
* lth - various win32 fixes, including build documentation improvements
29+
* John Stamp - Don't export private symbols.
30+
* John Stamp - Install yajl_version.h, not the template.
31+
* John Stamp - Don't use -fPIC for static lib. Cmake will automatically add it for the shared.
32+
* lth 0 fix paths embedded in dylib upon installation on osx. closes #11
33+
2434
1.0.11
2535
* lth remove -Wno-missing-field-initializers for greater gcc compat (3.4.6)
2636

README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**********************************************************************
2+
This is YAJL 2, for the legacy version of YAJL. see
3+
https://github.com/lloyd/yajl/tree/1.x
4+
**********************************************************************
5+
16
Welcome to Yet Another JSON Library (YAJL)
27

38
## Why does the world need another C library for parsing JSON?

0 commit comments

Comments
 (0)