]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
release: ChangeLog and ReleaseNotes for 0.4.5.15
authorTor CI Release <no-email@torproject.org>
Tue, 6 Dec 2022 15:05:23 +0000 (15:05 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 6 Dec 2022 15:18:57 +0000 (10:18 -0500)
ChangeLog
ReleaseNotes
changes/bug40684 [deleted file]
changes/fallbackdirs-2022-12-06 [deleted file]
changes/geoip-2022-08-12 [deleted file]
changes/geoip-2022-12-06 [deleted file]
changes/ticket40674 [deleted file]
changes/ticket40687 [deleted file]
changes/ticket40688 [deleted file]
changes/ticket40722 [deleted file]

index c120861a0c75d75d91f87ee7b26224fc9268b80b..7a319170788342ebc38dff9f51b4e5bb1f18bbb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+Changes in version 0.4.5.15 - 2022-12-06
+  This version has several major changes for directory authorities. And a
+  major bugfix on OSX. Again, we strongly recommend to upgrade to our 0.4.7.x
+  series latest stable. This series is EOL on February 15th, 2023.
+
+  o Directory authority changes (dizum):
+    - Change dizum IP address. Closes ticket 40687.
+
+  o Directory authority changes (Faravahar):
+    - Remove Faravahar until its operator, Sina, set it back up online
+      outside of Team Cymru network. Closes ticket 40688.
+
+  o Directory authority changes (moria1):
+    - Rotate the relay identity key and v3 identity key for moria1. They
+      have been online for more than a decade and refreshing keys
+      periodically is good practice. Advertise new ports too, to avoid
+      confusion. Closes ticket 40722.
+
+  o Major bugfixes (OSX):
+    - Fix coarse-time computation on Apple platforms (like Mac M1) where
+      the Mach absolute time ticks do not correspond directly to
+      nanoseconds. Previously, we computed our shift value wrong, which
+      led us to give incorrect timing results. Fixes bug 40684; bugfix
+      on 0.3.3.1-alpha.
+
+  o Major bugfixes (relay):
+    - Improve security of our DNS cache by randomly clipping the TTL
+      value. TROVE-2021-009. Fixes bug 40674; bugfix on 0.3.5.1-alpha.
+
+  o Minor features (fallbackdir):
+    - Regenerate fallback directories generated on December 06, 2022.
+
+  o Minor features (geoip data):
+    - Update the geoip files to match the IPFire Location Database, as
+      retrieved on 2022/12/06.
+
+
 Changes in version 0.4.5.14 - 2022-08-12
   This version updates the geoip cache that we generate from IPFire location
   database to use the August 9th, 2022 one. Everyone MUST update to this
index 1b9d64cbc224cd60207312f7f9b786d230ba9923..d094336a6612f7b012db8e33b2ff53057450dcbb 100644 (file)
@@ -2,6 +2,43 @@ This document summarizes new features and bugfixes in each stable
 release of Tor. If you want to see more detailed descriptions of the
 changes in each development snapshot, see the ChangeLog file.
 
+Changes in version 0.4.5.15 - 2022-12-06
+  This version has several major changes for directory authorities. And a
+  major bugfix on OSX. Again, we strongly recommend to upgrade to our 0.4.7.x
+  series latest stable. This series is EOL on February 15th, 2023.
+
+  o Directory authority changes (dizum):
+    - Change dizum IP address. Closes ticket 40687.
+
+  o Directory authority changes (Faravahar):
+    - Remove Faravahar until its operator, Sina, set it back up online
+      outside of Team Cymru network. Closes ticket 40688.
+
+  o Directory authority changes (moria1):
+    - Rotate the relay identity key and v3 identity key for moria1. They
+      have been online for more than a decade and refreshing keys
+      periodically is good practice. Advertise new ports too, to avoid
+      confusion. Closes ticket 40722.
+
+  o Major bugfixes (OSX):
+    - Fix coarse-time computation on Apple platforms (like Mac M1) where
+      the Mach absolute time ticks do not correspond directly to
+      nanoseconds. Previously, we computed our shift value wrong, which
+      led us to give incorrect timing results. Fixes bug 40684; bugfix
+      on 0.3.3.1-alpha.
+
+  o Major bugfixes (relay):
+    - Improve security of our DNS cache by randomly clipping the TTL
+      value. TROVE-2021-009. Fixes bug 40674; bugfix on 0.3.5.1-alpha.
+
+  o Minor features (fallbackdir):
+    - Regenerate fallback directories generated on December 06, 2022.
+
+  o Minor features (geoip data):
+    - Update the geoip files to match the IPFire Location Database, as
+      retrieved on 2022/12/06.
+
+
 Changes in version 0.4.5.14 - 2022-08-12
   This version updates the geoip cache that we generate from IPFire location
   database to use the August 9th, 2022 one. Everyone MUST update to this
diff --git a/changes/bug40684 b/changes/bug40684
deleted file mode 100644 (file)
index 8c751ed..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Major bugfixes (OSX):
-    - Fix coarse-time computation on Apple platforms (like Mac M1) where
-      the Mach absolute time ticks do not correspond directly to
-      nanoseconds.  Previously, we computed our shift value wrong, which
-      led us to give incorrect timing results.
-      Fixes bug 40684; bugfix on 0.3.3.1-alpha.
diff --git a/changes/fallbackdirs-2022-12-06 b/changes/fallbackdirs-2022-12-06
deleted file mode 100644 (file)
index 17daf63..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Minor features (fallbackdir):
-    - Regenerate fallback directories generated on December 06, 2022.
diff --git a/changes/geoip-2022-08-12 b/changes/geoip-2022-08-12
deleted file mode 100644 (file)
index e8f282d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Major bugfixes (geoip data):
-    - IPFire informed us on August 12th that databases generated after
-      (including) August 10th did not have proper ARIN network allocations. We
-      are updating the database to use the one generated on August 9th, 2022.
-      Fixes bug 40658; bugfix on 0.4.5.13.
diff --git a/changes/geoip-2022-12-06 b/changes/geoip-2022-12-06
deleted file mode 100644 (file)
index f96e833..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features (geoip data):
-    - Update the geoip files to match the IPFire Location Database,
-      as retrieved on 2022/12/06.
diff --git a/changes/ticket40674 b/changes/ticket40674
deleted file mode 100644 (file)
index b371caf..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Major bugfixes (relay):
-    - Improve security of our DNS cache by randomly clipping the TTL value.
-      TROVE-2021-009. Fixes bug 40674; bugfix on 0.3.5.1-alpha.
diff --git a/changes/ticket40687 b/changes/ticket40687
deleted file mode 100644 (file)
index e96119c..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Directory authority changes (dizum):
-    - Change dizum IP address. Closes ticket 40687.
diff --git a/changes/ticket40688 b/changes/ticket40688
deleted file mode 100644 (file)
index 79350cb..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Directory authority changes (Faravahar):
-    - Remove Faravahar until its operator, Sina, set it back up online outside
-      of Team Cymru network. Closes ticket 40688.
diff --git a/changes/ticket40722 b/changes/ticket40722
deleted file mode 100644 (file)
index a9a9f52..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Directory authority changes (moria1):
-    - Rotate the relay identity key and v3 identity key for moria1. They
-      have been online for more than a decade and refreshing keys
-      periodically is good practice. Advertise new ports too, to avoid
-      confusion. Closes ticket 40722.