aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-12 11:31:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-12 11:31:34 +0000
commiteee09e79e8190b06fad1ed39d20eb53bee3f5b2e (patch)
treebfbc95d6944d889f575d0ef5e50515e02a9a0c4f
parent6df85adf3eff596ba7414c53f85db2ab088161e3 (diff)
stuff we do
-rw-r--r--CHANGES5
-rw-r--r--RELEASE-NOTES3
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c55b21909..2e6b6cf78 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (12 September 2006)
+- Added docs/examples/10-at-a-time.c by Michael Wallner
+
+- Added docs/examples/hiperfifo.c by Jeff Pohlmeyer
+
Daniel (11 September 2006)
- Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a
handle that is part of a multi handle first removes the handle from the
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b0a4e29bf..cebb6b614 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -13,6 +13,7 @@ This release includes the following changes:
o CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid added
o CURLMOPT_PIPELINING added for enabling pipelined transfers
+ o multi handles now have a shared connection cache
o Added support for other MS-DOS compilers (besides djgpp)
o CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA were added
o (FTP) libcurl avoids sending TYPE if the desired type was already set
@@ -48,6 +49,6 @@ advice from friends like these:
Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse, Andrew Biggs,
Peter Sylvester, David McCreedy, Dmitriy Sergeyev, Dmitry Rechkin,
- Jari Sundell, Ravi Pratap, Michele Bini, Jeff Pohlmeyer
+ Jari Sundell, Ravi Pratap, Michele Bini, Jeff Pohlmeyer, Michael Wallner
Thanks! (and sorry if I forgot to mention someone)