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
path: root/NEWS
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-12-31 11:31:09 +0400
committerMark Pulford <mark@kyne.com.au>2011-12-31 11:31:09 +0400
commitc597226e9f79feaa44949794cfd5933ca632e009 (patch)
tree90f8c2cab97940797ea38affebe8f6233a93a192 /NEWS
parentc203c255d8ac1375c066bc2cd2eb2fe9b0c35ed9 (diff)
Update NEWS for 1.0.5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c17317e..ba48b9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
Version 1.0.5 (?)
-* Updated Makefile for compatibility with non-GNU make implementations
+* Added support for Lua 5.2
* Added HTML reference manual
+* Added CMake build support
+* Updated Makefile for compatibility with non-GNU make implementations
+* Improved compatibility for strtod/sprintf locale workaround
+* Encoding now supports pre-emptive threads within a single Lua state
Version 1.0.4 (Nov 30 2011)
* Fixed numeric conversion under locales with a comma decimal separator