summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2012-07-12 15:28:43 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2012-07-12 15:28:43 +0200
commit8b9f4d75f27728ca5f07c1eb00d4144cb3b33eac (patch)
tree37e4c07f6a86c6f4117a9f6e33b2ecfdaa02ca1e /changes
parentf8e49c57893f35b9b3c45865d00040bd05e53f0c (diff)
downloadtor-8b9f4d75f27728ca5f07c1eb00d4144cb3b33eac.tar.gz
tor-8b9f4d75f27728ca5f07c1eb00d4144cb3b33eac.zip
Address Nick's comments.
- Add a changes/ file. - Make it compile under --enable-gcc-warnings. - Update the file-level documentation of src/or/transports.c. - Only update descriptor if at least a managed proxy was configured. - Add our external IP address to the extra-info descriptor instead of 0.0.0.0.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug35893
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug3589 b/changes/bug3589
new file mode 100644
index 0000000000..eff2650ff8
--- /dev/null
+++ b/changes/bug3589
@@ -0,0 +1,3 @@
+ o Major features:
+ - Bridges now report the pluggable transports they support to the
+ bridge authority. Implements ticket 3589.