MatchMod v0.90 - Sep  2, 2002
=============================

- now "addons development standards"-compliant
- added 'motd-like' in-game information messages
- added match rules (cf. light.cfg / 'create' web page) :
  . timelimit 
  . winlimit
  . count only one team's wins ('t', 'ct', or 'attackers' for co-rules)
    (only supported in timelimit matches) (otherwise they'd never end :p)
- server now goes back to a normal state 90 seconds after a match
  (reloads normal config & reloads the map)
- added ability to disable console connection message (default:enabled)
  . light mode : "m4_motd" (0/1) cvar
  . full mode  : global configuration page
- fixed "Public #1" hostname bug in full mode
- fixed server crashing when client using hlirc

* php interface :
- removed admin features from fullscreen status page
- added map column (status page)
- added 'remaining' (time/rounds/wins) column (status page)
  (also displays warmup's remaining time)


MatchMod v0.85 - Jul 31, 2002
=============================

- cleaned mysql error messages
- added light mode (no mysql, no php) for individual online servers
  (see m4-light.txt)
- added english language support
- added clan password support (optional) (full mode only)
- added ability to specify which team begins Terrorist (& CT)
- moved config files to cstrike/m4 subfolder
- m4/mysql.cfg is now loaded automatically
- server number / light mode can be specified on hlds commandline
  (see readme.txt)

* php interface :
- fixed global variables issues with php 4.2.x
- added a page to issue rcon commands (beta version)


MatchMod v0.81 - Jul 16, 2002
=============================

- added hostname customization
- added more verbose mysql error messages
- fixed win32 crashing when creating timer

* engine :
- removed some dead code
- win32 binary (m4.dll) :
  now built with gcc-2.95.2 (linux cross-compilation)
  with custom builds for mysqlclient (3.23.49) & zlib (1.1.4) libraries
- linux binary (m4_i386.so) :
  built with mysqlclient library version 3.23.51
- changed general timer from entity/nextthink to gpGlobals->time checks

* php interface :
- fixed login button type (from 'button' to 'submit')


MatchMod v0.80 - Jul 15, 2002
=============================
* first public release
