1.57
----
  * Implemented BeOS DoS attack
  * Fixed a bug in the asocket.pm module (infinite while loop)
  * Implemented --data/-y for the --connect socket function
  * Wrote an example file (EXAMPLES)
  
1.56
----
   * Implemented TCP/UDP socket functions (listen and connect, netcat like)
   * Implemented random TCP/UDP socket ports
   * Added --help, -h and -? to show the help
   * Implemented regular expressions for the use with --listen

1.55
----
   * Modularized apsend
   * Added Makefile.PL
   * Bugfixes
   * Wrote POD/HTML/TEX/text documentation for apsend
   * Removed install script
   
1.54
----
   * Wrote a man page for apsend :)
   * Fixed a few bugs (options: --tpcd to --tcpd for example)
   * Added install script

1.53
----
   * Changed regex to match mac address (/^([0-9a-f]{2}:){5}[0-9a-f]{2}$/i)
     (/\d\d:\d\d:\d\d:\d\d:\d\d:\d\d/  was really wrong...sorry :) )
   * Removed --check option for the ICMP header (use --icheck now)
   * Corrected a few spelling mistakes :)
   * Fixed a few other bugs

1.52
----
   * Fixed a lot of bugs
   * Added support for ethernet frames
   * Added support for generic packets
   * Rewrote parts of the code
   * Added a few new options (like (random) MAC addresses)
   
1.51
----
   * Fixed a bug in the UDP protocol

1.50
----
    * Complete code rewrite
    * Added long command line options using Getopt::Long
    * Added UDP and ICMP support
    * udp-flood and ping-flood
    * better code documentation
    * A few bugfixes

1.40
----
    * Added stream attack
    * Rewrote parts of the code
    * A few bugfixes (thanx to chris)

1.22
----
    * Added data offset, fragmentation offset and res1/2 bit
    * Added IP version option

1.21
----
    * Added tcpdump DoS attack
    * Fixed a bug in the internet header length (ihl)
    * A few other bugfixes
    
1.20
----
    * First public release
    
