Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-21 16:40:11 +0400
committerMark Pulford <mark@kyne.com.au>2012-03-04 12:24:36 +0400
commit60e14dbb2b03f2b6d7336a777e017f5787296988 (patch)
tree66c4168bfefab98d46b322d2bb3b3f9c336cb11d
parent75dfa5604c763fdf04da9708b3fb50d93779714f (diff)
Update release date for 2.0.0 to 22 Jan 20122.0.0
-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 @@
-Version 2.0.0 (Jan ? 2012)
+Version 2.0.0 (Jan 22 2012)
* Improved platform compatibility for strtod/sprintf locale workaround
* Added option to build with David Gay's dtoa.c for improved performance
* 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"
%changelog
-* Sat Jan 21 2012 Mark Pulford <mark@kyne.com.au> - 2.0.0-1
+* Sun Jan 22 2012 Mark Pulford <mark@kyne.com.au> - 2.0.0-1
- Update for 2.0.0
- Install lua2json / json2lua utilities
diff --git a/manual.txt b/manual.txt
index addde14..9833c58 100644
--- a/manual.txt
+++ b/manual.txt
@@ -1,6 +1,6 @@
= Lua CJSON 2.0devel Manual =
Mark Pulford <mark@kyne.com.au>
-:revdate: Janurary ?, 2012
+:revdate: January 22, 2012
Overview
--------
diff --git a/performance.txt b/performance.txt
index 05e39af..fc3a5bb 100644
--- a/performance.txt
+++ b/performance.txt
@@ -1,7 +1,7 @@
JSON module performance comparison under Lua
============================================
Mark Pulford <mark@kyne.com.au>
-:revdate: Janurary 21, 2012
+:revdate: January 22, 2012
This performance comparison aims to provide a guide of relative
performance between several fast and popular JSON modules.