From: Daniel Stenberg Date: Tue, 28 Jun 2005 09:08:52 +0000 (+0000) Subject: new Lua binding X-Git-Tag: curl-7_14_1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5d5270d2d1ecf4615887d45cf1c892fb227e52;p=thirdparty%2Fcurl.git new Lua binding --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4c4c5a04a5..bf1b7066f8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -31,6 +31,7 @@ This release includes the following bugfixes: Other curl-related news since the previous public release: o http://curl.miscellaneousmirror.org is a new German curl mirror + o LuaCURL by Alexander Marinov at http://luacurl.luaforge.net/ This release would not have looked like this without help, code, reports and advice from friends like these: diff --git a/docs/BINDINGS b/docs/BINDINGS index fbd3021c05..16f0bcb4ff 100644 --- a/docs/BINDINGS +++ b/docs/BINDINGS @@ -82,8 +82,8 @@ Lisp Lua - Written by Steve Dekorte - http://curl.haxx.se/libcurl/lua/ + LuaCURL Written by Alexander Marinov + http://luacurl.luaforge.net/ Mono