summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug11729
-rw-r--r--changes/geoip-apr20113
-rw-r--r--changes/zlib_aint_openssl3
3 files changed, 15 insertions, 0 deletions
diff --git a/changes/bug1172 b/changes/bug1172
new file mode 100644
index 0000000000..3abd7437f5
--- /dev/null
+++ b/changes/bug1172
@@ -0,0 +1,9 @@
+ o Minor bugfixes:
+ - When we restart our relay, we might get a successful connection
+ from the outside before we've started our reachability tests,
+ triggering a warning: "ORPort found reachable, but I have no
+ routerinfo yet. Failing to inform controller of success." This
+ bug was harmless unless Tor is running under a controller
+ like Vidalia, in which case the controller would never get a
+ REACHABILITY_SUCCEEDED status event. Bugfix on 0.1.2.6-alpha;
+ fixes bug 1172.
diff --git a/changes/geoip-apr2011 b/changes/geoip-apr2011
new file mode 100644
index 0000000000..c38f8ae384
--- /dev/null
+++ b/changes/geoip-apr2011
@@ -0,0 +1,3 @@
+ o Minor features:
+ - Update to the April 1 2011 Maxmind GeoLite Country database.
+
diff --git a/changes/zlib_aint_openssl b/changes/zlib_aint_openssl
new file mode 100644
index 0000000000..dd8e10a328
--- /dev/null
+++ b/changes/zlib_aint_openssl
@@ -0,0 +1,3 @@
+ o Minor bugfixes
+ - When warning about missing zlib development packages, give the
+ correct package names. Bugfix on 0.2.0.1-alpha.