diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-10-27 01:03:41 -0700 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-10-27 01:03:41 -0700 |
commit | 56c2385157ee3fac81bb3f0c44fd933e0063ccde (patch) | |
tree | 105f78e6462876b17410897bf58b4147fdfdc308 /ChangeLog | |
parent | 8c34e792630fa32a3f472d875e25e6f25078d7e0 (diff) | |
download | tor-56c2385157ee3fac81bb3f0c44fd933e0063ccde.tar.gz tor-56c2385157ee3fac81bb3f0c44fd933e0063ccde.zip |
Fix bug 1113.
Bridges do not use the default exit policy, but reject *:* by default.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ Changes in version 0.2.2.6-alpha - 2009-10-?? - If your relay can't keep up with the number of incoming create cells, it would log one warning per failure into your logs. Limit warnings to 1 per minute. Bugfix on 0.0.2pre10; fixes bug 1042. + - Bridges do not use the default exit policy, but reject *:* by + default. Fixes bug 1113. Changes in version 0.2.2.5-alpha - 2009-10-11 |