diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | lua-cjson.spec | 2 |
2 files changed, 5 insertions, 1 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 |
diff --git a/lua-cjson.spec b/lua-cjson.spec index 189f787..075f461 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec | |||
@@ -43,7 +43,7 @@ rm -rf "$RPM_BUILD_ROOT" | |||
43 | 43 | ||
44 | 44 | ||
45 | %changelog | 45 | %changelog |
46 | * Wed Aug ? 2011 Mark Pulford <mark@kyne.com.au> - 1.0.3-1 | 46 | * Wed Sep 15 2011 Mark Pulford <mark@kyne.com.au> - 1.0.3-1 |
47 | - Updated for 1.0.3 | 47 | - Updated for 1.0.3 |
48 | 48 | ||
49 | * Sun May 29 2011 Mark Pulford <mark@kyne.com.au> - 1.0.2-1 | 49 | * Sun May 29 2011 Mark Pulford <mark@kyne.com.au> - 1.0.2-1 |