]> granicus.if.org Git - curl/commitdiff
move issue 35 (hostip.c cleanup) forward, I don't feel like doing that now
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Apr 2004 06:13:41 +0000 (06:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Apr 2004 06:13:41 +0000 (06:13 +0000)
TODO-RELEASE

index cab4d258a9fd07579d21c00806196473e4ea62b2..e1e049bdc9cf73d5b05d89333f7dd10a4e7cb208 100644 (file)
@@ -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.