diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-24 11:54:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-24 11:54:16 -0500 |
commit | 4a17c541b7a217ca5580fc01d35d2d0d620a31d1 (patch) | |
tree | 9ef647dd367a70a884d1e5dcb837b166a71efe82 | |
parent | 3e9409ef58139d557bb7e9bd7536896a88a5d6e9 (diff) | |
parent | fec73c876bc802cacf9253dc515796ce2ebf8e5f (diff) | |
download | tor-4a17c541b7a217ca5580fc01d35d2d0d620a31d1.tar.gz tor-4a17c541b7a217ca5580fc01d35d2d0d620a31d1.zip |
Merge remote-tracking branch 'origin/maint-0.2.6'
-rw-r--r-- | changes/bug11454 | 2 | ||||
-rw-r--r-- | changes/bug11457 | 2 | ||||
-rw-r--r-- | changes/bug14980 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/changes/bug11454 b/changes/bug11454 index da793de868..b37a7d9728 100644 --- a/changes/bug11454 +++ b/changes/bug11454 @@ -1,4 +1,4 @@ - o Minor bugfixes: + o Minor bugfixes (certificate handling): - Remove any old authority certificates that have been superseded for at least two days. Previously, we would keep superseded certificates until they expired, if they were published close diff --git a/changes/bug11457 b/changes/bug11457 index a8b76f6d78..cf64c1d10d 100644 --- a/changes/bug11457 +++ b/changes/bug11457 @@ -1,4 +1,4 @@ - o Minor bugfixes: + o Minor bugfixes (certificate handling): - If an authority operator accidentally makes a signing certificate with a future publication time, do not discard its real signing certificates. Fixes bug 11457; bugfix on 0.2.0.3-alpha. diff --git a/changes/bug14980 b/changes/bug14980 index 46767308e2..b873bb009c 100644 --- a/changes/bug14980 +++ b/changes/bug14980 @@ -1,4 +1,4 @@ - o Minor bugfixes: + o Minor bugfixes (testing): - Fix endianness issues in unit test for resolve_my_address() to - have it pass on big endian systems. Resolves issue 14980; bugfix on + have it pass on big endian systems. Fixes bug 14980; bugfix on Tor 0.2.6.3-alpha. |