README updates

Fri, 23 Apr 2021 21:03:34 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 23 Apr 2021 21:03:34 +0100
changeset 35
d2d0bc06eac2
parent 34
94cef523ac31
child 36
4a61f00ee916

README updates

README file | annotate | diff | comparison | revisions
--- a/README	Fri Apr 23 20:01:48 2021 +0100
+++ b/README	Fri Apr 23 21:03:34 2021 +0100
@@ -1,4 +1,4 @@
-LuaExpat (http://www.keplerproject.org/luaexpat/)
+LuaExpat <https://matthewwild.co.uk/projects/luaexpat/>
 -------------------------------------------------
 
 Overview
@@ -8,16 +8,21 @@
 
 Status
 
-Current version is 1.3.0. It was developed for both Lua 5.1 and Lua 5.2,
-and has been tested on Linux, Windows (XP) and MacOS X with Expat 2.1.0.
+Current version is UNRELEASED. It is designed to work with all versions of
+Lua between 5.1 and 5.4. It has been tested on Linux with Expat 2.2.5.
 
 Download
 
-LuaExpat source can be downloaded from its LuaForge page. If you are using
-LuaBinaries a Windows binary version of LuaExpat can be found at the LuaForge page.
+LuaExpat source can be downloaded from its project page.
 
 History
 
+Version 1.4.0 [23/Apr/2021]
+
+        * Improved Lua version support (5.1 - 5.4)
+        * Fix memory leak when callbacks reference a parser object
+        * Expose Expat library version (lxp._EXPAT_VERSION)
+
 Version 1.3.0 [04/Apr/2014]
 
         * Lua 5.2 support (thanks Tomás Guisasola Gorham)

mercurial