]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
further lintchanges fixes
authorNick Mathewson <nickm@torproject.org>
Fri, 3 Feb 2017 15:24:37 +0000 (10:24 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 3 Feb 2017 15:24:40 +0000 (10:24 -0500)
changes/bug20980
changes/bug21302

index 362a7530907997d1febe2257033f2440c78a25be..0f8e28e77ae0cc2610ed7b2b66b15a95c1448526 100644 (file)
@@ -1,4 +1,4 @@
   o Minor bugfix (OpenBSD):
     - Use "OpenBSD" pre-defined compiler macro instead of "OPENBSD" or
       "__OpenBSD__". It is supported by OpenBSD itself and also most OpenBSD
-      variants like Bitrig. Fixes bug 20980.
+      variants like Bitrig. Fixes bug 20980; bugfix on 0.1.2.1-alpha.
index 351b23ea2c4a5b525d100e294507be72ed3c2585..309b3574a63b524968f5b5bd0b4422eb19388b26 100644 (file)
@@ -1,8 +1,8 @@
   o Minor bugfixes (hidden service):
     - Two possible underflow which would ultimately lead to creating a lot of
       introduction points circuits and closing them in a non stop loop. Fixes
-      bug 21302; bugfix on tor-0.2.7.2-alpha.
+      bug 21302; bugfix on 0.2.7.2-alpha.
     - Cleanup expiring intro point nodes if no circuit is associated to it
       anymore. It was causing, rarely, the service to not open enough
       introduction points circuit in the case we had dead expiring nodes.;
-      bugfix on tor-0.2.7.2-alpha.
+      bugfix on 0.2.7.2-alpha.