diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-06-19 02:31:13 -0700 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-06-20 20:01:46 -0400 |
commit | 8b0d9452ca2053bbfba60750d169aaf52037cfcd (patch) | |
tree | d191e6101621f5b114db1e724d87dbb5f6352a1c /changes | |
parent | 8653f31d8d534282795acb54ee500ef7d42d3a32 (diff) | |
download | tor-8b0d9452ca2053bbfba60750d169aaf52037cfcd.tar tor-8b0d9452ca2053bbfba60750d169aaf52037cfcd.tar.gz |
Fix tor-fw-helper-natpmp.c API usage
libnatpmp-20110618 changed the API that tor-fw-helper used and for a time
tor-fw-helper could not build against the newest libnatpmp. This patch brings
support for libnatpmp to tor-fw-helper.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3434 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug3434 b/changes/bug3434 new file mode 100644 index 000000000..24ee51872 --- /dev/null +++ b/changes/bug3434 @@ -0,0 +1,2 @@ + o Minor bugfixes: + - Update tor-fw-helper to support libnatpmp-20110618; fixes 3434. |