summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-10-05 11:21:39 +0000
committerRoger Dingledine <arma@torproject.org>2005-10-05 11:21:39 +0000
commit5c11d23ab0dec9e068956dbc97e7d7f9ac673b18 (patch)
treeb006f3e0f548d47de0c528de5a5d8d879692ca7c
parent370e4abdc976cfd57c09f8e77549cb181371b4fe (diff)
downloadtor-5c11d23ab0dec9e068956dbc97e7d7f9ac673b18.tar.gz
tor-5c11d23ab0dec9e068956dbc97e7d7f9ac673b18.zip
we forgot to forward-port the 0.1.0.15 changelog
svn:r5196
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d5e765d02..6efc78e861 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -267,6 +267,23 @@ Changes in version 0.1.1.1-alpha - 2005-06-29
test this?
+Changes in version 0.1.0.15 - 2005-09-23
+ o Bugfixes on 0.1.0.x:
+ - Reject ports 465 and 587 (spam targets) in default exit policy.
+ - Don't crash when we don't have any spare file descriptors and we
+ try to spawn a dns or cpu worker.
+ - Get rid of IgnoreVersion undocumented config option, and make us
+ only warn, never exit, when we're running an obsolete version.
+ - Don't try to print a null string when your server finds itself to
+ be unreachable and the Address config option is empty.
+ - Make the numbers in read-history and write-history into uint64s,
+ so they don't overflow and publish negatives in the descriptor.
+ - Fix a minor memory leak in smartlist_string_remove().
+ - We were only allowing ourselves to upload a server descriptor at
+ most every 20 minutes, even if it changed earlier than that.
+ - Clean up log entries that pointed to old URLs.
+
+
Changes in version 0.1.0.14 - 2005-08-08
o Bugfixes on 0.1.0.x:
- Fix the other half of the bug with crypto handshakes.