Browse Source

Minor edits to changelog

Nick Mathewson 5 years ago
parent
commit
4bacc38cc4
1 changed files with 17 additions and 18 deletions
  1. 17 18
      ChangeLog

+ 17 - 18
ChangeLog

@@ -19,6 +19,8 @@ Changes in version 0.3.5.4-alpha - 2018-11-07
   o Minor features (continuous integration):
   o Minor features (continuous integration):
     - Add a Travis CI build for --enable-nss on Linux gcc. Closes
     - Add a Travis CI build for --enable-nss on Linux gcc. Closes
       ticket 27751.
       ticket 27751.
+    - Add new CI job to Travis configuration to runs stem-based
+      integration tests. Closes ticket 27913.
 
 
   o Minor features (Windows, continuous integration):
   o Minor features (Windows, continuous integration):
     - Build tor on Windows Server 2012 R2 and Windows Server 2016 using
     - Build tor on Windows Server 2012 R2 and Windows Server 2016 using
@@ -33,36 +35,37 @@ Changes in version 0.3.5.4-alpha - 2018-11-07
     - Fix a pair of missing headers on OpenBSD. Fixes bug 28303; bugfix
     - Fix a pair of missing headers on OpenBSD. Fixes bug 28303; bugfix
       on 0.3.5.1-alpha. Patch from Kris Katterjohn.
       on 0.3.5.1-alpha. Patch from Kris Katterjohn.
 
 
-  o Minor bugfixes (compilation, opensolaris):
+  o Minor bugfixes (compilation, OpenSolaris):
     - Add a missing include to compat_pthreads.c, to fix compilation on
     - Add a missing include to compat_pthreads.c, to fix compilation on
       OpenSolaris and its descendants. Fixes bug 27963; bugfix
       OpenSolaris and its descendants. Fixes bug 27963; bugfix
       on 0.3.5.1-alpha.
       on 0.3.5.1-alpha.
 
 
   o Minor bugfixes (configuration):
   o Minor bugfixes (configuration):
-    - Resume refusing to start with relative file paths and RunAsDaemon
-      set (regression from the fix for bug 22731). Fixes bug 28298;
-      bugfix on 0.3.3.1-alpha.
+    - Refuse to start with relative file paths and RunAsDaemon set
+      (regression from the fix for bug 22731). Fixes bug 28298; bugfix
+      on 0.3.3.1-alpha.
 
 
   o Minor bugfixes (directory authority, also in 0.3.4.9):
   o Minor bugfixes (directory authority, also in 0.3.4.9):
     - Log additional info when we get a relay that shares an ed25519 ID
     - Log additional info when we get a relay that shares an ed25519 ID
       with a different relay, instead making a BUG() warning. Fixes bug
       with a different relay, instead making a BUG() warning. Fixes bug
       27800; bugfix on 0.3.2.1-alpha.
       27800; bugfix on 0.3.2.1-alpha.
 
 
-  o Minor bugfixes (hidden service v3):
-    - Build the service descriptor signing key certificate before
-      uploading so we always have a fresh one leaving no chances for it
-      to expire service side. Fixes bug 27838; bugfix on 0.3.2.1-alpha.
+  o Minor bugfixes (onion service v3):
+    - Build the service descriptor's signing key certificate before
+      uploading, so we always have a fresh one: leaving no chances for
+      it to expire service side. Fixes bug 27838; bugfix
+      on 0.3.2.1-alpha.
 
 
-  o Minor bugfixes (hidden service v3, client authorization):
+  o Minor bugfixes (onion service v3, client authorization):
     - Fix an assert() when adding a client authorization for the first
     - Fix an assert() when adding a client authorization for the first
       time and then sending a HUP signal to the service. Before that,
       time and then sending a HUP signal to the service. Before that,
-      tor would stop abruptly. Fixes bug 27995; bugfix on 0.3.5.1-alpha.
+      Tor would stop abruptly. Fixes bug 27995; bugfix on 0.3.5.1-alpha.
 
 
   o Minor bugfixes (onion services):
   o Minor bugfixes (onion services):
     - Unless we have explicitly set HiddenServiceVersion, detect the
     - Unless we have explicitly set HiddenServiceVersion, detect the
       onion service version and then look for invalid options.
       onion service version and then look for invalid options.
       Previously, we did the reverse, but that broke existing configs
       Previously, we did the reverse, but that broke existing configs
-      which were pointed to a v2 hidden service and had options like
+      which were pointed to a v2 service and had options like
       HiddenServiceAuthorizeClient set Fixes bug 28127; bugfix on
       HiddenServiceAuthorizeClient set Fixes bug 28127; bugfix on
       0.3.5.1-alpha. Patch by Neel Chauhan.
       0.3.5.1-alpha. Patch by Neel Chauhan.
 
 
@@ -72,7 +75,7 @@ Changes in version 0.3.5.4-alpha - 2018-11-07
       on 0.3.5.1-alpha.
       on 0.3.5.1-alpha.
 
 
   o Minor bugfixes (protover, rust):
   o Minor bugfixes (protover, rust):
-    - Reject extra commas in version string. Fixes bug 27197; bugfix
+    - Reject extra commas in version strings. Fixes bug 27197; bugfix
       on 0.3.3.3-alpha.
       on 0.3.3.3-alpha.
 
 
   o Minor bugfixes (relay shutdown, systemd):
   o Minor bugfixes (relay shutdown, systemd):
@@ -104,13 +107,9 @@ Changes in version 0.3.5.4-alpha - 2018-11-07
       (FreeBSD failures have been treated as expected since 18204 in
       (FreeBSD failures have been treated as expected since 18204 in
       0.2.8.) Fixes bug 27948; bugfix on 0.2.5.2-alpha.
       0.2.8.) Fixes bug 27948; bugfix on 0.2.5.2-alpha.
 
 
-  o Testing:
-    - Add new CI job to Travis configuration that runs stem-based
-      integration tests. Closes ticket 27913.
-
-  o Documentation (hidden service manpage):
+  o Documentation (onion service manpage):
     - Improve HSv3 client authorization by making some options more
     - Improve HSv3 client authorization by making some options more
-      explicit and detailed. Closes ticket 28026. Patch by "mtigas".
+      explicit and detailed. Closes ticket 28026. Patch by Mike Tigas.
 
 
 
 
 Changes in version 0.3.4.9 - 2018-11-02
 Changes in version 0.3.4.9 - 2018-11-02