diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-08-08 00:04:00 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-08-08 00:04:00 +0200 |
commit | 52db6e370d7feb83e86e0a24b2da359d23efdc28 (patch) | |
tree | bdf06ff03eff552cf312db30db73c7dfdedc4187 /TODO-RELEASE | |
parent | 672f24b1dc4004f4c174bb6d0c62019e24bded25 (diff) |
TODO-RELEASE: two bugs fixed
These are now addressed:
323 - patch - select.c / Curl_socket_check() interrupted
325 - Avoid leak of local device string when reusing connection
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 19cd96bfa..b9be197c3 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -5,10 +5,6 @@ Bugs: 313 - host.name vs. host.dispname and "(nil)" outputs -323 - patch - select.c / Curl_socket_check() interrupted - -325 - Avoid leak of local device string when reusing connection - Others: 310 - a new authentication callback |