Changeset 1807

Show
Ignore:
Timestamp:
04/14/07 18:32:22 (21 months ago)
Author:
aturner
Message:

add change log for rc1. refs #108

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/docs/CHANGELOG

    r1762 r1807  
    11$Id$ 
    22 
    3 ??/??/2007: Version 3.0.RC1 
     304/14/2007: Version 3.0.RC1 
    44    - Fix tcpbridge and make it compile by default (#15) 
    5  
     5        - Fix tcprewrite crash on little-endian systems (#127) 
     6        - Gracefully handle broken pcap files where the snaplen < caplen (#130) 
     7                - Note: Fix was made in libpcap and will be part of 0.9.6 
     8        - Fix numerous bugs with the sendpacket code (#137) 
     9        - Add optional support for editing packets with tcpreplay (#61) 
     10        - Fix 'make test' on little endian systems (#64) 
     11        - tcprewrite -s is no longer endian dependent (#65) 
     12        - /docs cleaned up (#66) 
     13        - Fix detection/compile of libpcap.  Now support versions >= 0.7.2 (#80, #144) 
     14        - Add official support Cygwin/Win32 support (#110) 
     15        - Clean up libpcap version code (#111) 
     16        - Add support for interface alias names for Win32 (#113) 
     17        - Warn user on DLT miss-match (#125) 
     18        - Fix tcprewrite segfault with --fixlen=pad (#134) 
     19        - Add loop/cache support for better performance (#136) 
     20        - inline debugging code for better performance (#138) 
     21        - configure now supports selecting injection method (#139) 
     22        - Fix configure/compile errors under OpenBSD (#146) 
     23        - Add tcpbridge --verbose mode (#28) 
     24        - Fix compile issues under HP-UX & strictly aligned systems (#141) 
     25        - --enable-dynamic-link supports 64bit libraries (#143) 
     26         
     27         
    62803/22/2007: Version 3.0.beta13 
    729        - Fixed detection of IPv4 packets in libtcpedit on little-endian boxes (#115, #116)