From 5c5d5270d2d1ecf4615887d45cf1c892fb227e52 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 28 Jun 2005 09:08:52 +0000 Subject: [PATCH] new Lua binding --- RELEASE-NOTES | 1 + 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