Changes in ver 0.99.9.4
-----------------------
Added the IPTOS_THROUGHPUT to further increase the speed of the downloads.
Fixed a problem with the incompatibilities between ncurses versions 4.x and
5.x.
Also included a header which was causing compilation problems.

Changes in ver 0.99.9
-----------------------
The download rate is at it's most accurate now..Dammit I am not good at
maths...:(
The FTP threads now support downloading even when a ftp server rejects the
initial connection...the F**s...
Support for the .netrc file added.
Organized the runtime options to a structure and made things more organized.
Added display of CTR-L 

Changes in ver 0.99.8.1
-----------------------
Now the size of a ftp file is figured out by the SIZE command  
Fixed a problem with the display when resuming.
Organized the code on to ftp-retr.c and http-retr.c 
Added support for printing the version
The download rate is computed more accurately now...
A bug when PASV is not supported by the ftp server is fixed

Changes in ver 0.99.8
---------------------
FTP now starts with PASV as the first choice and reverts back to using
PORT, if it PASV fails.
Changed a minor error with the assert statements.
Changed the appearance of the code.
Removed a unnecessary close statement.
Fixed a bug related to the accept_ranges header
CTRL-L now refreshes the ncurses screen...
Prozilla now checks for previously downloaded file portions and prompts
the user whether he would like to resume the previous download etc. It
does not do this check when started in resume mode as this would be
redundant.

Changes In ver 0.99.7
--------------------
Prozilla now prompts the user about overwriting files, thus if gnu.jpg is
requested and gnu.jpg also exits in the same directory, The user will be
prompted. This check can be disabled by using the --force or -f options,
then the files are overwritten without prompting the user. Thanks to Rich
<richdawe@bigfoot.com> for  suggesting it.

The GTK display now displays in Kb/sec thanks to Wilmer for the change.

Changes in ver 0.99.6
---------------------
Richard Dawe's gproz script and several spelling related diffs (also by
him) were included.


Changes in ver 0.99.4 from 0.99.3.2
-----------------------------------
1. When resuming, the bytes/sec value computed is now correct.
2. modified the gtk display and the curses display to display the correct
value. 

Changes in ver 0.993.2 from 0.99.3
----------------------------------
1. The name of the executable is now prz 
2. The dax.c and dax.h were changed to main.c and main.h respectively.
3. calls to the message function containing '/n' were converted to without
the newline because this tended to mess the gtk display.

Changes in ver 0.99.3 from 0.99.2
---------------------------------
1. Changed the socket options set in connect.c
2. The situation where a FTP server doesn't allow more than one or n
connections is detected and handled appropriately (the  **!! servers)
3. curses display changed a bit.. 

