diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-19 11:49:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-19 11:49:24 -0500 |
commit | f70929347f084b805fca35107d9f48b4b17b3b33 (patch) | |
tree | cdd11a08a727405669c4d7f0ff8434231d14e623 /changes | |
parent | 17e29bda5d4e39e4cb84fa0ad0b011f576b6b6c6 (diff) | |
parent | 4bc55ed5ee5aefa1d86aca34bc5bfba2f24086f3 (diff) | |
download | tor-f70929347f084b805fca35107d9f48b4b17b3b33.tar.gz tor-f70929347f084b805fca35107d9f48b4b17b3b33.zip |
Merge branch 'maint-0.4.0'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29145 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug29145 b/changes/bug29145 new file mode 100644 index 0000000000..40d3da4b91 --- /dev/null +++ b/changes/bug29145 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation, testing): + - Silence a compiler warning in test-memwipe.c on OpenBSD. Fixes + bug 29145; bugfix on 0.2.9.3-alpha. Patch from Kris Katterjohn. |