aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-08-19 14:21:31 -0400
committerNick Mathewson <nickm@torproject.org>2019-08-19 14:21:31 -0400
commitb0cdfb9d56178da27d0e6b9a9e7695eca955ae65 (patch)
tree202ab20c9662321277e347c661f28db6e92a926b
parentb91126b5464f4bea366a5f771b01dfa95e121221 (diff)
downloadtor-b0cdfb9d56178da27d0e6b9a9e7695eca955ae65.tar.gz
tor-b0cdfb9d56178da27d0e6b9a9e7695eca955ae65.zip
Blurb for 0.4.1.5
-rw-r--r--ChangeLog15
-rw-r--r--ReleaseNotes15
2 files changed, 28 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 44559554b2..0bf876d209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
Changes in version 0.4.1.5 - 2019-08-20
- BLURB HERE
+ This is the first stable release in the 0.4.1.x series. This series
+ adds experimental circuit-level padding, authenticated SENDME cells to
+ defend against certain attacks, and several performance improvements
+ to save on CPU consumption. It fixes bugs in bootstrapping and v3
+ onion services. It also includes numerous smaller features and
+ bugfixes on earlier versions.
+
+ Per our support policy, we will support the 0.4.1.x series for nine
+ months, or until three months after the release of a stable 0.4.2.x:
+ whichever is longer. If you need longer-term support, please stick
+ with 0.3.5.x, which will we plan to support until Feb 2022.
+
+ Below are the changes since 0.4.1.4-rc. For a complete list of changes
+ since 0.4.0.5, see the ReleaseNotes file.
o Directory authority changes:
- The directory authority "dizum" has a new IP address. Closes
diff --git a/ReleaseNotes b/ReleaseNotes
index 9137c70723..0915029463 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -3,7 +3,20 @@ release of Tor. If you want to see more detailed descriptions of the
changes in each development snapshot, see the ChangeLog file.
Changes in version 0.4.1.5 - 2019-08-20
- BLURB BLURB
+ This is the first stable release in the 0.4.1.x series. This series
+ adds experimental circuit-level padding, authenticated SENDME cells to
+ defend against certain attacks, and several performance improvements
+ to save on CPU consumption. It fixes bugs in bootstrapping and v3
+ onion services. It also includes numerous smaller features and
+ bugfixes on earlier versions.
+
+ Per our support policy, we will support the 0.4.1.x series for nine
+ months, or until three months after the release of a stable 0.4.2.x:
+ whichever is longer. If you need longer-term support, please stick
+ with 0.3.5.x, which will we plan to support until Feb 2022.
+
+ Below are the changes since 0.4.0.5. For a list of only the changes
+ since 0.4.1.4-rc, see the ChangeLog file.
o Directory authority changes:
- The directory authority "dizum" has a new IP address. Closes