summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-19 09:10:23 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-19 09:10:23 -0400
commit3c6d5e10a06857cfb60b517a8d0349a119a99f13 (patch)
treefb82f159d9f726b402b10ebced21f97856c5eceb
parentdcfed8c1c8e8b3a63284249cf318dd353ea44d7d (diff)
downloadtor-3c6d5e10a06857cfb60b517a8d0349a119a99f13.tar.gz
tor-3c6d5e10a06857cfb60b517a8d0349a119a99f13.zip
changelog entry for 22106
-rw-r--r--changes/feature2210612
1 files changed, 12 insertions, 0 deletions
diff --git a/changes/feature22106 b/changes/feature22106
new file mode 100644
index 0000000000..d277007e68
--- /dev/null
+++ b/changes/feature22106
@@ -0,0 +1,12 @@
+ o Major features (security, stability, experimental):
+
+ - Tor now has the optional ability to include modules written in
+ Rust. To turn this on, pass the "--enable-rust" flag to the
+ configure script.
+
+ It's not time to get excited yet: currently, there is no actual
+ Rust functionality beyond some simple glue code, and a notice at
+ startup to tell you that Rust is running. Still, we hope that
+ programmers and packagers will try building with rust
+ support, so that we can find issues with the build system,
+ and solve portability issues. Closes ticket 22106.