]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
credit shadowcoder for #41104 fix
authorRoger Dingledine <arma@torproject.org>
Fri, 12 Sep 2025 19:19:06 +0000 (15:19 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 12 Sep 2025 19:19:06 +0000 (15:19 -0400)
changes/ticket41104

index 40de866ca6c1d425983d30ff869dc73ee0ce62c2..579f6cf73e6422af3da509811b9b2fb71011abe5 100644 (file)
@@ -1,3 +1,4 @@
   o Minor bugfixes (logging, metrics port):
     - Count BUG statements for the MetricsPort only if they are warnings or
-      errors. Fixes bug 41104; bugfix on 0.4.7.1.
+      errors. Fixes bug 41104; bugfix on 0.4.7.1-alpha. Patch contributed
+      by shadowcoder.