diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-01-19 12:53:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-01-19 12:53:44 -0500 |
commit | b7f886beb43c098869742fbf55caef9bb8b702f2 (patch) | |
tree | 8a7ab8c52d78c580352f9e5abc7786d9d10b71a3 /changes | |
parent | a22bfe04bcb106b14e2416e39dc9f43dc82eeba0 (diff) | |
parent | f5ddc456472ed9198cda186e59239b5f7558c799 (diff) | |
download | tor-b7f886beb43c098869742fbf55caef9bb8b702f2.tar.gz tor-b7f886beb43c098869742fbf55caef9bb8b702f2.zip |
Merge remote-tracking branch 'tor-gitlab/mr/163' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40113 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug40113 b/changes/bug40113 new file mode 100644 index 0000000000..adf4634097 --- /dev/null +++ b/changes/bug40113 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Resolve a compilation warning that could occur in test_connection.c. + Fixes bug 40113; bugfix on 0.2.9.3-alpha. |