summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-08-05 00:00:35 +0000
committerRoger Dingledine <arma@torproject.org>2008-08-05 00:00:35 +0000
commit18d3153fbb5ceceeacb4c4b8185c1f51da43bb1d (patch)
tree1988e9430dc11e21fabc1637978f6df3ebc1135e /ChangeLog
parentd5bb361977cf1fa8e9a02cf8bd83e94cccfd0add (diff)
downloadtor-18d3153fbb5ceceeacb4c4b8185c1f51da43bb1d.tar.gz
tor-18d3153fbb5ceceeacb4c4b8185c1f51da43bb1d.zip
get closer to a release
svn:r16408
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 13 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 6449a1e88d..6b4ee958f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,19 @@
-Changes in version 0.2.1.4-alpha - 2008-08-??
+Changes in version 0.2.1.4-alpha - 2008-08-04
o Major bugfixes:
- - The address part of exit policies was not correctly written to router
- descriptors which made them unparseable. Noticed by phobos, fixed by
- karsten. Bugfix on 0.2.1.3-alpha.
- - When extending a circuit to a relay to which a connection has
- been established before, a false assertion was triggered. Noticed by
- phobos, fixed by karsten. Bugfix on 0.2.1.3-alpha.
+ - The address part of exit policies was not correctly written
+ to router descriptors. This generated router descriptors that failed
+ their self-checks. Noticed by phobos, fixed by Karsten. Bugfix
+ on 0.2.1.3-alpha.
+ - Tor triggered a false assert when extending a circuit to a relay
+ but we already have a connection open to that relay. Noticed by
+ phobos, fixed by Karsten. Bugfix on 0.2.1.3-alpha.
o Minor bugfixes:
- - In some edge cases it occurs that the router descriptor of a
- previously picked introduction point becomes obsolete. In that case,
- don't stick to using this introduction point, but simply give up on
- it. Observed by xiando. Bugfix on 0.2.1.3-alpha.
+ - Fix a hidden service logging bug: in some edge cases, the router
+ descriptor of a previously picked introduction point becomes
+ obsolete and we need to give up on it rather than continually
+ complaining that it has become obsolete. Observed by xiando. Bugfix
+ on 0.2.1.3-alpha.
Changes in version 0.2.1.3-alpha - 2008-08-03