From 935affcbc57a9b4f4941423395acb51a6ea33e64 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Tue, 10 May 2011 18:44:35 +0930 Subject: Update version to 1.0.1 --- Makefile | 2 +- NEWS | 3 +++ README | 10 +++++----- TODO | 1 - lua-cjson.spec | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 8832fed..e2d5339 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CJSON_VERSION = 1.0 +CJSON_VERSION = 1.0.1 LUA_VERSION = 5.1 # See http://lua-users.org/wiki/BuildingModules for platform specific diff --git a/NEWS b/NEWS index b682cd2..a016d7b 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,5 @@ +Version 1.0.1 (May 10 2011) +* Added build support for OSX + Version 1.0 (May 9 2011) * Initial release. diff --git a/README b/README index 71ad376..1ff12d9 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Lua CJSON v1.0 -============== +Lua CJSON v1.0.1 +================ Lua CJSON is covered by the MIT license. See the file "LICENSE" for details. @@ -34,8 +34,8 @@ Build requirements: Or: - LuaJIT (http://www.luajit.org/) -The included Makefile should be reviewed and updated based on the -location of your Lua header and library directories. Then: +The included Makefile should be reviewed. Updated the Makefile to suit +your platform and Lua header/library directories. Then: # make # make install @@ -45,7 +45,7 @@ location of your Lua header and library directories. Then: Linux distributions using RPM should be able to build a package with the following command: - # rpmbuild -tb lua-cjson-1.0.tar.gz + # rpmbuild -tb lua-cjson-1.0.1.tar.gz Lua CJSON API diff --git a/TODO b/TODO index 8b9af0c..46ecb91 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ - Option to configure encoding escapes. - Make encode/decode routines thread safe (within the same lua_State) - - json_buf? - Optionally create an object. Clone function. - run_test_group "config" function calls should be protected by pcall? diff --git a/lua-cjson.spec b/lua-cjson.spec index c5ed796..a86ee20 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec @@ -2,7 +2,7 @@ %define lualibdir %{_libdir}/lua/%{luaver} Name: lua-cjson -Version: 1.0 +Version: 1.0.1 Release: 1%{?dist} Summary: JSON support for the Lua language -- cgit v1.2.3-55-g6feb