diff --git a/LuaForWindows.iss b/LuaForWindows.iss index 801938f..d073b5a 100644 --- a/LuaForWindows.iss +++ b/LuaForWindows.iss @@ -25,8 +25,8 @@ ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; -- General Installer configuration -#define MyAppVer "5.1.4.50" -#define MyAppDisplayVer "5.1.4-50" +#define MyAppVer "5.1.5.51" +#define MyAppDisplayVer "5.1.5-51" #define MyAppName "Lua" #define MyAppDisplayName "Lua for Windows" #define MyAppPublisher "The Lua for Windows Project and Lua and Tecgraf, PUC-Rio" diff --git a/README.md b/README.md index 694c9b0..3c1eefd 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ C header files/libraries/etc. for building C module |[LuaRocks](http://luarocks.org)|2.0.2| A deployment and management system for Lua modules.| |[Oil](http://oil.luaforge.net)|0.4-beta| It is a simple, efficient and flexible object request broker written in the Lua language.| |[LuaJSON](http://github.com/harningt/luajson)|1.2.2| JSON parser/encoder for Lua Parses JSON using LPEG for speed and flexibility. Depending on parser/encoder options, various values are preserved as best as possible.| -|[SubLua](https://sourceforge.net/projects/subcpp/)|1.8.11| Subversion binding.| +|[SubLua](https://sourceforge.net/projects/subcpp/)|1.8.10-35352| Subversion binding.| |[30Log](https://github.com/Yonaba/30log)|1.0.0| 30 lines library for object orientation in Lua.| |[Moses](http://yonaba.github.io/Moses)|1.4.0| Utility library for functional programming in Lua.| |[Binary-Heaps](http://yonaba.github.com/Binary-Heaps)|1.5.1| Implementation of binary heaps data structure in pure Lua.| @@ -298,3 +298,7 @@ C header files/libraries/etc. for building C module * Fixes #98 - Lua For Windows Installer - 'h' is an invalid URL. * Changed app URL to point to GitHub. * Changed minimum version to reflect the GitHub version. + +**5.1.5-51** 29/March/2016 - 37th release + * Updated to Lua 5.1.5. + * Updated SubLua to 1.8.10-35352 diff --git a/changes.txt b/changes.txt index 3a444c0..a04d2d6 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,8 @@ =================== Lua For Windows =================== +03/29/2016 Version 5.1.5-51 +^ Updated Lua to 5.1.5. +^ Updated SubLua to 1.8.10-35352. + 10/22/2015 Version 5.1.4-50 * Fixes #98 - Lua For Windows Installer - 'h' is an invalid URL. * Changed app URL to point to GitHub. @@ -11,7 +15,7 @@ 09/16/2015 Version 5.1.4-48 + Added 30Log v1.0.0 - 30 lines library for object orientation in Lua -^ Updated SubLua to 1.8.11. +^ Updated SubLua to 1.8.10. 03/18/2015 Version 5.1.4-47 ^ Updated stdlib to release 28. diff --git a/files/bin2c5.1.exe b/files/bin2c5.1.exe old mode 100755 new mode 100644 index dbdcde5..842d301 Binary files a/files/bin2c5.1.exe and b/files/bin2c5.1.exe differ diff --git a/files/clibs/SubLua.dll b/files/clibs/SubLua.dll index 38dd23c..eb2d9e8 100644 Binary files a/files/clibs/SubLua.dll and b/files/clibs/SubLua.dll differ diff --git a/files/lua5.1.dll b/files/lua5.1.dll old mode 100755 new mode 100644 index 63da757..69e9bfb Binary files a/files/lua5.1.dll and b/files/lua5.1.dll differ diff --git a/files/lua5.1.exe b/files/lua5.1.exe old mode 100755 new mode 100644 index 5feaa4b..fe49b8d Binary files a/files/lua5.1.exe and b/files/lua5.1.exe differ diff --git a/files/lua51.dll b/files/lua51.dll old mode 100755 new mode 100644 index dad865c..bc7aa74 Binary files a/files/lua51.dll and b/files/lua51.dll differ diff --git a/files/luac5.1.exe b/files/luac5.1.exe old mode 100755 new mode 100644 index 80c8be5..2bbaec3 Binary files a/files/luac5.1.exe and b/files/luac5.1.exe differ diff --git a/files/wlua5.1.exe b/files/wlua5.1.exe old mode 100755 new mode 100644 index 0104edb..6bd71aa Binary files a/files/wlua5.1.exe and b/files/wlua5.1.exe differ