0.3.0 - December 31, 2003
-----

- Initial Release of the MTA:VC 0.3 Server

0.2.2 - October 26, 2003
-----

- Added GameMode configuration option that allows the Server to be setup to run Regular (1)
or Stunt (2).  This is similar to the Game option, which will force the Client into a
particular game / game mode depending on the Server setting.

- Fixed the "many local connections at port 4005" problem.  Ended up being some leftover
ListingServer code that we had forgot to take out of the previous Server.  The connections
did not do any harm, but were just an annoyance.

- Fixed a security hole that allowed Regular Clients to chat like Server Admin's.

- Updated Client / Admin / Server to only allow connections from 0.2.2 Compatible executables.

- Limited the Server MaxPlayers setting to 26 due to a restriction in the way the scm (Client
stuff) is setup.  This limit will be removed in future versions (0.3+), but must be put in 
place to allow more stable gameplay.

0.2.1 - September 28, 2003
-----

- Fixed a nasty little bug that caused a Seg. Fault / Crash if a Client requested to refresh
a Player's Information (Nickname) without specifying a valid ID.  This also caused the Admin
Program to crash the Server quite a bit as the Client's always thought the Admin Users did
not exist and therefore requested a refresh.

0.2.0 - September 20, 2003
-----

- Initial Release of the MTA:VC 0.2 Server