diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-19 19:35:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-19 19:35:39 -0400 |
commit | 8f2f06c9b38015f641d0505e805a8285884f55ba (patch) | |
tree | 171bc81a75c2a633c5755499e8be5876d30489f7 /changes | |
parent | 5e571900b341b52a3176edaecfb6cbab8829efd1 (diff) | |
parent | 65cf5130ef60b82bae552363bcca53e5ab9cfd02 (diff) | |
download | tor-8f2f06c9b38015f641d0505e805a8285884f55ba.tar.gz tor-8f2f06c9b38015f641d0505e805a8285884f55ba.zip |
Merge branch 'maint-0.2.8'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19903 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19903 b/changes/bug19903 new file mode 100644 index 0000000000..33aa8789d7 --- /dev/null +++ b/changes/bug19903 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Remove an inappropriate "inline" in tortls.c that was causing warnings + on older versions of GCC. Fixes bug 19903; 0.2.8.1-alpha. + |