Commit 301235fb authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Fold entries into changelog

parent 32e88863
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ Changes in version 0.2.8.2-alpha - 2016-03-??
    - Correctly handle detaching circuits from cmuxes when doing
      circuit_free_all() on shutdown. Fixes bug 18116; bugfix
      on 0.2.8.1-alpha.
    - Fix an assert-on-exit bug related to counting memory usage
      in rephist.c. Fixes bug 18651; bugfix on 0.2.8.1-alpha.
  o Major bugfixes (dns proxy mode, crash):
    - Avoid crashing when running as a DNS proxy. Fixes bug 16248;
@@ -149,6 +151,10 @@ Changes in version 0.2.8.2-alpha - 2016-03-??
    - Do not link the unit tests against both the testing and non-
      testing versions of the static libraries. Fixes bug 18490; bugfix
      on 0.2.7.1-alpha.
    - Avoid spurious failures from configure files related
      to calling exit(0) in TOR_SEARCH_LIBRARY.
      Fixes bug 18625; bugfix on 0.2.0.1-alpha.
      Patch from "cypherpunks".
  o Minor bugfixes (client):
    - Count receipt of new microdescriptors as progress towards

changes/bug18626

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Minor bugfixes (build):
    - Avoid spurious failures from configure files related
      to calling exit(0) in TOR_SEARCH_LIBRARY.
      Fixes bug 18625; bugfix on 0.2.0.1-alpha.
      Patch from "cypherpunks".

changes/bug18651

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
  o Minor bugfixes (assert on exit):
    - Fix an assert-on-exit bug related to counting memory usage
      in rephist.c. Fixes bug 18651; bugfix on 0.2.8.1-alpha.