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.
This commit is contained in:
George Kadianakis
2012-07-12 15:28:43 +02:00
parent f8e49c5789
commit 8b9f4d75f2
6 changed files with 42 additions and 13 deletions
+3
View File
@@ -0,0 +1,3 @@
o Major features:
- Bridges now report the pluggable transports they support to the
bridge authority. Implements ticket 3589.