diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-06-28 09:08:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-28 09:08:52 +0000 |
commit | 5c5d5270d2d1ecf4615887d45cf1c892fb227e52 (patch) | |
tree | 60ccc1341168d89e6cd4ae7cf1624b7af40c9048 | |
parent | 36461fb2aadb98bb25ae75b8167ab93d048d98a9 (diff) |
new Lua binding
-rw-r--r-- | RELEASE-NOTES | 1 | ||||
-rw-r--r-- | docs/BINDINGS | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4c4c5a04a..bf1b7066f 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 fbd3021c0..16f0bcb4f 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 |