Merge remote branch 'origin/maint-0.2.2'

Conflicts:
	src/or/config.c
This commit is contained in:
Nick Mathewson
2010-09-27 17:52:20 -04:00
10 changed files with 85 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
o Major features:
- Exit relays now try harder to block exit attempts from unknown
relays, to make it harder for people to use them as one-hop proxies.
Controlled by the refuseunknownexits consensus parameter, or you
can override it with the RefuseUnknownExits torrc option.
+3
View File
@@ -0,0 +1,3 @@
o Major bugfixes:
- Fix a segfault that can happen when using bridges. Fixes bug 1964;
bugfix on 0.2.2.15-alpha.