diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-03-02 09:03:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-03-02 09:03:11 +0000 |
commit | 4bc603a0cc20f5c13a99d6595cad9216359964ef (patch) | |
tree | d983c4b1d7714e8de33a7e7b9d64cdb59c9a858f | |
parent | 6c3f74b946e32c1e2dd76d8318a06871ba748334 (diff) | |
download | curl-4bc603a0cc20f5c13a99d6595cad9216359964ef.tar.gz |
the Eiffel binding
-rw-r--r-- | RELEASE-NOTES | 2 | ||||
-rw-r--r-- | docs/BINDINGS | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 744569586..0027eebc5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,7 +4,7 @@ Curl and libcurl 7.19.4 Command line options: 132 curl_easy_setopt() options: 161 Public functions in libcurl: 58 - Known libcurl bindings: 37 + Known libcurl bindings: 38 Contributors: 700 This release includes the following changes: diff --git a/docs/BINDINGS b/docs/BINDINGS index b461017ed..1b47b7cb7 100644 --- a/docs/BINDINGS +++ b/docs/BINDINGS @@ -54,6 +54,10 @@ Dylan Written by Chris Double http://dylanlibs.sourceforge.net/ +Eiffel + Written by Eiffel Software + http://curl.haxx.se/libcurl/eiffel/ + Euphoria Written by Ray Smith |