Commit f009e1b3 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Start 0.2.9.2-alpha changelog, fix some lintchanges issues

parent 40d05983
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
Changes in version 0.2.9.2-alpha - 2016-0?-??
Changes in version 0.2.9.2-alpha - 2016-08-2?
  Tor 0.2.9.2-alpha XXXX BLURB HERE.
  o Minor features (geoip):
    - Update geoip and geoip6 to the August 2 2016 Maxmind GeoLite2
      Country database.
  o Minor bugfixes (compilation, also in 0.2.8.7):
    - Remove an inappropriate "inline" in tortls.c that was causing
      warnings on older versions of GCC. Fixes bug 19903; bugfix on
      0.2.8.1-alpha.
  o Minor bugfixes (fallback directories, also in 0.2.8.7):
    - Avoid logging a NULL string pointer when loading fallback
      directory information. Fixes bug 19947; bugfix on 0.2.4.7-alpha
      and 0.2.8.1-alpha. Report and patch by "rubiate".
Changes in version 0.2.9.1-alpha - 2016-08-08
+1 −1
Original line number Diff line number Diff line
  o Minor bugfixes (config):
  o Minor features (config):
    - Warn users when descriptor and port addresses are inconsistent.
      Mitigates bug 13953; patch by teor.
+1 −1
Original line number Diff line number Diff line
  o Documentation:
    - Correct the IPv6 syntax in our documentation for the
      VirtualAddrNetworkIPv6 torrc option. Fixes bug 19743.
      VirtualAddrNetworkIPv6 torrc option. Closes ticket 19743.

changes/bug19903

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Minor bugfixes (compilation):
    - Remove an inappropriate "inline" in tortls.c that was causing warnings
      on older versions of GCC. Fixes bug 19903; 0.2.8.1-alpha.

changes/bug19947

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
 o Minor bugfixes (fallback directories):
    - Avoid logging a NULL string pointer when loading fallback directory information.
      Fixes bug 19947; bugfix on 0.2.4.7-alpha and 0.2.8.1-alpha.
      Report and patch by "rubiate".
Loading