diff options
author | Roger Dingledine <arma@torproject.org> | 2018-07-12 20:28:13 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2018-07-12 20:28:13 -0400 |
commit | 7794f138ee03ec4ed8ec96c75b071d08087e693c (patch) | |
tree | 32f42ad289c01ac954a4ec2f731582b52a40bd53 | |
parent | 336d8e61265d9c42ed2ce15fba1d9a01ba5a2744 (diff) | |
download | tor-7794f138ee03ec4ed8ec96c75b071d08087e693c.tar.gz tor-7794f138ee03ec4ed8ec96c75b071d08087e693c.zip |
fold changes into 0.3.4.5-rc
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | changes/task26771 | 4 |
2 files changed, 10 insertions, 4 deletions
@@ -1,3 +1,13 @@ +Changes in version 0.3.4.5-rc - 2018-07-13 + Tor 0.3.4.5-rc moves to a new bridge authority, meaning people running + bridge relays should upgrade. + + o Directory authority changes: + - The "Bifroest" bridge authority has been retired; the new bridge + authority is "Serge", and it is operated by George from the + TorBSD project. Closes ticket 26771. + + Changes in version 0.3.4.4-rc - 2018-07-09 Tor 0.3.4.4-rc fixes several small compilation, portability, and correctness issues in previous versions of Tor. This version is a diff --git a/changes/task26771 b/changes/task26771 deleted file mode 100644 index fd700900f7..0000000000 --- a/changes/task26771 +++ /dev/null @@ -1,4 +0,0 @@ - o Directory authority changes: - - The "Bifroest" bridge authority has been retired; the new bridge - authority is "Serge", and it is operated by George from the - TorBSD project. Closes ticket 26771. |