[tor-commits] [tor/master] changes file for pubsub code
asn at torproject.org
asn at torproject.org
Wed Mar 27 12:31:32 UTC 2019
commit 3767eff9bb712bccc86718647c7dc84998a7f95f
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Mar 26 20:07:26 2019 -0400
changes file for pubsub code
---
changes/pubsub | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/changes/pubsub b/changes/pubsub
new file mode 100644
index 000000000..f67b36b98
--- /dev/null
+++ b/changes/pubsub
@@ -0,0 +1,5 @@
+ o Major features (code organization):
+ - Tor now includes a generic publish-subscribe message-passing subsystem
+ that we can use to organize intermodule dependencies. We hope to use
+ this to reduce dependencies between modules that don't need to be
+ related, and to generally simplify our codebase. Closes ticket 28226.
More information about the tor-commits
mailing list