aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-29 11:32:49 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-29 11:32:49 -0400
commit3c0832d68ae7ee22e24423e3ed5465b6dcf3887e (patch)
tree4ab9fe1b635d4e587e3e0ac0851cf037c94d01b6 /ChangeLog
parentd92a01e8202a493a022161539007d5f6f9f8a244 (diff)
downloadtor-3c0832d68ae7ee22e24423e3ed5465b6dcf3887e.tar
tor-3c0832d68ae7ee22e24423e3ed5465b6dcf3887e.tar.gz
Sort unlabeled 'minor features' entries in 0255 changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 10 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 15ff06566..820eb6e6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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
@@ -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
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
@@ -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