From beaada77e6ea255741ba4faba64efd49744090d7 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 7 Oct 2008 18:10:16 +0000
Subject: [PATCH] two more bindings

---
 RELEASE-NOTES |  2 +-
 docs/BINDINGS | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3336c5b72a..1d18277077 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,7 +4,7 @@ Curl and libcurl 7.19.1
  Command line options:         128
  curl_easy_setopt() options:   154
  Public functions in libcurl:  58
- Known libcurl bindings:       36
+ Known libcurl bindings:       38
  Contributors:                 672
 
 This release includes the following changes:
diff --git a/docs/BINDINGS b/docs/BINDINGS
index ea954bb12f..3acc314de2 100644
--- a/docs/BINDINGS
+++ b/docs/BINDINGS
@@ -78,6 +78,11 @@ Haskell
   Written by Galois, Inc
   http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl
 
+ILE/RPG
+
+  Written by Patrick Monnerat
+  See the packages/OS400/README.OS400 file
+
 Java
 
   Maintained by [blank]
@@ -181,6 +186,7 @@ Smalltalk
   http://www.squeaksource.com/CurlPlugin/
 
 SP-Forth
+
   SP-Forth binding by ygrek
   http://www.forth.org.ru/~ac/lib/lin/curl/
 
@@ -199,6 +205,11 @@ Visual Basic
   libcurl-vb by Jeffrey Phillips
   http://sourceforge.net/projects/libcurl-vb/
 
+Visual Foxpro
+
+  by Carlos Alloatti
+  http://www.ctl32.com.ar/libcurl.asp
+
 Q
   The libcurl module is part of the default install
   http://q-lang.sourceforge.net/
-- 
GitLab