diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-11 10:05:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-11 10:05:28 -0500 |
commit | ef31c8862f4ed86cfa4987b2ec58468269457f87 (patch) | |
tree | 67b74f61938b17eb38ef8ca929eb053d126b541b /changes | |
parent | db263442af565fde0d54398da7cc80a66469d273 (diff) | |
download | tor-ef31c8862f4ed86cfa4987b2ec58468269457f87.tar.gz tor-ef31c8862f4ed86cfa4987b2ec58468269457f87.zip |
Add changes file for 18448; refactor
(I've made it so FreeBSD || FreeBSD_kernel is enough to ensure that
we think you might have ipfw, and so that the logic is all in one
place.)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18448 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18448 b/changes/bug18448 new file mode 100644 index 0000000000..e328ce367a --- /dev/null +++ b/changes/bug18448 @@ -0,0 +1,6 @@ + o Minor features (build): + - Detect systems with FreeBSD-derived kernels (such as GNU/kFreeBSD) as + having possible IPfW support. Closes ticket 18448. Patch from + Steven Chamberlain. + + |