From 1d0a02154a2c1766c9c3ff163ce8ba7b1d4ac87d Mon Sep 17 00:00:00 2001 From: rjpcomputing Date: Wed, 18 Mar 2015 14:46:12 -0400 Subject: [PATCH 1/6] Update README.md Upreved for release --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7156ab2..15c0c3c 100644 --- a/README.md +++ b/README.md @@ -273,3 +273,10 @@ C header files/libraries/etc. for building C module * Updated Penlight to version 1.0.3. * Updated LuaUnit to version 2.0. * Added SubLua version 1.7.4 - Subversion binding + +**5.1.4-47** 18/March/2015 - 33rd release +^ Updated stdlib to release 28. +^ Updated Penlight to 1.3.2. +* Moved all downloads and code hosting to GitHub. Older + releases will not function when Google Code is shut down. + Make sure to upgrade. From 2c2bd415be331a1a2aa64ed6b170b1594f2e1cf4 Mon Sep 17 00:00:00 2001 From: rjpcomputing Date: Wed, 18 Mar 2015 14:57:30 -0400 Subject: [PATCH 2/6] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 15c0c3c..b29e3c7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Lua for Windows (LfW) combines Lua binaries, Lua libraries with a Lua-capable ed ## Download ## -Download Lua\_V5.1.4-46.exe from [Google Code](http://code.google.com/p/luaforwindows/downloads/list) +Download Lua\_V5.1.4-47.exe from [GitHub]() ## Install Notes ## @@ -66,7 +66,7 @@ C header files/libraries/etc. for building C module |[Lanes](http://luaforge.net/projects/lanes/)|2.0.4|Provides the possibility to run multiple Lua states in parallel.| |[MetaLua](http://metalua.luaforge.net/)|0.5-rc1|A complete macro system with full compatibility with Lua 5.1 sources and bytecode: clean, elegant semantics and syntax, amazing expressive power, good performances, near-universal portability.| |[LuaGL](http://luagl.wikidot.com/)|1.3|Provides access to all of the OpenGL functionality from Lua 5.x .| -|[Penlight](http://stevedonovan.github.com/Penlight/)|1.0.3|Common lua code patterns for tables, arrays, strings, paths and directories, data, and functional programming.| +|[Penlight](http://stevedonovan.github.com/Penlight/)|1.3.2|Common lua code patterns for tables, arrays, strings, paths and directories, data, and functional programming.| |[lbase64](http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/)|for Lua 5.1|A base64 library for Lua.| |[gzio](http://github.com/jmaygarden/gzio)|0.9.0|The Lua gzip file I/O module emulates the standard I/O module, but operates on compressed gzip format files.| |[LuaRS232](http://github.com/ynezz/librs232)|1.0.0| RS232 serial communications library| @@ -275,8 +275,6 @@ C header files/libraries/etc. for building C module * Added SubLua version 1.7.4 - Subversion binding **5.1.4-47** 18/March/2015 - 33rd release -^ Updated stdlib to release 28. -^ Updated Penlight to 1.3.2. -* Moved all downloads and code hosting to GitHub. Older - releases will not function when Google Code is shut down. - Make sure to upgrade. + * Updated stdlib to release 28. + * Updated Penlight to 1.3.2. + * **WARNING**: Moved all downloads and code hosting to GitHub. Older releases will not function when Google Code is shut down. Make sure to upgrade. From 141685b5bb4e26fe1dab7ba7ea4f345fbf08f02b Mon Sep 17 00:00:00 2001 From: rjpcomputing Date: Wed, 18 Mar 2015 14:59:44 -0400 Subject: [PATCH 3/6] Update README.md Fixed links to point to GitHub. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b29e3c7..676f56f 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Lua for Windows (LfW) combines Lua binaries, Lua libraries with a Lua-capable ed ## Download ## -Download Lua\_V5.1.4-47.exe from [GitHub]() +Download Lua\_V5.1.4-47.exe from [GitHub](https://github.com/rjpcomputing/luaforwindows/releases) ## Install Notes ## -Lua for Windows installs Lua language, SciTE based Lua IDE and Lua modules to the directory of you choice at install time. Lua for Windows and it's modules all depend on the MSVC++ 2005 runtime library. Lua for Windows install will automatically download this runtime and install it for you if you don't have runtime installed on your computer. The runtime is contained in the file [vcredist\_x86.exe](http://luaforwindows.googlecode.com/files/vcredist_x86.exe), if you don't want this download to occur at installation then place the [vcredist\_86.exe](http://luaforwindows.googlecode.com/files/vcredist_x86.exe) in same directory as Lua for Windows install exe. +Lua for Windows installs Lua language, SciTE based Lua IDE and Lua modules to the directory of you choice at install time. Lua for Windows and it's modules all depend on the MSVC++ 2005 runtime library. Lua for Windows install will automatically download this runtime and install it for you if you don't have runtime installed on your computer. The runtime is contained in the file [vcredist\_x86.exe](https://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe), if you don't want this download to occur at installation then place the [vcredist\_86.exe](https://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe) in same directory as Lua for Windows install exe. ## LfW Components ## From 55bb1245da19ec9053ecb2df4fd255ee057f6c80 Mon Sep 17 00:00:00 2001 From: rjpcomputing Date: Wed, 18 Mar 2015 15:00:32 -0400 Subject: [PATCH 4/6] Update README.md Removed the links using https:// --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 676f56f..8fdb63c 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Lua for Windows (LfW) combines Lua binaries, Lua libraries with a Lua-capable ed ## Download ## -Download Lua\_V5.1.4-47.exe from [GitHub](https://github.com/rjpcomputing/luaforwindows/releases) +Download Lua\_V5.1.4-47.exe from [GitHub](http://github.com/rjpcomputing/luaforwindows/releases) ## Install Notes ## -Lua for Windows installs Lua language, SciTE based Lua IDE and Lua modules to the directory of you choice at install time. Lua for Windows and it's modules all depend on the MSVC++ 2005 runtime library. Lua for Windows install will automatically download this runtime and install it for you if you don't have runtime installed on your computer. The runtime is contained in the file [vcredist\_x86.exe](https://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe), if you don't want this download to occur at installation then place the [vcredist\_86.exe](https://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe) in same directory as Lua for Windows install exe. +Lua for Windows installs Lua language, SciTE based Lua IDE and Lua modules to the directory of you choice at install time. Lua for Windows and it's modules all depend on the MSVC++ 2005 runtime library. Lua for Windows install will automatically download this runtime and install it for you if you don't have runtime installed on your computer. The runtime is contained in the file [vcredist\_x86.exe](http://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe), if you don't want this download to occur at installation then place the [vcredist\_86.exe](http://github.com/rjpcomputing/luaforwindows/releases/download/vc-runtime/vcredist_x86.4053.exe) in same directory as Lua for Windows install exe. ## LfW Components ## From 1559a63aa367ff3da76e1c89ddf26c8339e8239e Mon Sep 17 00:00:00 2001 From: rjpcomputing Date: Wed, 18 Mar 2015 15:12:09 -0400 Subject: [PATCH 5/6] Update README.md Updated SubLua --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fdb63c..8a2cba3 100644 --- a/README.md +++ b/README.md @@ -277,4 +277,5 @@ C header files/libraries/etc. for building C module **5.1.4-47** 18/March/2015 - 33rd release * Updated stdlib to release 28. * Updated Penlight to 1.3.2. + * Updated SubLua to 1.8.10. * **WARNING**: Moved all downloads and code hosting to GitHub. Older releases will not function when Google Code is shut down. Make sure to upgrade. From b65a17de53127fe9389aa8370a187be5220bee41 Mon Sep 17 00:00:00 2001 From: rjpcomputing Date: Wed, 18 Mar 2015 15:27:16 -0400 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a2cba3..e039077 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.7.4-beta| Subversion binding.| +|[SubLua](https://sourceforge.net/projects/subcpp/)|1.8.10| Subversion binding.| ## History ##