]> granicus.if.org Git - curl/commitdiff
new directories
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Mar 2001 15:22:51 +0000 (15:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Mar 2001 15:22:51 +0000 (15:22 +0000)
CHANGES
CVS-INFO
Makefile.am

diff --git a/CHANGES b/CHANGES
index bf56ea0af4507ef599339ff0d730aaa1b1319155..56d15da0bf24dd8be434414d9801d57b77a631d2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,16 +6,28 @@
 
                                History of Changes
 
+Daniel (16 March 2001)
+- After having experienced another machine break-down, we're back.
+
+- Georg Horn's perl interface Curl::easy is now included in the curl release
+  archive. The perl/ directory is now present. Please help me with docs,
+  examples and updates you think fit.
+
+- Made a new php/ directory in the release archive and moved the PHP examples
+  into a subdirectory in there. Not much PHP info yet, but I plan to. Please
+  help me here as well!
 
 Daniel (15 March 2001)
 - Added --connect-timeout to curl, which sets the new CURLOPT_CONNECTTIMEOUT
   option in libcurl. It limits the time curl is allowed to spend in the
   connection phase. This differs from -m/--max-time that limits the entire
-  file transfer operation. Requested by Larry Fahnoe and more.
+  file transfer operation. Requested by Larry Fahnoe and others.
 
   I also updated the curl.1 and curl_easy_setopt.3 man pages and removed the
   item from the TODO.
 
+Version 7.7-beta4
+
 Daniel (14 March 2001)
 - Made curl grok IPv6 with HTTP proxies and got everything to compile nicely
   again when ENABLE_IPV6 is set.
index 68836fa73823f51147e3246436154352bb742989..c73f4a09a4519adfdd7630e640c1d41546c4cc61 100644 (file)
--- a/CVS-INFO
+++ b/CVS-INFO
@@ -10,7 +10,7 @@ memanalyze.pl is for analyzing the output generated by curl if -DMALLOCDEBUG
 
 Makefile.dist is included as the root Makefile in distribution archives
 
-perl/         is a subdirectory with various perl scripts
+perl/contrib/ is a subdirectory with various perl scripts
 
 To build after having extracted everything from CVS, do this:
 
index eb73ca708dc4ba985e1d25b19984e2fd7dcc7fe5..4bed9a507cb50f411d48f1c58175c23c4d8b53f0 100644 (file)
@@ -8,7 +8,7 @@ EXTRA_DIST = \
        CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \
        config-win32.h reconf packages/README Makefile.dist
 
-SUBDIRS = docs lib src include tests packages
+SUBDIRS = docs lib src include tests packages perl php
 
 # create a root makefile in the distribution:
 dist-hook: