Re-wrap and sort the changelog

This commit is contained in:
Nick Mathewson 2018-02-09 17:25:30 -05:00
parent 416a385fee
commit 379372b90a

View File

@ -33,19 +33,18 @@ Changes in version 0.3.3.2-alpha - 2018-02-09
bug 25070; bugfix on 0.3.1.1-alpha. bug 25070; bugfix on 0.3.1.1-alpha.
o Major bugfixes (scheduler, consensus): o Major bugfixes (scheduler, consensus):
- The scheduler subsystem was failing to promptly notice changes - The scheduler subsystem was failing to promptly notice changes in
in consensus parameters, making it harder to switch schedulers consensus parameters, making it harder to switch schedulers
network-wide. Fixes bug 24975; bugfix on 0.3.2.1-alpha. network-wide. Fixes bug 24975; bugfix on 0.3.2.1-alpha.
o Minor features (denial-of-service avoidance): o Minor features (denial-of-service avoidance):
- Make our OOM handler aware of the geoip client history cache so it - Make our OOM handler aware of the geoip client history cache so it
doesn't fill up the memory. This check is important for IPv6 doesn't fill up the memory. This check is important for IPv6 and
and our DoS mitigation subsystem. Closes ticket 25122. our DoS mitigation subsystem. Closes ticket 25122.
o Minor features (directory authority): o Minor features (directory authority):
- When directory authorities are unable to add signatures to a - When directory authorities are unable to add signatures to a
pending consensus, log the pending consensus, log the reason why. Closes ticket 24849.
reason why. Closes ticket 24849.
o Minor features (geoip): o Minor features (geoip):
- Update geoip and geoip6 to the February 7 2018 Maxmind GeoLite2 - Update geoip and geoip6 to the February 7 2018 Maxmind GeoLite2
@ -59,14 +58,14 @@ Changes in version 0.3.3.2-alpha - 2018-02-09
o Minor bugfix (channel connection): o Minor bugfix (channel connection):
- Use the actual observed address of an incoming relay connection, - Use the actual observed address of an incoming relay connection,
not the canonical address of the relay from its descriptor, when not the canonical address of the relay from its descriptor, when
making decisions about how to handle the incoming connection. Fixes making decisions about how to handle the incoming connection.
bug 24952; bugfix on 0.2.4.11-alpha. Patch by "ffmancera". Fixes bug 24952; bugfix on 0.2.4.11-alpha. Patch by "ffmancera".
o Minor bugfix (directory authority): o Minor bugfix (directory authority):
- Directory authorities, when refusing a descriptor from a rejected - Directory authorities, when refusing a descriptor from a rejected
relay, now explicitly tell the relay (in its logs) to set a relay, now explicitly tell the relay (in its logs) to set a valid
valid ContactInfo address and contact the bad-relays@ mailing ContactInfo address and contact the bad-relays@ mailing list.
list. Fixes bug 25170; bugfix on 0.2.9.1. Fixes bug 25170; bugfix on 0.2.9.1.
o Minor bugfixes (all versions of Tor): o Minor bugfixes (all versions of Tor):
- Use the "misspell" tool to detect and fix typos throughout the - Use the "misspell" tool to detect and fix typos throughout the
@ -81,16 +80,16 @@ Changes in version 0.3.3.2-alpha - 2018-02-09
o Minor bugfixes (correctness): o Minor bugfixes (correctness):
- Remove a nonworking, unnecessary check to see whether a circuit - Remove a nonworking, unnecessary check to see whether a circuit
hop's identity digest was set when the circuit failed. Fixes bug 24927; hop's identity digest was set when the circuit failed. Fixes bug
bugfix on 0.2.4.4-alpha. 24927; bugfix on 0.2.4.4-alpha.
o Minor bugfixes (logging): o Minor bugfixes (logging):
- Don't treat inability to store a cached consensus object as a bug: - Don't treat inability to store a cached consensus object as a bug:
it can happen normally when we are out of disk space. Fixes bug it can happen normally when we are out of disk space. Fixes bug
24859; bugfix on 0.3.1.1-alpha. 24859; bugfix on 0.3.1.1-alpha.
- Fix a (mostly harmless) race condition when invoking - Fix a (mostly harmless) race condition when invoking
LOG_PROTOCOL_WARN message from a subthread while the torrc options are LOG_PROTOCOL_WARN message from a subthread while the torrc options
changing. Fixes bug 23954; bugfix on 0.1.1.9-alpha. are changing. Fixes bug 23954; bugfix on 0.1.1.9-alpha.
o Minor bugfixes (onion services): o Minor bugfixes (onion services):
- Remove a BUG() statement when a client fetches an onion descriptor - Remove a BUG() statement when a client fetches an onion descriptor
@ -120,15 +119,15 @@ Changes in version 0.3.3.2-alpha - 2018-02-09
o Minor bugfixes (scheduler, KIST): o Minor bugfixes (scheduler, KIST):
- Avoid adding the same channel twice in the KIST scheduler pending - Avoid adding the same channel twice in the KIST scheduler pending
list, which would waste CPU cycles. list, which would waste CPU cycles. Fixes bug 24700; bugfix
Fixes bug 24700; bugfix on 0.3.2.1-alpha. on 0.3.2.1-alpha.
o Minor bugfixes (unit test, monotonic time): o Minor bugfixes (unit test, monotonic time):
- Increase a constant (1msec to 10msec) in the monotonic time test that - Increase a constant (1msec to 10msec) in the monotonic time test
makes sure the nsec/usec/msec times read are synchronized. This that makes sure the nsec/usec/msec times read are synchronized.
change was needed to accommodate slow systems like armel or when This change was needed to accommodate slow systems like armel or
the clock_gettime() is not a VDSO on the running kernel. Fixes bug when the clock_gettime() is not a VDSO on the running kernel.
25113; bugfix on 0.2.9.1. Fixes bug 25113; bugfix on 0.2.9.1.
o Minor bugfixes (v3 onion services): o Minor bugfixes (v3 onion services):
- Look at the "HSRend" protocol version, not the "HSDir" protocol - Look at the "HSRend" protocol version, not the "HSDir" protocol
@ -136,10 +135,6 @@ Changes in version 0.3.3.2-alpha - 2018-02-09
v3 onion service protocol as a rendezvous point. Fixes bug 25105; v3 onion service protocol as a rendezvous point. Fixes bug 25105;
bugfix on 0.3.2.1-alpha. bugfix on 0.3.2.1-alpha.
o Documentation (man page):
- The HiddenServiceVersion torrc option accepts only one number:
either version 2 or 3. Closes ticket 25026; bugfix on 0.3.2.2-alpha.
o Code simplification and refactoring: o Code simplification and refactoring:
- Remove the unused nodelist_recompute_all_hsdir_indices(). Closes - Remove the unused nodelist_recompute_all_hsdir_indices(). Closes
ticket 25108. ticket 25108.
@ -148,6 +143,11 @@ Changes in version 0.3.3.2-alpha - 2018-02-09
anything other than stats logged by a SIGUSR1 signal. Closes anything other than stats logged by a SIGUSR1 signal. Closes
ticket 25163. ticket 25163.
o Documentation (man page):
- The HiddenServiceVersion torrc option accepts only one number:
either version 2 or 3. Closes ticket 25026; bugfix
on 0.3.2.2-alpha.
Changes in version 0.3.3.1-alpha - 2018-01-25 Changes in version 0.3.3.1-alpha - 2018-01-25
Tor 0.3.3.1-alpha is the first release in the 0.3.3.x series. It adds Tor 0.3.3.1-alpha is the first release in the 0.3.3.x series. It adds