summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-03-08 18:19:20 -0500
committerRoger Dingledine <arma@torproject.org>2011-03-08 18:19:20 -0500
commit516426cfd23022a3d4b3dc5fd579864374a847b5 (patch)
tree171303e4b5e3860e97eca509e479ec4a510b873c
parent2a8e9aa8e391c049a72a00e233a8bc9e49a64701 (diff)
downloadtor-516426cfd23022a3d4b3dc5fd579864374a847b5.tar.gz
tor-516426cfd23022a3d4b3dc5fd579864374a847b5.zip
fold in further changes files
-rw-r--r--ChangeLog5
-rw-r--r--changes/bug22505
-rw-r--r--changes/geoip-mar20113
3 files changed, 4 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 2698329c97..172624d767 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,6 +77,9 @@ Changes in version 0.2.2.23-alpha - 2011-02-??
or downtime appeared to be negative, the calculation could give
incorrect results. Bugfix on 0.2.0.6-alpha; noticed when fixing
bug 1035.
+ - Fix an assert that got triggered when using the TestingTorNetwork
+ configuration option and then issuing a GETINFO config-text control
+ command. Fixes bug 2250; bugfix on 0.2.1.2-alpha.
o Minor bugfixes (on 0.2.2.x):
- Clients should not weight BadExit nodes as Exits in their node
@@ -107,7 +110,7 @@ Changes in version 0.2.2.23-alpha - 2011-02-??
"ClientRejectInternalAddresses 0" in your torrc.
- Always treat failure to allocate an RSA key as an unrecoverable
allocation error.
- - Update to the February 1 2011 Maxmind GeoLite Country database.
+ - Update to the March 1 2011 Maxmind GeoLite Country database.
o Minor features (log subsystem):
- Add documentation for configuring logging at different severities in
diff --git a/changes/bug2250 b/changes/bug2250
deleted file mode 100644
index 95eb55d7ff..0000000000
--- a/changes/bug2250
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Fix an assert that got triggered when using the TestingTorNetwork
- configuration option and then issuing a GETINFO config-text control
- command. Fixes bug 2250; bugfix on 0.2.1.2-alpha.
-
diff --git a/changes/geoip-mar2011 b/changes/geoip-mar2011
deleted file mode 100644
index fda927f03f..0000000000
--- a/changes/geoip-mar2011
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features:
- - Update to the March 1 2011 Maxmind GeoLite Country database.
-