0.9.9 
-----
- Added action option to vlog  (still in beta stages)
- Changed a flaged IP from "!!" to "*" 
- Added Call of Duty Screen and support
- Added CoD gametype and map changing
- New Config File format 
- Added vlog color config for cstrike in config file
- Handle Desert Combat and BattleField Vietnam for BF1942
- Installs a sample vrcon config file to /usr/local/share/vrcon  
- -s option now will start you at that servers menu, instead of the start menu
- Added UT2K4 stat screen 
- Quite a few bug fixes
- Added -C command line switch. Allows specifing config file.


0.9.8 
-----
- vlog has a new option -w <config file>  Watch logs via input from stdin. Uses a config file to determine what lines to output. 
- Added PUNKBUSTER to config.h (enabled by default) 
- Added support for Quake3 Arena
- checked support for Q3A MOD Urban Terror
- Fixed some small bugs with map listings
- Now waiting for the server to respond after a map change before doing a list_status()
- Fixed make install for cygwin and MacOS X
- Renamed get_bf_status to get_status 
- Cleanup up some unused variables

0.9.7 
-----
- Added support for CS 1.6 
- Made room for the larger STEAMID's in the Half-life screen

0.9.6 
-----
- Added kick listbox for MOH (kick player)
- Added maps listbox for MOH  (change maps) 
- Command line rcon now works with MOH or CS
- Added rcon for MOH
- Added stating screen for MOH
- Added -S command line option to vrcon and vlog. 
- Added new settings for server in config file. Old config will not work anymore
- Added stating screen for BF1942

0.9.5 
-----
- Added flagip to config file, allows IP's to be easily noticed with a ! appended. 
- Added cm_say option to menu, this is the beginning of ClanMod support

0.9.4 
-----

- Added some #ifdefs
- Added man pages, cleanup up vlog.c.
- Color output added to vlog.
- added vlog program to the vrcon package. 
- added support for the way the maps listing is being sent with the new hlds versions
- Added writeid to perm ban function
- Fixed players in the header. Not showing the last )
- Fixed length of name in GUI overlapping into WONID

0.9.3 
-----

- String cleaning, Replaced all str(n)cat, str(n)cpy, and sprintf functions with strlcat, strlcpy, and snprintf respectively. 

(Permission to use strl* came from Tod C. Miller. He
has relaxed the license on them.)

>Date: Sat, 19 Apr 2003 18:06:28 -0600
>From: Todd C. Miller <Todd.Miller@courtesan.com>
>To: Sam Vaughan <yamaneko@centurytel.net>
>Subject: Re: strlcpy.c and GPL
>
>Yes, you can incorporate the strl code into a GPL program.  I
>recently relaxed the license on the code to make this clear (it is
>now under an ISC-style license).  Unlike the GPL, you can have BSD
>(or ISC in this case) code in a project w/o it affecting the license
>of the other parts.  You simply have to leave the copyright notice
>on the BSD or ISC-licensed files.
>
> - todd

In Addition,  two command line options were added
-r  run a rcon command from the command line
-s  overide the config file for the default server. 

Changed the "Connecting" text a little bit.

0.9.2 
-----
Added other Half-life game MOD support. (DMC, TeamFortress, etc )  Added keys to help with long map listings while in the map listbox.  Fixed problem where under certain circumstances not all the map data was displayed correctly.  See README for more info.
