diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-23 09:22:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-23 09:22:23 +0000 |
commit | 4afc4aed7351083b57469dcca44be77412d0d1a3 (patch) | |
tree | 653fec20ec176cf8d7fdf72edb25b67eab146954 | |
parent | a4e1ac79527d8ac3552d96a00e5f2966123d0374 (diff) |
yet another binding
-rw-r--r-- | RELEASE-NOTES | 4 | ||||
-rw-r--r-- | docs/BINDINGS | 10 |
2 files changed, 13 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2d81c7c0f..a2c108075 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -6,7 +6,7 @@ Curl and libcurl 7.12.3 Available curl_easy_setopt() options: 121 Number of public functions in libcurl: 46 Amount of public web site mirrors: 13 - Number of known libcurl bindings: 28 + Number of known libcurl bindings: 29 This release includes the following changes: @@ -38,6 +38,8 @@ Other curl-related news since the previous public release: o TclCurl 0.12.2: http://personal1.iddeo.es/andresgarci/tclcurl/english/ o libcurl.NET 1.1: http://www.seasideresearch.com/downloads.html o RCurl 0.5.1: http://www.omegahat.org/RCurl/ + o libcurl.mono 1.0: + http://forge.novell.com/modules/xfmod/project/?libcurl-mono 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 983968a83..4fb85cecf 100644 --- a/docs/BINDINGS +++ b/docs/BINDINGS @@ -76,6 +76,16 @@ Lua Written by Steve Dekorte http://curl.haxx.se/libcurl/lua/ +.NET + + Written by Jeffrey Phillips + http://www.seasideresearch.com/downloads.html + +Mono + + Written by Jeffrey Phillips + http://forge.novell.com/modules/xfmod/project/?libcurl-mono + Object-Pascal Free Pascal, Delphi and Kylix binding written by Christophe Espern. |