aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-09 10:36:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-09 10:36:24 +0000
commit4a2ac166fa2761bf693424e0b2d66340af48c950 (patch)
treee87b197c91c53dca1c977a7fe76b7fffa359fa4c /CHANGES
parent5fab55383d74a4698f8c482e78ce12c533df893d (diff)
7.10.3-pre4
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 73b51bd15..3be86eebc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,14 @@
Changelog
+Daniel (9 Jan 2003)
+- Updated lib/share.c quite a bit to match the design document at
+ http://curl.haxx.se/dev/sharing.txt a lot more.
+
+ I'll try to update the document soonish. share.c is still not actually used
+ by libcurl, but the API is slowly getting there and we can start
+ implementing code that takes advantage of this system.
+
Daniel (8 Jan 2003)
- Updated share stuff in curl/curl.h, including data types, structs and
function prototypes. The corresponding files in lib/ were also modified