diff options
| author | Mark Pulford <mark@kyne.com.au> | 2011-05-29 20:04:53 +0930 |
|---|---|---|
| committer | Mark Pulford <mark@kyne.com.au> | 2011-05-29 20:04:53 +0930 |
| commit | c8fc62e4f955248f2655e996872b6833b86b1523 (patch) | |
| tree | 81c514c63475e3657ecbdacd9bd316432b3f12fd /NEWS | |
| parent | 3d1c5e19f45cf484774926ba6e2555d1c8e4c39b (diff) | |
| download | lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.tar.gz lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.tar.bz2 lua-cjson-c8fc62e4f955248f2655e996872b6833b86b1523.zip | |
Update version to 1.0.2
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
| @@ -1,8 +1,16 @@ | |||
| 1 | Version 1.0.2 (May 30 2011) | ||
| 2 | * Portability improvements for Windows | ||
| 3 | - No longer links with -lm | ||
| 4 | - Use "socket" instead of "posix" for sub-second timing | ||
| 5 | * Removed UTF-8 test dependency on Perl Text::Iconv | ||
| 6 | * Added simple CLI commands for testing Lua <-> JSON conversions | ||
| 7 | * Added cjson.encode_number_precision() | ||
| 8 | |||
| 1 | Version 1.0.1 (May 10 2011) | 9 | Version 1.0.1 (May 10 2011) |
| 2 | * Added build support for OSX | 10 | * Added build support for OSX |
| 3 | * Removed unnecessary whitespace from JSON output | 11 | * Removed unnecessary whitespace from JSON output |
| 4 | * Added cjson.encode_keep_buffer() | 12 | * Added cjson.encode_keep_buffer() |
| 5 | * Fixed memory leak on stack overflow | 13 | * Fixed memory leak on Lua stack overflow exception |
| 6 | 14 | ||
| 7 | Version 1.0 (May 9 2011) | 15 | Version 1.0 (May 9 2011) |
| 8 | * Initial release | 16 | * Initial release |
