Commit adaf1d0b authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

Start a changelog for 0.3.4.11

parent b1da8b86
Loading
Loading
Loading
Loading
+20 −1
Original line number Diff line number Diff line
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.

changes/bug29029

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  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.

changes/bug29244

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  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.

changes/geoip-2019-02-05

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor features (geoip):
    - Update geoip and geoip6 to the February 5 2019 Maxmind GeoLite2
      Country database. Closes ticket 29478.