Skip to content

Commit

Permalink
Sort unlabeled 'minor features' entries in 0255 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed May 29, 2014
1 parent d92a01e commit 3c0832d
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,23 @@ Changes in version 0.2.5.5-alpha - 2014-06-??
- 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
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):
- Apply the secure SipHash-2-4 function to the hash table mapping
circuit IDs and channels to circuits. We missed this one when we
were converting all the other hash functions to use SipHash back
in 0.2.5.3-alpha. Resolves ticket 11750.

o Minor features:
- 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:
o Minor features (build):
- The configure script has a --disable-seccomp option to turn off
support for libseccomp on systems that have it, in case it (or
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):
- When running a hidden service, do not allow TunneledDirConns 0;
this will keep the hidden service from running, and also
Expand Down Expand Up @@ -213,10 +204,13 @@ Changes in version 0.2.5.5-alpha - 2014-06-??
bug #11476.

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;
others will need to tweak it, or write their own. Patch from Jamie
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:
- Clean up several option names in the manpage to match their real
Expand Down

0 comments on commit 3c0832d

Please sign in to comment.