summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-25 13:18:37 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-25 13:18:37 +0000
commitf37185bf0b58dd10f3432319ada40d06d5b41f80 (patch)
tree17acf404d1eda91a33fbccf1639a437f289d48d9 /ChangeLog
parent35dfb59ff2c3af37e62972573005406875242510 (diff)
downloadtor-f37185bf0b58dd10f3432319ada40d06d5b41f80.tar.gz
tor-f37185bf0b58dd10f3432319ada40d06d5b41f80.zip
Stop leaking memory every time we parse a v3 certificate. Bugfix
on 0.2.0.1-alpha. svn:r12185
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d28788d14..6410fc0315 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Changes in version 0.2.0.10-alpha - 2007-1?-??
o Minor bugfixes:
- Refuse to start if both ORPort and UseBridges are set. Bugfix
on 0.2.0.x.
+ - Stop leaking memory every time we parse a v3 certificate. Bugfix
+ on 0.2.0.1-alpha.
Changes in version 0.2.0.9-alpha - 2007-10-24
@@ -232,7 +234,7 @@ Changes in version 0.2.0.8-alpha - 2007-10-12
o Minor bugfixes (controller):
- When sending a status event to the controller telling it that an
- OR address is readable, set the port correctly. (Previously we
+ OR address is reachable, set the port correctly. (Previously we
were reporting the dir port.) Bugfix on 0.1.2.x.
o Minor bugfixes (v3 directory system):