summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-13 06:13:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-13 06:13:41 +0000
commit3647a6ddcd3ccdceeeb0d1d18ed792f36acf87c1 (patch)
tree41afdcadf04506ff10f6e49b8919bbda2147a365
parent79aaa85a51500a1c6fadc099ac98a7c3bf5ab2ec (diff)
downloadgnurl-3647a6ddcd3ccdceeeb0d1d18ed792f36acf87c1.tar.gz
gnurl-3647a6ddcd3ccdceeeb0d1d18ed792f36acf87c1.tar.bz2
gnurl-3647a6ddcd3ccdceeeb0d1d18ed792f36acf87c1.zip
move issue 35 (hostip.c cleanup) forward, I don't feel like doing that now
-rw-r--r--TODO-RELEASE10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index cab4d258a..e1e049bdc 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -10,12 +10,6 @@ To get fixed in 7.11.2 (planned release May/June 2004)
blank fdsets during name lookup which causes a following select() to fail!
High prio.
-35. Rearrange lib/hostip.c to reduce the amount of #ifdefs and make it easier
- to follow "the flow". Daniel's task.
- Medium prio.
-
-36. Make sure most of the windows builds work after issue 35.
-
To get fixed in 7.12.0
======================
@@ -28,3 +22,7 @@ To get fixed in 7.12.0
33. Add a function to replace the malloc-calls within libcurl.
Low prio. Seshubabu Pasam works on this.
+
+35. Rearrange lib/hostip.c to reduce the amount of #ifdefs and make it easier
+ to follow "the flow". Daniel's task.
+ Medium prio.