Changeset 1686 for trunk/docs/CHANGELOG

Show
Ignore:
Timestamp:
02/21/07 22:08:45 (23 months ago)
Author:
aturner
Message:

change log for 3.0.beta12. refs #83

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/docs/CHANGELOG

    r1585 r1686  
    11$Id$ 
    22 
     302/21/2007: Version 3.0.beta12 
     4        - Fix compile under RH ES 3.x (gcc 3.2.2) (#79) 
     5        - Fix compile on MIPS, ARM, HPPA, etc (#81, #88) 
     6        - Rewrite L2/DLT code in tcpedit/tcprewrite to be plugin based (#82) 
     7                - Create Ethernet Plugin (#99) 
     8                - Create User Plugin (#100) 
     9                - Create Cisco HDLC Plugin (#101) 
     10                - Create DLT_LINUX_SLL Plugin (#102) 
     11                - Create DLT_RAW Plugin (#104) 
     12                - Create DLT_NULL Plugin (#105) 
     13                - Create DLT_LOOP Plugin (#106) 
     14        - Properly decode ethernet frames when they are VLAN tagged (#84) 
     15        - Do not install man2html (#85) 
     16        - Add configure --disable-libopts-install option (#86) 
     17        - Enhance tcpreplay --oneatatime (#90) 
     18        - libtcpedit can now return warnings & errors (#92) 
     19        - Fix tcpprep --include/exclude (#96) 
     20        - Upgrade AutoGen tearoff (libopts) to latest version (5.9.0) (#97) 
     21        - Don't do L4 checksums for non-fragment offset == 0 (#107) 
     22         
    32308/07/2006: Version 3.0.beta11 
    424    - Fix distribution to ship missing src/tcpr.h (#73)