summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-08-04 10:11:44 -0400
committerDavid Goulet <dgoulet@torproject.org>2023-08-04 10:11:44 -0400
commitc862a66b6c3c556e7b2ff45577a4f727e1f8b7fc (patch)
tree1484cde5f1031f2f34a3d737dd70b4dc89b3b34d
parent0c601d0025c55e2d4f4911cbb9cc7196a5b8e657 (diff)
downloadtor-c862a66b6c3c556e7b2ff45577a4f727e1f8b7fc.tar.gz
tor-c862a66b6c3c556e7b2ff45577a4f727e1f8b7fc.zip
release: ChangeLog update for 0.4.8.3-rc
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--ChangeLog33
-rw-r--r--changes/bug408278
-rw-r--r--changes/bug408283
-rw-r--r--changes/fallbackdirs-2023-07-262
-rw-r--r--changes/fallbackdirs-2023-08-042
-rw-r--r--changes/geoip-2023-07-263
-rw-r--r--changes/geoip-2023-08-043
-rw-r--r--changes/ticket408244
8 files changed, 33 insertions, 25 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ca0e7e6f9..33b9cdfc49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+Changes in version 0.4.8.3-rc - 2023-08-04
+ This is the first release candidate (and likely the only) of the 0.4.8.x
+ series. We fixed a major conflux bugfix which was a fatal asserts on the
+ relay Exit side. See below for more details. Couple minor bugfixes. Until
+ stable, name of the game here is stabilization.
+
+ o Major bugfixes (conflux):
+ - Fix a relay-side assert crash caused by attempts to use a conflux
+ circuit between circuit close and free, such that no legs were on
+ the conflux set. Fixed by nulling out the stream's circuit back-
+ pointer when the last leg is removed. Additional checks and log
+ messages have been added to detect other cases. Fixes bug 40827;
+ bugfix on 0.4.8.1-alpha.
+
+ o Minor features (fallbackdir):
+ - Regenerate fallback directories generated on August 04, 2023.
+ - Regenerate fallback directories generated on July 26, 2023.
+
+ o Minor features (geoip data):
+ - Update the geoip files to match the IPFire Location Database, as
+ retrieved on 2023/07/26.
+ - Update the geoip files to match the IPFire Location Database, as
+ retrieved on 2023/08/04.
+
+ o Minor bugfixes (compilation):
+ - Fix all -Werror=enum-int-mismatch warnings. No behavior change.
+ Fixes bug 40824; bugfix on 0.3.5.1-alpha.
+
+ o Minor bugfixes (protocol warn):
+ - Wrap a handful of cases where ProtocolWarning logs could emit IP
+ addresses. Fixes bug 40828; bugfix on 0.3.5.1-alpha.
+
+
Changes in version 0.4.8.2-alpha - 2023-07-12
This is our second alpha containing some minor bugfixes and one major bugfix
about L2 vanguard rotation. We believe this will be the last alpha before the
diff --git a/changes/bug40827 b/changes/bug40827
deleted file mode 100644
index 69878e7785..0000000000
--- a/changes/bug40827
+++ /dev/null
@@ -1,8 +0,0 @@
- o Major bugfixes (conflux):
- - Fix a relay-side assert crash caused by attempts to use a conflux
- circuit between circuit close and free, such that no legs were on
- the conflux set. Fixed by nulling out the stream's circuit
- back-pointer when the last leg is removed. Additional checks and
- log messages have been added to detect other cases. Fixes bug 40827;
- bugfix on 0.4.8.1-alpha.
-
diff --git a/changes/bug40828 b/changes/bug40828
deleted file mode 100644
index 7cc2126f1a..0000000000
--- a/changes/bug40828
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (protocol warn):
- - Wrap a handful of cases where ProtocolWarning logs could emit IP
- addresses. Fixes bug 40828; bugfix on 0.3.5.1-alpha.
diff --git a/changes/fallbackdirs-2023-07-26 b/changes/fallbackdirs-2023-07-26
deleted file mode 100644
index 131d76339a..0000000000
--- a/changes/fallbackdirs-2023-07-26
+++ /dev/null
@@ -1,2 +0,0 @@
- o Minor features (fallbackdir):
- - Regenerate fallback directories generated on July 26, 2023.
diff --git a/changes/fallbackdirs-2023-08-04 b/changes/fallbackdirs-2023-08-04
deleted file mode 100644
index b1823b6af7..0000000000
--- a/changes/fallbackdirs-2023-08-04
+++ /dev/null
@@ -1,2 +0,0 @@
- o Minor features (fallbackdir):
- - Regenerate fallback directories generated on August 04, 2023.
diff --git a/changes/geoip-2023-07-26 b/changes/geoip-2023-07-26
deleted file mode 100644
index f8e4feb573..0000000000
--- a/changes/geoip-2023-07-26
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features (geoip data):
- - Update the geoip files to match the IPFire Location Database,
- as retrieved on 2023/07/26.
diff --git a/changes/geoip-2023-08-04 b/changes/geoip-2023-08-04
deleted file mode 100644
index 53beee0c13..0000000000
--- a/changes/geoip-2023-08-04
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features (geoip data):
- - Update the geoip files to match the IPFire Location Database,
- as retrieved on 2023/08/04.
diff --git a/changes/ticket40824 b/changes/ticket40824
deleted file mode 100644
index a4d389ddc2..0000000000
--- a/changes/ticket40824
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (compilation):
- - Fix all -Werror=enum-int-mismatch warnings. No behavior change. Fixes bug
- 40824; bugfix on 0.3.5.1-alpha.
-