Skip to content

Commit

Permalink
Updated to Lua 5.1.5 executables.
Browse files Browse the repository at this point in the history
Updated to the latest SubLua.
  • Loading branch information
rjpcomputing committed Mar 29, 2016
1 parent 0a1391a commit 4f81dbd
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LuaForWindows.iss
Expand Up @@ -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"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -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.|
Expand Down Expand Up @@ -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
6 changes: 5 additions & 1 deletion 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.
Expand All @@ -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.
Expand Down
Binary file modified files/bin2c5.1.exe 100755 → 100644
Binary file not shown.
Binary file modified files/clibs/SubLua.dll
Binary file not shown.
Binary file modified files/lua5.1.dll 100755 → 100644
Binary file not shown.
Binary file modified files/lua5.1.exe 100755 → 100644
Binary file not shown.
Binary file modified files/lua51.dll 100755 → 100644
Binary file not shown.
Binary file modified files/luac5.1.exe 100755 → 100644
Binary file not shown.
Binary file modified files/wlua5.1.exe 100755 → 100644
Binary file not shown.

0 comments on commit 4f81dbd

Please sign in to comment.