Changeset 1938 for trunk/docs/CHANGELOG

Show
Ignore:
Timestamp:
11/01/07 11:58:18 (14 months ago)
Author:
aturner
Message:

merge -r 1921:1937 from branches/3.2 refs #276

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/docs/CHANGELOG

    r1926 r1938  
    11$Id$ 
     2 
     311/01/2007: Version 3.2.3 
     4    - Fix compile issue under Linux and other OS's (#275) 
     5     
     610/31/2007: Version 3.2.2 
     7    - Enable source MAC spoofing for OS X (#142, #151) 
     8        * Tcpreplay now requires OS X 10.5 (Leopard) 
     9    - Fix crash/memory access error with tcpreplay -N (#273) 
    210 
    31110/25/2007: Version 3.2.1 
     
    8795        - Fixed detection of IPv4 packets in libtcpedit on little-endian boxes (#115, #116) 
    8896    - Fixed TCP/UDP checksum calculation on little-endian boxes (#126) 
    89     - Added –-quiet flag to tcpreplay for Lothar (#109) 
    90     - The –-seed flag should now generate the same IP’s on both little-endian & big-endian boxes (#65) 
    91     - The –-skipl2broadcast flag now works as documented (#112) 
     97    - Added --quiet flag to tcpreplay for Lothar (#109) 
     98    - The --seed flag should now generate the same IPs on both little-endian & big-endian boxes (#65) 
     99    - The --skipl2broadcast flag now works as documented (#112) 
    92100    - Adding L2 header for DLT_RAW encapsulated packets now works (#16) 
    93101    - Clean up documentation (#66, #75)