diff options
author | Roger Dingledine <arma@torproject.org> | 2019-02-05 08:10:14 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2019-02-05 08:10:14 -0500 |
commit | bca25eebfbc9e80665d63bbe02ba5ce21081eab1 (patch) | |
tree | 2a9e7ff9c3628777a3d38296e26ae59b7d995a4b /changes | |
parent | 712a622fcecd43a7a50c7b35a9811f1210aeadb8 (diff) | |
parent | 8ea98c0f4cac6d2d8a90104425d04db57e39ec1f (diff) | |
download | tor-bca25eebfbc9e80665d63bbe02ba5ce21081eab1.tar.gz tor-bca25eebfbc9e80665d63bbe02ba5ce21081eab1.zip |
Merge branch 'maint-0.3.4' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29244 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug29244 b/changes/bug29244 new file mode 100644 index 0000000000..6206a95463 --- /dev/null +++ b/changes/bug29244 @@ -0,0 +1,4 @@ + o Minor bugfixes (build, compatibility): + - Update Cargo.lock file to match the version made by the latest + version of Rust, so that "make distcheck" will pass again. + Fixes bug 29244; bugfix on 0.3.3.4-alpha. |