Sort unlabeled 'minor features' entries in 0255 changelog

This commit is contained in:
Nick Mathewson 2014-05-29 11:32:49 -04:00
parent d92a01e820
commit 3c0832d68a
1 changed files with 10 additions and 16 deletions

View File

@ -37,6 +37,11 @@ Changes in version 0.2.5.5-alpha - 2014-06-??
- When we log a heartbeat, log how many one-hop circuits we have - When we log a heartbeat, log how many one-hop circuits we have
that are at least 30 minutes old, and log status information about that are at least 30 minutes old, and log status information about
a few of them. This is an attempt to track down bug 8387. a few of them. This is an attempt to track down bug 8387.
- When we encounter an unexpected CR in text that we're trying to
write to a file on Windows, log the name of the file. Should help
diagnosing bug 11233.
- Give more specific warnings when we notice at the client side that
an onion handshake has failed. Fixes ticket 9635.
o Minor features (security): o Minor features (security):
- Apply the secure SipHash-2-4 function to the hash table mapping - Apply the secure SipHash-2-4 function to the hash table mapping
@ -44,25 +49,11 @@ Changes in version 0.2.5.5-alpha - 2014-06-??
were converting all the other hash functions to use SipHash back were converting all the other hash functions to use SipHash back
in 0.2.5.3-alpha. Resolves ticket 11750. in 0.2.5.3-alpha. Resolves ticket 11750.
o Minor features: o Minor features (build):
- Add a systemd service file (tor.service) that can be installed by
Linux distributions that make use of the systemd init daemon.
Fixes bug 8368.
o Minor features:
- Give more specific warnings when we notice at the client side that
an onion handshake has failed. Fixes ticket 9635.
o Minor features:
- The configure script has a --disable-seccomp option to turn off - The configure script has a --disable-seccomp option to turn off
support for libseccomp on systems that have it, in case it (or support for libseccomp on systems that have it, in case it (or
Tor's use of it) is broken. Resolves ticket 11628. Tor's use of it) is broken. Resolves ticket 11628.
o Minor features:
- When we encounter an unexpected CR in text that we're trying to
write to a file on Windows, log the name of the file. Should help
diagnosing bug 11233.
o Minor bugfixes (configuration, security, new since 0.2.5.4-alpha, also in 0.2.4.22): o Minor bugfixes (configuration, security, new since 0.2.5.4-alpha, also in 0.2.4.22):
- When running a hidden service, do not allow TunneledDirConns 0; - When running a hidden service, do not allow TunneledDirConns 0;
this will keep the hidden service from running, and also this will keep the hidden service from running, and also
@ -213,10 +204,13 @@ Changes in version 0.2.5.5-alpha - 2014-06-??
bug #11476. bug #11476.
o Distribution: o Distribution:
- Include a tor.service file in contrib.dist for use with systemd. - Include a tor.service file in contrib/dist for use with systemd.
Some distributions will be able to use this file unmodified; Some distributions will be able to use this file unmodified;
others will need to tweak it, or write their own. Patch from Jamie others will need to tweak it, or write their own. Patch from Jamie
Nguyen; resolves ticket 8368. Nguyen; resolves ticket 8368.
- Add a systemd service file (tor.service) that can be installed by
Linux distributions that make use of the systemd init daemon.
Fixes bug 8368.
o Documentation: o Documentation:
- Clean up several option names in the manpage to match their real - Clean up several option names in the manpage to match their real