commit 7e9a2232649f130098ba70d6e92927065c25b977 Author: Nick Mathewson nickm@torproject.org Date: Mon Jan 7 09:32:29 2019 -0500
Add a paragraph about compatibility, and one about LTS --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
diff --git a/ChangeLog b/ChangeLog index eb91e723a..038e7f207 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,20 @@ Changes in version 0.3.5.7 - 2019-01-07 Finally, there is the usual set of performance improvements and bugfixes that we try to do in every release series.
+ There are a couple of changes in the 0.3.5 that may affect + compatibility. First, the default version for newly created onion + services is now v3. Use the HiddenServiceVersion option if you want to + override this. Second, some log messages related to bootstrapping have + changed; if you use stem, you may need to update to the latest version + so it will recognize them. + + We have designated 0.3.5 as a "long-term support" (LTS) series: We + will continue to patch major bugs in typical configurations of 0.3.5 + until at least 1 Feb 2022. (We do not plan to provide long-term + support for embedding, Rust support, NSS support, running a directory + authority, or unsupported platforms. For these, you will need to stick + with the latest stable release.) + Below are the changes since 0.3.5.6-rc. For a complete list of changes since 0.3.4.9, see the ReleaseNotes file.
tor-commits@lists.torproject.org