]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
release: ChangeLog and ReleaseNotes for 0.3.5.18
authorDavid Goulet <dgoulet@torproject.org>
Mon, 24 Jan 2022 15:45:46 +0000 (10:45 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Mon, 24 Jan 2022 15:48:55 +0000 (10:48 -0500)
Signed-off-by: David Goulet <dgoulet@torproject.org>
ChangeLog
ReleaseNotes
changes/bug40429 [deleted file]
changes/ticket26299 [deleted file]
changes/ticket40509 [deleted file]
changes/ticket40511 [deleted file]
changes/ticket40544 [deleted file]

index 1c1be7149a2545769e61d7b6924cf1cd6ccfd257..5557a760dd1d5a2801a9f30d2f77d4fccb8d4ff7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+Changes in version 0.3.5.18 - 2022-01-24
+  This is the very last version of the 0.3.5.x series as it is end of
+  life on February 1st, 2022. This version fixes some minor bugs
+  including a build warning about LibreSSL incompatibility with
+  OpenSSL TLSv1.3.
+
+  Godspeed 0.3.5, we won't miss you.
+
+  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 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 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.
+
+
 Changes in version 0.3.5.17 - 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 5e46554c073eb4c70f46427dab9a4ef893994c80..633be978201687fcc652b86592d28d7afab04e9f 100644 (file)
@@ -2,6 +2,42 @@ 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.3.5.18 - 2022-01-24
+  This is the very last version of the 0.3.5.x series as it is end of
+  life on February 1st, 2022. This version fixes some minor bugs
+  including a build warning about LibreSSL incompatibility with
+  OpenSSL TLSv1.3.
+
+  Godspeed 0.3.5, we won't miss you.
+
+  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 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 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.
+
+
 Changes in version 0.3.5.17 - 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/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/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.