Преглед изворни кода

Add a changes file for SIGNAL events

Nick Mathewson пре 13 година
родитељ
комит
576b399b19
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      changes/feature1955

+ 4 - 0
changes/feature1955

@@ -0,0 +1,4 @@
+  o Minor features (controller)
+    - Add a new SIGNAL event to the controller interface so that
+      controllers can be notified when Tor handles a signal.  Resolves
+      issue 1955. Patch by John Brooks.