summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-06 16:18:11 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-06 16:18:11 -0400
commit306563ac68250872791350bda1ba7a7acff5eb63 (patch)
tree4ab61ef8a2aa7aae15981b8d5bd52ed3d652eb81 /changes
parent12fc4206f28576d872033b8a99756252e5354662 (diff)
downloadtor-306563ac68250872791350bda1ba7a7acff5eb63.tar.gz
tor-306563ac68250872791350bda1ba7a7acff5eb63.zip
Ship all files needed to build Tor with rust
Fixes bug 25732; bugfix on 0.3.3.2-alpha when strings.rs was introduced.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug257324
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug25732 b/changes/bug25732
new file mode 100644
index 0000000000..49ffae29e5
--- /dev/null
+++ b/changes/bug25732
@@ -0,0 +1,4 @@
+ o Minor bugfixes (distribution, compilation):
+ - Actually include all of our Rust source in our source
+ distributions. (Previously, a few of the files were accidentally
+ omitted.) Fixes bug 25732; bugfix on 0.3.3.2-alpha.