diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-06-10 01:04:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-10 01:04:12 -0400 |
commit | 74239f61d24feb7dc8c77c9f3e2ef1a8c2c46039 (patch) | |
tree | 0059298e8e78088ea52b54540278cbc1c3fda2ff | |
parent | 676608f9a69d7dd9c70a581109fa4eecc53a5d9a (diff) | |
download | tor-74239f61d24feb7dc8c77c9f3e2ef1a8c2c46039.tar.gz tor-74239f61d24feb7dc8c77c9f3e2ef1a8c2c46039.zip |
Move errant doc/nodefamily_routerset into 0.2.3.1-alpha ChangeLog. Fix bug 3373
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/nodefamily_routerset | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -326,6 +326,9 @@ Changes in version 0.2.3.1-alpha - 2011-05-05 bidirectional use of connections to disk every 24 hours. - Add a GeoIP file digest to the extra-info descriptor. Implements enhancement 1883. + - The NodeFamily option -- which let you declare that you want to + consider nodes to be part of a family whether they list themselves + that way or not -- now allows IP address ranges and country codes. - Add a new 'Heartbeat' log message type to periodically log a message describing Tor's status at level Notice. This feature is meant for operators who log at notice, and want to make sure that their Tor diff --git a/doc/nodefamily_routerset b/doc/nodefamily_routerset deleted file mode 100644 index 0af62e11f6..0000000000 --- a/doc/nodefamily_routerset +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features - - The NodeFamily option -- which let you declare that you want to - consider nodes to be part of a family whether they list themselves - that way or not -- now allows IP address ranges and country codes. |