Jean-Philippe Barrette-LaPierre's patch applied
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Apr 2002 07:23:57 +0000 (07:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Apr 2002 07:23:57 +0000 (07:23 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 3854beb..611ef34 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
 
                                History of Changes
 
+Daniel (12 April 2002)
+- Jean-Philippe Barrette-LaPierre provided his patch that introduces
+  CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA. They allow a program to a set a
+  callback to receive debug/information data. That includes headers and data
+  that is received and sent.
+
 Daniel (10 April 2002)
 - Sebastien Willemijns found out that -x didn't use the default port number as
   is documented. It does now.
@@ -22,7 +28,7 @@ Daniel (10 April 2002)
    to a remote server. CURLE_SEND_ERROR has now been added for the latter
    error.
 
- CURLE_READ_ERROR
 CURLE_READ_ERROR
    This error was similarly returned *both* for errors when reading a local
    file, as well as when getting problems when reading network data.
    CURLE_RECV_ERROR has now been added for the latter error.