May 16, 2006 Alexey Tourbin 5.1-alt1 |
- 5.0.2 -> 5.1
- changed soname to liblua-5.1.so.0
- applied fixes for known bugs from lua.org
- removed alternatives, lua4 goes obsolete |
Dec. 30, 2005 ALT QA Team Robot <qa-robot@altlinux.org> 5.0.2-alt5.1 |
- Rebuilt with libreadline.so.5. |
June 29, 2005 Alexey Tourbin 5.0.2-alt5 |
- fixed segfaults introduced in previous release (type casts)
- fixed linkage (linked liblualib.so with liblua.so) |
June 11, 2005 Alexey Tourbin 5.0.2-alt4 |
- compat-5.1r2 -> compat-5.1r3
- in sync with Debian: lua50_5.0.2-5.diff.gz
- fixed invalid type casts on x86_64 (Kachalov Anton, #6539) |
May 9, 2005 Alexey Tourbin 5.0.2-alt3 |
- packaged Compat-5.1 (implementation of Lua-5.1 package proposal)
- applied 3 official patches from http://www.lua.org/bugs.html
- removed old dependencies |
Sept. 18, 2004 Alexey Tourbin 5.0.2-alt2 |
- /usr/share/lua5/loadlib.lua -- implemented require()-like path search
for loadlib(); compiled extensions should reside in /usr/lib64/lua5
- added /usr/share/lua5 to default LUA_PATH
- enabled os.tmpname()
- upgraded to new alternatives format |
March 19, 2004 Alexey Tourbin 5.0.2-alt1 |
- updated to 5.0.2 release
- enabled partial compatibility with old upvalue syntax
- pedro-openbsd-snprintf.patch: use snprintf(3) instead of sprintf(3) |
March 7, 2004 Alexey Tourbin 5.0.2-alt0.1 |
- updated to 5.0.2 pre-release, with all official patches in |
Feb. 23, 2004 Alexey Tourbin 5.0-alt7.2 |
- /usr/share/doc/lua5-5.1.5 -> /usr/share/doc/lua-5.1.5
- fixed luac symilnk (alternatives) |
Feb. 2, 2004 Alexey Tourbin 5.0-alt7.1 |
- fixed /usr/share/doc/lua5-5.1.5 ownership |
Jan. 30, 2004 Alexey Tourbin 5.0-alt7 |
- fixed _customdocdir misusage
- Werror mode enabled |
Nov. 18, 2003 Alexey Tourbin 5.0-alt6 |
- 5 more official patches applied |
Aug. 24, 2003 Alexey Tourbin 5.0-alt5 |
- moved lua4 (weight=10) and lua5 (weight=20) packages under alternatives control
- in sync with debian (deb-paths.patch):
+ Added support for -C to load compatibility library on startup
+ Added an initial LUA_PATH to support /usr/share/lua5 etc.
+ Added a -P switch to suppress the LUA_PATH code if need-be
+ Updated the manpage lua.1 for the -C and -P switches |
June 20, 2003 Alexey Tourbin 5.0-alt4 |
- packages renamed: s/lua/lua5/
- lua4 will be kept; thus Provides/Obsoletes reconsidered, Conflicts added
- two patches from http://www.lua.org/bugs.html
- Sisyphus release |
May 7, 2003 Alexey Tourbin 5.0-alt3 |
- added Provides and Obsoletes for smooth upgrade |
May 5, 2003 Alexey Tourbin 5.0-alt2 |
- desert Makefile/config/patches; custom build with direct commands
- features enabled: dlopen (loadlib), popen, fastround, libreadline
- new package layout: lua, liblua, liblua-devel, liblua-devel-static |
April 28, 2003 Alexey Tourbin 5.0-alt1 |
- 5.0; API changes; soname changed; license: MIT
- loadlib now implemented, so drop that stuff borrowed from PLD |
Jan. 19, 2003 Alexey Tourbin 4.0.1-alt6 |
- minor enhancements |
Dec. 26, 2002 Alexey Tourbin 4.0.1-alt5 |
- corrected s/-lc/-lc -lm -ldl/ for liblualib.so in alt-soname patch
- shared optimization flags |
Dec. 24, 2002 Alexey Tourbin 4.0.1-alt4 |
- error in previous build: *.so files are binary copy of *.so.* files,
not symlinks; fixed
- really shared build (s/ld -shared/ld -shared -lc/ in alt-soname patch)
- post and postun sections added (ldconfig) |
Dec. 20, 2002 Alexey Tourbin 4.0.1-alt3 |
- shared build; alt-soname patch; lua-devel-static subpackage
- reference manual and code samples included in lua-devel package
- additional features from XTG Systems (loadlib files) and
PLD Team (pld-loadlib-require patch)
- buildreq applied (none) |
Oct. 28, 2002 Konstantin Volckov <goldhead@altlinux.ru> 4.0.1-alt2 |
- Rebuilt in new environment |
Aug. 28, 2002 Konstantin Volckov <goldhead@altlinux.ru> 4.0.1-alt1 |
- First build for Sisyphus |