diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-16 13:36:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-16 13:36:48 -0500 |
commit | f470756cf4660bd7d5e9d4c8d66a56adfd3b7ff7 (patch) | |
tree | b514a0472cbaf3b926de973f034b015ff3a66898 /changes | |
parent | 01adeb2471360f4c832252d8b9b9a05ab212a76c (diff) | |
parent | 0cb89eb828005ccf4b1ae72988b9c3b958ceade4 (diff) | |
download | tor-f470756cf4660bd7d5e9d4c8d66a56adfd3b7ff7.tar.gz tor-f470756cf4660bd7d5e9d4c8d66a56adfd3b7ff7.zip |
Merge branch 'maint-0.3.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24652 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24652 b/changes/bug24652 new file mode 100644 index 0000000000..6e35e259e9 --- /dev/null +++ b/changes/bug24652 @@ -0,0 +1,6 @@ + o Minor bugfixes (build, compatibility, rust, OSX): + + - When building with Rust on OSX, link against libresolv, to + work around the issue at + https://github.com/rust-lang/rust/issues/46797. Fixes bug + 24652; bugfix on 0.3.1.1-alpha. |