iputil.py: Add support for FreeBSD 7,8 and 9

committed by: zooko@zooko.com
date: 2010-07-17
and I also patched: NEWS and CREDITS
This commit is contained in:
francois 2010-07-17 19:28:32 -07:00
parent d141150a59
commit 968edfda11
3 changed files with 5 additions and 1 deletions

View File

@ -52,7 +52,7 @@ D: packaging, buildbot
E: cgalvan@enthought.com
N: François Deppierraz
D: char encodings, testing, duplicity plugin, debugging, FUSE, docs
D: char encodings, testing, duplicity plugin, debugging, FUSE, docs, FreeBSD
E: francois@ctrlaltdel.ch
N: Larry Hosken

1
NEWS
View File

@ -13,6 +13,7 @@
from an attacker who is able to read the disk. (#1083)
- Fix rarely-encountered incompatibility between Twisted logging utility and
the new unicode support added in v1.7.0 (#1099)
- Fix IP address detection on FreeBSD 7, 8, and 9 (#1098)
* Release 1.7.0 (2010-06-18)

View File

@ -154,6 +154,9 @@ _platform_map = {
"freebsd4": "bsd",
"freebsd5": "bsd",
"freebsd6": "bsd",
"freebsd7": "bsd",
"freebsd8": "bsd",
"freebsd9": "bsd",
"netbsd1": "bsd",
"netbsd2": "bsd",
"netbsd3": "bsd",