mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
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:
parent
d141150a59
commit
968edfda11
2
CREDITS
2
CREDITS
@ -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
1
NEWS
@ -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)
|
||||
|
||||
|
@ -154,6 +154,9 @@ _platform_map = {
|
||||
"freebsd4": "bsd",
|
||||
"freebsd5": "bsd",
|
||||
"freebsd6": "bsd",
|
||||
"freebsd7": "bsd",
|
||||
"freebsd8": "bsd",
|
||||
"freebsd9": "bsd",
|
||||
"netbsd1": "bsd",
|
||||
"netbsd2": "bsd",
|
||||
"netbsd3": "bsd",
|
||||
|
Loading…
Reference in New Issue
Block a user