version 0.1 alpha3 (06-04-2007)
==========================================
    *aping.py:
    - implemented the random session ICMP identifier in packets,so now you can run APing
      simultaneously in several terminals without the timing problems bug 
    
    - fixed a little bug in the IP number verifier function.(If you entered a negative numbers 
      or some illegal characters (@,#,^. . . ) in one of the IP fields APing still tried to 
      probe the address)
    
    - Introduced the status message system.If on the probing process problems emerges then after 
      the program stops (or it is halted from the keyboard) a status message,or more are printed
      out related to that problem(s).If no problems occurs then the "All is ok" message is printed out
    
    - redesigned the --pkg-trace output,so it is more cleaner now (easy to read),not so messed up
    
    - Implemented the 's' and 'm' end options for the send delay and the listen timeout.Now the 2
      timing options are expressed in milliseconds by default.If you want to specify manually you
      can append an 's' (for seconds) or an 'm' (for minutes) after the number specified.If you 
      don't append the end options after the number specified APing looks at the times like it 
      were in milliseconds
    
    - fixed a bug in the checksum algorithm,that maked the program to send bad checksum after a while
      and crash 
    
    - fixed a timing bug in the rtt of the received packages,if you entered a lower listen timeout 
      then the target real rtt packets with bogus rtt was printed out to the screen.Now APing just 
      ignores that packages
      
    - fixed a bug related to the run privileges.APing have used the os.getenv() function  
      with the USER environment variable to retrieve the currently user that try to run the 
      program.But some distributions are not returning correctly the expected user that way.
      So I changed that function with the os.geteuid() that returns the user ID in any distribution 
          
    - fixed a major bug in the sequence number generator for the ICMP packets.After APing sent 65535
      packets the program crashes do to a bug in the sequence generator 
    
    - wrote more detailed infos in the program source about the classes,and functions,and what
      everyone do

version 0.1 alpha2 (15-03-2007)
==========================================
    *aping.py:
    - changed the trace option output
    - fixed a bug in the statistics function.(If the source address from the received 
      packets was not the destination specified the warning message was not printed out)
    - rewrote,corrected the error messages
    - fixed spelling mistakes in all the output messages
    - enhanced,corrected the help message
    *aping.1(manual):
    - corrected the manual page 


version 0.1 alpha1 (25-02-2007)
==========================================
    The beginning . . .
