aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-21 03:38:46 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-21 03:38:46 +0000
commit1df0647c668645268b1b9c0246b91cad709e3708 (patch)
tree5665c29c7daa5aaee70dc18d33019e9fd576346e /ChangeLog
parent7b022eda9c43c897e50c3b03a8201c132f76229c (diff)
downloadtor-1df0647c668645268b1b9c0246b91cad709e3708.tar
tor-1df0647c668645268b1b9c0246b91cad709e3708.tar.gz
r18291@catbus: nickm | 2008-02-20 22:35:32 -0500
Resolve all DOCDOC issues, and document some other undocumented code, and fix a changelog entry. svn:r13638
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f3feac32d..a771ba0b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,9 +14,9 @@ Changes in version 0.2.0.20-?? - 2008-02-??
by nwf; bugfix on 0.1.2.x.
- When counting the number of open sockets, count not only the number
of sockets we have received from the socket() call, but also the
- number we've gotten from accept(). This bug made us fail to count
- all sockets that we were using for incoming connections. Bugfix on
- 0.2.0.x
+ number we've gotten from accept() and socketpair(). This bug made us
+ fail to count all sockets that we were using for incoming
+ connections. Bugfix on 0.2.0.x.
- Fix code used to find strings within buffers, when those strings
are not in the first chunk of the buffer.
- Fix potential segfault when parsing HTTP headers. Bugfix on 0.2.0.x.