This file contains new features introduced by particular pavuk versions.
For more precise description of changes look into ChangeLog file.
Fileds signed as <CLI> are for commandline new features, <GUI> are for new
feature available only for GUI.

version 0.9pl22
---------------
<CLI> new option -ssl_version used to set required SSL protocol version
<CLI> new options -unique_sslid/-nounique_sslid used to specify if pavuk
      should use unique SSL ID with each SSL session
<GUI> New Append URL dialog used to append URLs while running downloading
      process
<CLI> new option -httpad used for adding user defined HTTP headers to HTTP
      requests
<CLI> new option -statfile for saving download progress statistics to file
      when finished
<GUI> new dialog window for previewing statistics reports
<CLI> new option -debug_level to enable control on amount of debug messages
<CLI> new WIN32 specific option -ewait to disable pavuk console close when
      pavuk finished his job
<GUI> new posibility to save tree structure from URL tree preview dialog

version 0.9pl23
---------------
<CLI> new option -aip_pattern & -dip_pattern to specify allowed/disallowed
      server IP addreses with regular expressions
<CLI> new option -site_level for limiting through how many site in URL tree
      can pavuk go
<CLI> new mode "ftpdir" for listing FTP directories
<CLI> new option -site_level for limiting how many site levels can be
      downloaded
<CLI> new protocol added - FTP over SSL
<CLI> new option -FTPS/-noFTPS for enabling/disabling of documents via
      FTP over SSL
<CLI> new option -ssl_cipher_list to specify list of preffered ciphers in 
      SSL communication
<CLI> new protocol added - HTTP/1.1
<CLI> new option -use_http11/-nouse_http11 for enabling/disabling use of 
      HTTP/1.1 protocol in communication with HTTP server
<CLI> new option -max_time to specify maximal time of downloading
<CLI> new option -local_ip to binf specified network interface on multihomed
      hosts

version 0.9pl24
---------------
<CLI> new option -request for specify richer information for request, this
      option is required for doing HTTP POST requests
<CLI> new option -hash_size used to set size of internal hash tables for
      URL and filename lookup. Usable for performance tuning when mirrorng
      huge amount of URLs
<CLI> extended posibilities of option -fnrules to be able to perform several
      functions for generating local names
<GUI> implemented droping of URLs into URL Append dialog
<GUI> implemented posibility to watch downloading process inside 
      URL tree preview dialog

version 0.9pl25
---------------
<GUI> removed support for Xt GUI
<CLI> posibility to use multiple HTTP proxy servers with round robin scheduling
<CLI/GUI> optional multithreading support (see option -nthreads)
<CLI> new multithreading related pair of options -immesg/-noimmesg for
      controling per thread bufering of messages till download is finished
<CLI> posibility to fill noninteractively matching HTML forms (see option
      -formdata in manual)
<CLI> new option -dumpfd to be able directly dump documents to pipe instead 
      of file in document tree
<GUI> 'Load scenario' now resets configuration before loading new scenario
<GUI> Added new menu entry to add scenario to current setup

