diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-21 23:10:11 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:36 +1030 |
commit | 60e14dbb2b03f2b6d7336a777e017f5787296988 (patch) | |
tree | 66c4168bfefab98d46b322d2bb3b3f9c336cb11d | |
parent | 75dfa5604c763fdf04da9708b3fb50d93779714f (diff) | |
download | lua-cjson-60e14dbb2b03f2b6d7336a777e017f5787296988.tar.gz lua-cjson-60e14dbb2b03f2b6d7336a777e017f5787296988.tar.bz2 lua-cjson-60e14dbb2b03f2b6d7336a777e017f5787296988.zip |
Update release date for 2.0.0 to 22 Jan 20122.0.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lua-cjson.spec | 2 | ||||
-rw-r--r-- | manual.txt | 2 | ||||
-rw-r--r-- | performance.txt | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | Version 2.0.0 (Jan ? 2012) | 1 | Version 2.0.0 (Jan 22 2012) |
2 | * Improved platform compatibility for strtod/sprintf locale workaround | 2 | * Improved platform compatibility for strtod/sprintf locale workaround |
3 | * Added option to build with David Gay's dtoa.c for improved performance | 3 | * Added option to build with David Gay's dtoa.c for improved performance |
4 | * Added support for Lua 5.2 | 4 | * Added support for Lua 5.2 |
diff --git a/lua-cjson.spec b/lua-cjson.spec index ae614ea..823f7d8 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec | |||
@@ -57,7 +57,7 @@ rm -rf "$RPM_BUILD_ROOT" | |||
57 | 57 | ||
58 | 58 | ||
59 | %changelog | 59 | %changelog |
60 | * Sat Jan 21 2012 Mark Pulford <mark@kyne.com.au> - 2.0.0-1 | 60 | * Sun Jan 22 2012 Mark Pulford <mark@kyne.com.au> - 2.0.0-1 |
61 | - Update for 2.0.0 | 61 | - Update for 2.0.0 |
62 | - Install lua2json / json2lua utilities | 62 | - Install lua2json / json2lua utilities |
63 | 63 | ||
@@ -1,6 +1,6 @@ | |||
1 | = Lua CJSON 2.0devel Manual = | 1 | = Lua CJSON 2.0devel Manual = |
2 | Mark Pulford <mark@kyne.com.au> | 2 | Mark Pulford <mark@kyne.com.au> |
3 | :revdate: Janurary ?, 2012 | 3 | :revdate: January 22, 2012 |
4 | 4 | ||
5 | Overview | 5 | Overview |
6 | -------- | 6 | -------- |
diff --git a/performance.txt b/performance.txt index 05e39af..fc3a5bb 100644 --- a/performance.txt +++ b/performance.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | JSON module performance comparison under Lua | 1 | JSON module performance comparison under Lua |
2 | ============================================ | 2 | ============================================ |
3 | Mark Pulford <mark@kyne.com.au> | 3 | Mark Pulford <mark@kyne.com.au> |
4 | :revdate: Janurary 21, 2012 | 4 | :revdate: January 22, 2012 |
5 | 5 | ||
6 | This performance comparison aims to provide a guide of relative | 6 | This performance comparison aims to provide a guide of relative |
7 | performance between several fast and popular JSON modules. | 7 | performance between several fast and popular JSON modules. |