aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-02-07 12:43:54 -0500
committerNick Mathewson <nickm@torproject.org>2011-02-07 12:43:54 -0500
commit98cef0ac1e94fbcf7d1f9f70e077f22624033ecc (patch)
tree624391497bc20e75f26116622514242eb6692f8d /changes
parente9803aa71003079cc00a8b3c80324581758a36be (diff)
parente854e01d5713108cf28e99ef9bc15ea27cb30759 (diff)
downloadtor-98cef0ac1e94fbcf7d1f9f70e077f22624033ecc.tar
tor-98cef0ac1e94fbcf7d1f9f70e077f22624033ecc.tar.gz
Merge branch 'bug2279' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug227915
1 files changed, 15 insertions, 0 deletions
diff --git a/changes/bug2279 b/changes/bug2279
new file mode 100644
index 000000000..d31300978
--- /dev/null
+++ b/changes/bug2279
@@ -0,0 +1,15 @@
+ o Minor bugfixes
+ - Avoid a double mark-for-free warning when failing to attach a
+ transparent proxy connection. Fixes bug 2279. Bugfix on
+ Tor 0.1.2.1 alpha.
+
+ o Minor features
+ - Detect attempts at the client side to open connections to private
+ IP addresses (like 127.0.0.1, 10.0.0.1, and so on) with a randomly
+ chosen exit node. Attempts to do so are always ill-defined, generally
+ prevented by exit policies, and usually in error. This will also
+ help to detect loops in transparent proxy configurations. You can
+ disable this feature by setting "ClientRejectInternalAddresses 0"
+ in your torrc.
+
+