commit 0d90b0e5d155f15c87883b3347a9add7d9842606
parent 133c64075b5428731fe002c0a160f2d9c93baf74
Author: Tor CI Release <no-email@torproject.org>
Date: Thu, 7 Apr 2022 12:59:00 +0000
release: ChangeLog and ReleaseNotes for 0.4.7.6-rc
Diffstat:
4 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,21 @@
+Changes in version 0.4.7.6-rc - 2022-04-07
+ This is the first release candidate of the 0.4.7.x series. Only one minor
+ bugfix went in since the last alpha couple weeks ago. We strongly recommend
+ anyone running an alpha version to upgrade to this version. Unless major
+ problems are found, the next release will finally be the stable!
+
+ o Minor features (fallbackdir):
+ - Regenerate fallback directories generated on April 07, 2022.
+
+ o Minor features (geoip data):
+ - Update the geoip files to match the IPFire Location Database, as
+ retrieved on 2022/04/07.
+
+ o Minor features (linux seccomp2 sandbox):
+ - Permit the clone3 syscall, which is apparently used in glibc-2.34
+ and later. Closes ticket 40590.
+
+
Changes in version 0.4.7.5-alpha - 2022-03-25
This version contains, of what we hope, the final work for congestion
control paving the way to the stable version. We expect this to be the last
diff --git a/changes/clone3-sandbox b/changes/clone3-sandbox
@@ -1,3 +0,0 @@
- o Minor features (linux seccomp2 sandbox):
- - Permit the clone3 syscall, which is apparently used in glibc-2.34 and
- later. Closes ticket 40590.
diff --git a/changes/fallbackdirs-2022-04-07 b/changes/fallbackdirs-2022-04-07
@@ -1,2 +0,0 @@
- o Minor features (fallbackdir):
- - Regenerate fallback directories generated on April 07, 2022.
diff --git a/changes/geoip-2022-04-07 b/changes/geoip-2022-04-07
@@ -1,3 +0,0 @@
- o Minor features (geoip data):
- - Update the geoip files to match the IPFire Location Database,
- as retrieved on 2022/04/07.