aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-02-21 09:45:24 -0500
committerNick Mathewson <nickm@torproject.org>2019-02-21 09:45:24 -0500
commitadaf1d0b858830bdc48b28b434d5348e6e5dee6e (patch)
treed0db52747994d5ba36285353a6d1eae62c728aa1
parentb1da8b86f0274d18fe6fe834be216a0690857699 (diff)
downloadtor-adaf1d0b858830bdc48b28b434d5348e6e5dee6e.tar.gz
tor-adaf1d0b858830bdc48b28b434d5348e6e5dee6e.zip
Start a changelog for 0.3.4.11
-rw-r--r--ChangeLog21
-rw-r--r--changes/bug290295
-rw-r--r--changes/bug292444
-rw-r--r--changes/geoip-2019-02-054
4 files changed, 20 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index df947bd4a1..bffd08de8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
+Changes in version 0.3.4.11 - 2019-02-21
+ Tor 0.3.4.11 is the third stable release in its series.
+
+ o Minor features (geoip):
+ - Update geoip and geoip6 to the February 5 2019 Maxmind GeoLite2
+ Country database. Closes ticket 29478.
+
+ o Minor bugfixes (build, compatibility, rust, backport from 0.4.0.2-alpha):
+ - Update Cargo.lock file to match the version made by the latest
+ version of Rust, so that "make distcheck" will pass again. Fixes
+ bug 29244; bugfix on 0.3.3.4-alpha.
+
+ o Minor bugfixes (onion services, backport from 0.4.0.2-alpha):
+ - Stop logging "Tried to establish rendezvous on non-OR circuit..."
+ as a warning. Instead, log it as a protocol warning, because there
+ is nothing that relay operators can do to fix it. Fixes bug 29029;
+ bugfix on 0.2.5.7-rc.
+
+
Changes in version 0.3.4.10 - 2019-01-07
- Tor 0.3.4.9 is the second stable release in its series; it backports
+ Tor 0.3.4.10 is the second stable release in its series; it backports
numerous fixes, including an important fix for relays, and for anyone
using OpenSSL 1.1.1. Anyone running an earlier version of Tor 0.3.4
should upgrade.
diff --git a/changes/bug29029 b/changes/bug29029
deleted file mode 100644
index e100a8c2ed..0000000000
--- a/changes/bug29029
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (logging, onion services):
- - Stop logging "Tried to establish rendezvous on non-OR circuit..." as
- a warning. Instead, log it as a protocol warning, because there is
- nothing that relay operators can do to fix it. Fixes bug 29029;
- bugfix on 0.2.5.7-rc.
diff --git a/changes/bug29244 b/changes/bug29244
deleted file mode 100644
index 6206a95463..0000000000
--- a/changes/bug29244
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (build, compatibility):
- - Update Cargo.lock file to match the version made by the latest
- version of Rust, so that "make distcheck" will pass again.
- Fixes bug 29244; bugfix on 0.3.3.4-alpha.
diff --git a/changes/geoip-2019-02-05 b/changes/geoip-2019-02-05
deleted file mode 100644
index 78ee6d4242..0000000000
--- a/changes/geoip-2019-02-05
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (geoip):
- - Update geoip and geoip6 to the February 5 2019 Maxmind GeoLite2
- Country database. Closes ticket 29478.
-