diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-09-15 20:43:36 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-09-15 20:43:36 +0930 |
commit | ddbb686f535accac1e3cc375994191883fbe35d8 (patch) | |
tree | 17591455d7cf2608ab4286836b42705464c557ab /NEWS | |
parent | 62ec85b44f3050a975f75f0c878871d4f1fbac7c (diff) | |
download | lua-cjson-ddbb686f535accac1e3cc375994191883fbe35d8.tar.gz lua-cjson-ddbb686f535accac1e3cc375994191883fbe35d8.tar.bz2 lua-cjson-ddbb686f535accac1e3cc375994191883fbe35d8.zip |
Add release notes for 1.0.31.0.3
Also update release date in RPM spec file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ | |||
1 | Version 1.0.3 (Sep 15 2011) | ||
2 | * Fixed detection of objects with numeric string keys | ||
3 | * Provided work around for missing isinf() on Solaris | ||
4 | |||
1 | Version 1.0.2 (May 30 2011) | 5 | Version 1.0.2 (May 30 2011) |
2 | * Portability improvements for Windows | 6 | * Portability improvements for Windows |
3 | - No longer links with -lm | 7 | - No longer links with -lm |