commit e50b0b753202d2fb2f6e543a29fd6d51cf491d8d Author: Nick Mathewson nickm@torproject.org Date: Thu Mar 24 11:13:31 2016 -0400
Fold entries into changelog again --- ChangeLog | 26 ++++++++++++++++++++++++-- changes/bug18351 | 6 ------ changes/bug18479 | 5 ----- changes/bug18489 | 6 ------ changes/bug18517 | 6 ------ 5 files changed, 24 insertions(+), 25 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 761d453..8374e86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Changes in version 0.2.8.2-alpha - 2016-03-?? - Tor 0.2.8.2-alpha is the second alpha in its series. XXXX - write more here XXXX + Tor 0.2.8.2-alpha is the second alpha in its series. XXXX write more + here XXXX
o New system requirements: - Tor no longer supports versions of OpenSSL with a broken @@ -18,6 +18,13 @@ Changes in version 0.2.8.2-alpha - 2016-03-?? bugfix on Tor 0.1.1.11-alpha, which fixed a related bug incompletely. Reported by Guido Vranken.
+ o Major bugfixes (bridges, pluggable transports): + - Modify the check for OR connections to private addresses. Allow + bridges on private addresses, including pluggable transports that + ignore the (potentially private) address in the bridge line. Fixes + bug 18517; bugfix on 0.2.8.1-alpha. Reported by "gk", patch + by "teor". + o Major bugfixes (compilation): - Repair hardened builds under the clang compiler. Previously, our use of _FORTIFY_SOURCE would conflict with clang's address @@ -182,6 +189,12 @@ Changes in version 0.2.8.2-alpha - 2016-03-?? wrap the IPv6 address in square brackets. Fixes bug 18051; bugfix on 0.2.3.9-alpha. Patch from Malek.
+ o Minor bugfixes (fallback directory mirrors): + - When requesting extrainfo descriptors from a trusted directory + server, check whether it is an authority or a fallback directory + which supports extrainfo descriptors. Fixes bug 18489; bugfix on + 0.2.4.7-alpha. Reported by "atagar", patch by "teor". + o Minor bugfixes (hidden service client): - Seven very fast consecutive requests to the same .onion address triggers 7 descriptor fetches. The first six each pick a directory @@ -211,6 +224,10 @@ Changes in version 0.2.8.2-alpha - 2016-03-?? 18368; bugfix on 0.2.0.8-alpha. - Scrub service in from "unrecognized service ID" log messages. Fixes bug 18600; bugfix on 0.2.4.11-alpha. + - Downgrade logs and backtraces about IP versions to info-level. + Only log backtraces once each time tor runs. Assists in diagnosing + bug 18351; bugfix on 0.2.8.1-alpha. Reported by "sysrqb" and + "Christian", patch by "teor".
o Minor bugfixes (memory safety): - Avoid freeing an uninitialised pointer when opening a socket fails @@ -238,6 +255,11 @@ Changes in version 0.2.8.2-alpha - 2016-03-?? unit tests (for example, if you want to perform branch coverage). Fixes bug 18242; bugfix on 0.2.7.1-alpha.
+ o Minor bugfixes (time parsing): + - Avoid overflow in tor_timegm when parsing dates in and after 2038 + on platforms with 32-bit time_t. Fixes bug 18479; bugfix on + 0.0.2pre14. Patch by "teor". + o Minor bugfixes (tor-gencert): - Correctly handle the case where an authority operator enters a passphrase but sends an EOF before sending a newline. Fixes bug diff --git a/changes/bug18351 b/changes/bug18351 deleted file mode 100644 index f2e21ea..0000000 --- a/changes/bug18351 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor bugfixes (logging): - - Downgrade logs and backtraces about IP versions to - info-level. Only log backtraces once each time tor runs. - Assists in diagnosing bug 18351; bugfix on c3cc8e16e in - tor-0.2.8.1-alpha. - Reported by "sysrqb" and "Christian", patch by "teor". diff --git a/changes/bug18479 b/changes/bug18479 deleted file mode 100644 index d7a935b..0000000 --- a/changes/bug18479 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (time parsing): - - Avoid overflow in tor_timegm when parsing dates in and after 2038 - on platforms with 32-bit time_t. - Fixes bug 18479; bugfix on 3c4b4c8ca in tor-0.0.2pre14. - Patch by "teor". diff --git a/changes/bug18489 b/changes/bug18489 deleted file mode 100644 index d8c171a..0000000 --- a/changes/bug18489 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor bugfixes (fallback directory mirrors): - - When requesting extrainfo descriptors from a trusted directory - server, check whether it is an authority or a fallback directory - which supports extrainfo descriptors. - Fixes bug 18489; bugfix on 90f6071d8d in tor-0.2.4.7-alpha. - Reported by "atagar", patch by "teor". diff --git a/changes/bug18517 b/changes/bug18517 deleted file mode 100644 index b82b5a4..0000000 --- a/changes/bug18517 +++ /dev/null @@ -1,6 +0,0 @@ - o Major bugfixes (bridges, pluggable transports): - - Modify the check for OR connections to private addresses. - Allow bridges on private addresses, including pluggable transports - that ignore the (potentially private) address in the bridge line. - Fixes bug 18517; bugfix on 23b088907f in tor-0.2.8.1-alpha. - Reported by "gk", patch by "teor".
tor-commits@lists.torproject.org