diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-11-11 14:20:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-11-11 14:20:15 +0000 |
commit | 3ec322685bbb3e23b53edbb45ddf5d2eb5358c11 (patch) | |
tree | 965d95edf4e5f7d866ebb0f4cab0105d3140ac33 | |
parent | 9a39839a43c3eb1e053b7761f7fee4b083d49523 (diff) |
new ruby binding, curl-multi version 0.1
-rw-r--r-- | RELEASE-NOTES | 5 | ||||
-rw-r--r-- | docs/BINDINGS | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fe3b550e2..f291ce4bf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,7 +4,7 @@ Curl and libcurl 7.17.2 Command line options: 121 curl_easy_setopt() options: 147 Public functions in libcurl: 55 - Public web site mirrors: 42 + Public web site mirrors: 43 Known libcurl bindings: 36 Contributors: 597 @@ -27,10 +27,11 @@ This release includes the following known bugs: Other curl-related news: o TclCurl 7.17.1 => http://personal1.iddeo.es/andresgarci/tclcurl/english/ + o Ruby Curl::Multi 0.1 => http://curl-multi.rubyforge.org/ New curl mirrors: - o + o http://curl.gominet.net/ is new web mirror in Vizcaya, Portugal 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 6303902a0..0fede0c9e 100644 --- a/docs/BINDINGS +++ b/docs/BINDINGS @@ -145,9 +145,12 @@ Rexx Ruby - Written by Ross Bamford + curb - written by Ross Bamford http://curb.rubyforge.org/ + ruby-curl-multi - written by Kristjan Petursson and Keith Rarick + http://curl-multi.rubyforge.org/ + Scheme Bigloo binding by Kirill Lisovsky |