diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-22 11:56:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-22 11:56:44 -0500 |
commit | 5b98eee4dad1de57faa1f512a6995fe3c8d7aa4e (patch) | |
tree | a64ac3237d78f0427b0da3d3c93551728df00ba4 | |
parent | 08efb28743038894f8ac6f53a7a3dfa5d1bd824a (diff) | |
download | tor-5b98eee4dad1de57faa1f512a6995fe3c8d7aa4e.tar.gz tor-5b98eee4dad1de57faa1f512a6995fe3c8d7aa4e.zip |
draft a changelog blurb for 0.4.3.1-alpha
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ Changes in version 0.4.3.1-alpha - 2020-01-2? - This is the first alpha release in the 0.4.3.x series. BLURB MORE + This is the first alpha release in the 0.4.3.x series. It includes improved + support for application integration of onion services, support for building + in a client-only mode, and newly improved internal documentation (which you + can read at https://src-ref.docs.torproject.org/tor/). It also has numerous + other small bugfixes and features, as well as improvements to our code's + internal organization that should help us write better code in the future. o New system requirements: - When building Tor, you now need to have Python 3 in order to run |