소스 검색

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.