summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-07-07 13:41:38 -0400
committerRoger Dingledine <arma@torproject.org>2011-07-07 13:41:38 -0400
commit43caa0a8eca0942b25c665163a1b34d13f2ead14 (patch)
treed65eef39b77f91a631ef0186357d8ba904aae1dd
parentc80df20095112b2133553258d1d093747a6b2358 (diff)
downloadtor-43caa0a8eca0942b25c665163a1b34d13f2ead14.tar.gz
tor-43caa0a8eca0942b25c665163a1b34d13f2ead14.zip
fold in new changes entries
-rw-r--r--ChangeLog8
-rw-r--r--changes/bug35365
-rw-r--r--changes/geoip-july20113
3 files changed, 7 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index c77177be1e..4bf9452977 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
-Changes in version 0.2.2.30-rc - 2011-07-06
+Changes in version 0.2.2.30-rc - 2011-07-07
o Minor bugfixes:
+ - Send a SUCCEEDED stream event to the controller when a reverse
+ resolve succeeded. Fixes bug 3536; bugfix on 0.0.8pre1. Issue
+ discovered by katmagic.
- Always NUL-terminate the sun_path field of a sockaddr_un before
passing it to the kernel. (Not a security issue: kernels are
smart enough to reject bad sockaddr_uns.) Found by Coverity;
@@ -15,6 +18,9 @@ Changes in version 0.2.2.30-rc - 2011-07-06
service we didn't ask for. Found by Coverity; CID #30. Bugfix
on 0.2.2.26-beta.
+ o Minor features:
+ - Update to the July 1 2011 Maxmind GeoLite Country database.
+
Changes in version 0.2.2.29-beta - 2011-06-20
Tor 0.2.2.29-beta reverts an accidental behavior change for users who
diff --git a/changes/bug3536 b/changes/bug3536
deleted file mode 100644
index d3cec131ba..0000000000
--- a/changes/bug3536
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Send a SUCCEEDED stream event to the controller when a reverse
- resolve succeeded. Fixes bug 3536; bugfix on 0.0.8pre1. Issue
- discovered by katmagic.
-
diff --git a/changes/geoip-july2011 b/changes/geoip-july2011
deleted file mode 100644
index 7a9f119be0..0000000000
--- a/changes/geoip-july2011
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features:
- - Update to the July 1 2011 Maxmind GeoLite Country database.
-