Skip to content

Commit 4f81dbd

Browse files
committed
Updated to Lua 5.1.5 executables.
Updated to the latest SubLua.
1 parent 0a1391a commit 4f81dbd

10 files changed

+12
-4
lines changed

LuaForWindows.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2626

2727
; -- General Installer configuration
28-
#define MyAppVer "5.1.4.50"
29-
#define MyAppDisplayVer "5.1.4-50"
28+
#define MyAppVer "5.1.5.51"
29+
#define MyAppDisplayVer "5.1.5-51"
3030
#define MyAppName "Lua"
3131
#define MyAppDisplayName "Lua for Windows"
3232
#define MyAppPublisher "The Lua for Windows Project and Lua and Tecgraf, PUC-Rio"

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ C header files/libraries/etc. for building C module
7474
|[LuaRocks](http://luarocks.org)|2.0.2| A deployment and management system for Lua modules.|
7575
|[Oil](http://oil.luaforge.net)|0.4-beta| It is a simple, efficient and flexible object request broker written in the Lua language.|
7676
|[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.|
77-
|[SubLua](https://sourceforge.net/projects/subcpp/)|1.8.11| Subversion binding.|
77+
|[SubLua](https://sourceforge.net/projects/subcpp/)|1.8.10-35352| Subversion binding.|
7878
|[30Log](https://github.com/Yonaba/30log)|1.0.0| 30 lines library for object orientation in Lua.|
7979
|[Moses](http://yonaba.github.io/Moses)|1.4.0| Utility library for functional programming in Lua.|
8080
|[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
298298
* Fixes #98 - Lua For Windows Installer - 'h' is an invalid URL.
299299
* Changed app URL to point to GitHub.
300300
* Changed minimum version to reflect the GitHub version.
301+
302+
**5.1.5-51** 29/March/2016 - 37th release
303+
* Updated to Lua 5.1.5.
304+
* Updated SubLua to 1.8.10-35352

changes.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
=================== Lua For Windows ===================
2+
03/29/2016 Version 5.1.5-51
3+
^ Updated Lua to 5.1.5.
4+
^ Updated SubLua to 1.8.10-35352.
5+
26
10/22/2015 Version 5.1.4-50
37
* Fixes #98 - Lua For Windows Installer - 'h' is an invalid URL.
48
* Changed app URL to point to GitHub.
@@ -11,7 +15,7 @@
1115

1216
09/16/2015 Version 5.1.4-48
1317
+ Added 30Log v1.0.0 - 30 lines library for object orientation in Lua
14-
^ Updated SubLua to 1.8.11.
18+
^ Updated SubLua to 1.8.10.
1519

1620
03/18/2015 Version 5.1.4-47
1721
^ Updated stdlib to release 28.

files/bin2c5.1.exe

100755100644
-20 KB
Binary file not shown.

files/clibs/SubLua.dll

108 KB
Binary file not shown.

files/lua5.1.dll

100755100644
0 Bytes
Binary file not shown.

files/lua5.1.exe

100755100644
-30.5 KB
Binary file not shown.

files/lua51.dll

100755100644
-512 Bytes
Binary file not shown.

files/luac5.1.exe

100755100644
-20 KB
Binary file not shown.

files/wlua5.1.exe

100755100644
-21 KB
Binary file not shown.

0 commit comments

Comments
 (0)