summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--lua-cjson.spec2
-rw-r--r--manual.txt2
-rw-r--r--performance.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3947be7..2169799 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
1Version 2.0.0 (Jan ? 2012) 1Version 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
diff --git a/manual.txt b/manual.txt
index addde14..9833c58 100644
--- a/manual.txt
+++ b/manual.txt
@@ -1,6 +1,6 @@
1= Lua CJSON 2.0devel Manual = 1= Lua CJSON 2.0devel Manual =
2Mark Pulford <mark@kyne.com.au> 2Mark Pulford <mark@kyne.com.au>
3:revdate: Janurary ?, 2012 3:revdate: January 22, 2012
4 4
5Overview 5Overview
6-------- 6--------
diff --git a/performance.txt b/performance.txt
index 05e39af..fc3a5bb 100644
--- a/performance.txt
+++ b/performance.txt
@@ -1,7 +1,7 @@
1JSON module performance comparison under Lua 1JSON module performance comparison under Lua
2============================================ 2============================================
3Mark Pulford <mark@kyne.com.au> 3Mark Pulford <mark@kyne.com.au>
4:revdate: Janurary 21, 2012 4:revdate: January 22, 2012
5 5
6This performance comparison aims to provide a guide of relative 6This performance comparison aims to provide a guide of relative
7performance between several fast and popular JSON modules. 7performance between several fast and popular JSON modules.