]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
release: ChangeLog and ReleaseNotes for 0.4.5.12 tor-0.4.5.12
authorTor CI Release <no-email@torproject.org>
Fri, 4 Feb 2022 16:00:32 +0000 (16:00 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Fri, 4 Feb 2022 16:24:52 +0000 (11:24 -0500)
14 files changed:
ChangeLog
ReleaseNotes
changes/bug40429 [deleted file]
changes/fallbackdirs-2021-12-15 [deleted file]
changes/fallbackdirs-2022-02-04 [deleted file]
changes/geoip-2021-12-15 [deleted file]
changes/geoip-2022-02-04 [deleted file]
changes/ticket26299 [deleted file]
changes/ticket40410 [deleted file]
changes/ticket40494 [deleted file]
changes/ticket40509 [deleted file]
changes/ticket40511 [deleted file]
changes/ticket40544 [deleted file]
changes/ticket40552 [deleted file]

index 4cec8341eba13c551ce8bff0c3d9ce9ec78a122c..c157e2669ac9ff95bcac0ae0535a9585c182600e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+Changes in version 0.4.5.12 - 2022-02-04
+  This version contains mostly minor bugfixes for which you can find the
+  details below. The previous release (0.4.5.11) was suppose to update the
+  GeoIP and fallbackdir lists but a problem in our release pipeline prevented
+  those files to be updated correctly. Thus, this release regenerates up to
+  date lists. Furthermore, another fix to highlight is that relays don't
+  advertise onion service v2 support at the protocol version level.
+
+  o Minor feature (reproducible build):
+    - The repository can now build reproducible tarballs which adds the
+      build command "make dist-reprod" for that purpose. Closes
+      ticket 26299.
+
+  o Minor features (compilation):
+    - Give an error message if trying to build with a version of
+      LibreSSL known not to work with Tor. (There's an incompatibility
+      with LibreSSL versions 3.2.1 through 3.4.0 inclusive because of
+      their incompatibility with OpenSSL 1.1.1's TLSv1.3 APIs.) Closes
+      ticket 40511.
+
+  o Minor features (fallbackdir):
+    - Regenerate fallback directories generated on February 04, 2022.
+
+  o Minor features (geoip data):
+    - Update the geoip files to match the IPFire Location Database, as
+      retrieved on 2022/02/04.
+
+  o Minor bugfix (logging):
+    - Update a log notice dead URL to a working one. Fixes bug 40544;
+      bugfix on 0.3.5.1-alpha.
+
+  o Minor bugfix (relay):
+    - Remove the HSDir and HSIntro onion service v2 protocol versions so
+      relay stop advertising that they support them. Fixes bug 40509;
+      bugfix on 0.3.5.17.
+
+  o Minor bugfixes (compilation):
+    - Fix a compilation error when trying to build Tor with a compiler
+      that does not support expanding statitically initialized const
+      values in macro's. Fixes bug 40410; bugfix on 0.4.5.1-alpha
+    - Fix our configuration logic to detect whether we had OpenSSL 3:
+      previously, our logic was reversed. This has no other effect than
+      to change whether we suppress deprecated API warnings. Fixes bug
+      40429; bugfix on 0.3.5.13.
+
+  o Minor bugfixes (MetricsPort, Prometheus):
+    - Add double quotes to the label values of the onion service
+      metrics. Fixes bug 40552; bugfix on 0.4.5.1-alpha.
+
+  o Minor bugfixes (relay):
+    - Reject IPv6-only DirPorts. Our reachability self-test forces
+      DirPorts to be IPv4, but our configuration parser allowed them to
+      be IPv6-only, which led to an assertion failure. Fixes bug 40494;
+      bugfix on 0.4.5.1-alpha.
+
+
 Changes in version 0.4.5.11 - 2021-10-26
   The major change in this version is that v2 onion services are now
   disabled at the client, service, and relay: any Tor nodes running this
index 15e53b2b93d28e534bbf9a03d0f064a6db95baef..e6b292f900c18586d57a6b188ab5e8f1cce61f82 100644 (file)
@@ -2,6 +2,65 @@ 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.12 - 2022-02-04
+  This version contains mostly minor bugfixes for which you can find the
+  details below. The previous release (0.4.5.11) was suppose to update the
+  GeoIP and fallbackdir lists but a problem in our release pipeline prevented
+  those files to be updated correctly. Thus, this release regenerates up to
+  date lists. Furthermore, another fix to highlight is that relays don't
+  advertise onion service v2 support at the protocol version level.
+
+  o Minor feature (reproducible build):
+    - The repository can now build reproducible tarballs which adds the
+      build command "make dist-reprod" for that purpose. Closes
+      ticket 26299.
+
+  o Minor features (compilation):
+    - Give an error message if trying to build with a version of
+      LibreSSL known not to work with Tor. (There's an incompatibility
+      with LibreSSL versions 3.2.1 through 3.4.0 inclusive because of
+      their incompatibility with OpenSSL 1.1.1's TLSv1.3 APIs.) Closes
+      ticket 40511.
+
+  o Minor features (fallbackdir):
+    - Regenerate fallback directories generated on December 15, 2021.
+    - Regenerate fallback directories generated on February 04, 2022.
+
+  o Minor features (geoip data):
+    - Update the geoip files to match the IPFire Location Database, as
+      retrieved on 2021/12/15.
+    - Update the geoip files to match the IPFire Location Database, as
+      retrieved on 2022/02/04.
+
+  o Minor bugfix (logging):
+    - Update a log notice dead URL to a working one. Fixes bug 40544;
+      bugfix on 0.3.5.1-alpha.
+
+  o Minor bugfix (relay):
+    - Remove the HSDir and HSIntro onion service v2 protocol versions so
+      relay stop advertising that they support them. Fixes bug 40509;
+      bugfix on 0.3.5.17.
+
+  o Minor bugfixes (compilation):
+    - Fix a compilation error when trying to build Tor with a compiler
+      that does not support expanding statitically initialized const
+      values in macro's. Fixes bug 40410; bugfix on 0.4.5.1-alpha
+    - Fix our configuration logic to detect whether we had OpenSSL 3:
+      previously, our logic was reversed. This has no other effect than
+      to change whether we suppress deprecated API warnings. Fixes bug
+      40429; bugfix on 0.3.5.13.
+
+  o Minor bugfixes (MetricsPort, Prometheus):
+    - Add double quotes to the label values of the onion service
+      metrics. Fixes bug 40552; bugfix on 0.4.5.1-alpha.
+
+  o Minor bugfixes (relay):
+    - Reject IPv6-only DirPorts. Our reachability self-test forces
+      DirPorts to be IPv4, but our configuration parser allowed them to
+      be IPv6-only, which led to an assertion failure. Fixes bug 40494;
+      bugfix on 0.4.5.1-alpha.
+
+
 Changes in version 0.4.5.11 - 2021-10-26
   The major change in this version is that v2 onion services are now
   disabled at the client, service, and relay: any Tor nodes running this
diff --git a/changes/bug40429 b/changes/bug40429
deleted file mode 100644 (file)
index 9bf3b63..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Fix our configuration logic to detect whether we had OpenSSL 3:
-      previously, our logic was reversed. This has no other effect than to
-      change whether we suppress deprecated API warnings. Fixes
-      bug 40429; bugfix on 0.3.5.13.
diff --git a/changes/fallbackdirs-2021-12-15 b/changes/fallbackdirs-2021-12-15
deleted file mode 100644 (file)
index ce08cef..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Minor features (fallbackdir):
-    - Regenerate fallback directories generated on December 15, 2021.
diff --git a/changes/fallbackdirs-2022-02-04 b/changes/fallbackdirs-2022-02-04
deleted file mode 100644 (file)
index 3d4ec28..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  o Minor features (fallbackdir):
-    - Regenerate fallback directories generated on February 04, 2022.
diff --git a/changes/geoip-2021-12-15 b/changes/geoip-2021-12-15
deleted file mode 100644 (file)
index 5123557..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 2021/12/15.
diff --git a/changes/geoip-2022-02-04 b/changes/geoip-2022-02-04
deleted file mode 100644 (file)
index 41921da..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/02/04.
diff --git a/changes/ticket26299 b/changes/ticket26299
deleted file mode 100644 (file)
index 6b08adf..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor feature (reproducible build):
-    - The repository can now build reproducible tarballs which adds the build
-      command "make dist-reprod" for that purpose. Closes ticket 26299.
diff --git a/changes/ticket40410 b/changes/ticket40410
deleted file mode 100644 (file)
index 658e068..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Fix a compilation error when trying to build Tor with a compiler that
-      does not support expanding statitically initialized const values in
-      macro's. Fixes bug 40410; bugfix on 0.4.5.1-alpha
diff --git a/changes/ticket40494 b/changes/ticket40494
deleted file mode 100644 (file)
index a0e6c38..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes (relay):
-    - Reject IPv6-only DirPorts. Our reachability self-test forces DirPorts to
-      be IPv4, but our configuration parser allowed them to be IPv6-only,
-      which led to an assertion failure. Fixes bug 40494; bugfix on
-      0.4.5.1-alpha.
diff --git a/changes/ticket40509 b/changes/ticket40509
deleted file mode 100644 (file)
index ba4502f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfix (relay):
-    - Remove the HSDir and HSIntro onion service v2 protocol versions so relay
-      stop advertising that they support them. Fixes bug 40509; bugfix on
-      0.3.5.17.
diff --git a/changes/ticket40511 b/changes/ticket40511
deleted file mode 100644 (file)
index 756edd8..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Minor features (compilation):
-    - Give an error message if trying to build with a version of LibreSSL
-      known not to work with Tor.  (There's an incompatibility with
-      LibreSSL versions 3.2.1 through 3.4.0 inclusive because of their
-      incompatibility with OpenSSL 1.1.1's TLSv1.3 APIs.)
-      Closes ticket 40511.
diff --git a/changes/ticket40544 b/changes/ticket40544
deleted file mode 100644 (file)
index b0754f0..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfix (logging):
-    - Update a log notice dead URL to a working one. Fixes bug 40544; bugfix on
-      0.3.5.1-alpha.
diff --git a/changes/ticket40552 b/changes/ticket40552
deleted file mode 100644 (file)
index 7811f3a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (MetricsPort, Prometheus):
-    - Add double quotes to the label values of the onion service metrics. Fixes
-      bug 40552; bugfix on 0.4.5.1-alpha.