aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-22 10:22:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-22 10:22:01 +0000
commita6562ea77d461db70defeeaf4ca4c6d08a8d8905 (patch)
treea517c457513e3ea445182c1db4a0cad0d34e89d2 /TODO-RELEASE
parentad3563096a407d4b288fc624513355cced0c3f63 (diff)
issue 27 fixed, moved libcurl version defines to its own header file
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 1240c12ba..1782183fe 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -24,9 +24,6 @@ To get fixed in 7.11.2 (planned release May/June 2004)
24. Make the progress meter use one digit more for the hour time fields.
Accomplish this by removing one of the times displayed.
-27. Put the version defines in their own header file, so that lib/libcurl.rc
- can include only that to reduce problems with MSVC.
-
28. Optimize the way libcurl uses CWD on each new request over a persistent
connection (on FTP) even if it doesn't have to.