summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-03 09:41:13 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-03 09:41:13 +0000
commit476e21aa6ee395910391a1d90f23cb9a1473fe53 (patch)
treeb39da220702d385382b1bb5eee9f6d01eb0cc2d3
parent5e2e6555a27c3afd872a9fe5ac1c6d208e274922 (diff)
downloadtor-476e21aa6ee395910391a1d90f23cb9a1473fe53.tar.gz
tor-476e21aa6ee395910391a1d90f23cb9a1473fe53.zip
commit the pre24 changelogtor-0.0.2pre24
svn:r1216
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcb79723cd..138758ca78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Changes in version 0.0.2pre24 - 2004-03-03
+ o Bugfixes:
+ - Fix an assertion failure in dns.c, where we were trying to dequeue
+ a pending dns resolve even if it wasn't pending
+ - Fix a spurious socks5 warning about still trying to write after the connection is finished.
+ - Hold certain marked_for_close connections open until they're finished
+ flushing, rather than losing bytes by closing them too early.
+ - Correctly report the reason for ending a stream
+ - Remove some duplicate calls to connection_mark_for_close
+ - Put switch_id and start_daemon earlier in the boot sequence, so it
+ will actually try to chdir() to options.DataDirectory
+ - Make 'make test' exit(1) if a test fails; fix some unit tests
+ - Make tor fail when you use a config option it doesn't know about,
+ rather than warn and continue.
+ - Make --version work
+ - Bugfixes on the rpm spec file and tor.sh, so it's more up to date
+
+
Changes in version 0.0.2pre23 - 2004-02-29
o New features:
- Print a statement when the first circ is finished, so the user