Changeset 968edfd in trunk


Ignore:
Timestamp:
2010-07-18T02:28:32Z (15 years ago)
Author:
francois <francois@…>
Branches:
master
Children:
bdb1055
Parents:
d141150
Message:

iputil.py: Add support for FreeBSD 7,8 and 9
committed by: zooko@…
date: 2010-07-17
and I also patched: NEWS and CREDITS

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified CREDITS

    rd141150 r968edfd  
    5353
    5454N: François Deppierraz
    55 D: char encodings, testing, duplicity plugin, debugging, FUSE, docs
     55D: char encodings, testing, duplicity plugin, debugging, FUSE, docs, FreeBSD
    5656E: francois@ctrlaltdel.ch
    5757
  • TabularUnified NEWS

    rd141150 r968edfd  
    1414 - Fix rarely-encountered incompatibility between Twisted logging utility and
    1515   the new unicode support added in v1.7.0 (#1099)
     16 - Fix IP address detection on FreeBSD 7, 8, and 9 (#1098)
    1617
    1718* Release 1.7.0 (2010-06-18)
  • TabularUnified src/allmydata/util/iputil.py

    rd141150 r968edfd  
    155155    "freebsd5": "bsd",
    156156    "freebsd6": "bsd",
     157    "freebsd7": "bsd",
     158    "freebsd8": "bsd",
     159    "freebsd9": "bsd",
    157160    "netbsd1": "bsd",
    158161    "netbsd2": "bsd",
Note: See TracChangeset for help on using the changeset viewer.