Fold 30956 into changelog; update date

This commit is contained in:
Nick Mathewson
2019-06-25 09:52:32 -04:00
parent 0f67708267
commit 1d3a2c6658
2 changed files with 7 additions and 5 deletions
+7 -1
View File
@@ -1,4 +1,4 @@
Changes in version 0.4.1.3-alpha - 2019-06-24
Changes in version 0.4.1.3-alpha - 2019-06-25
Tor 0.4.1.3-alpha resolves numerous bugs left over from the previous
alpha, most of them from earlier release series.
@@ -36,6 +36,12 @@ Changes in version 0.4.1.3-alpha - 2019-06-24
annotation. We think this bug can only be triggered by modifying a
local file. Fixes bug 30781; bugfix on 0.2.0.8-alpha.
o Minor bugfixes (pluggable transports):
- Always publish bridge pluggable transport information in the extra
info descriptor, even if ExtraInfoStatistics is 0. This
information is needed by BridgeDB. Fixes bug 30956; bugfix
on 0.4.1.1-alpha.
o Documentation:
- Mention URLs for Travis/Appveyor/Jenkins in ReleasingTor.md.
Closes ticket 30630.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes (pluggable transports):
- Always publish bridge pluggable transport information in the extra info
descriptor, even if ExtraInfoStatistics is 0. This information is
needed by BridgeDB. Fixes bug 30956; bugfix on 0.4.1.1-alpha.