============================================================================
ChangeLog
============================================================================

20 June 2003: Version 1.5.0 to 1.5b
-----------------------------------

* fixed a regression bug on Apache 1.x

* added the directives.html file that disappear in version 1.5 !


27 September 2002: Version 1.2.0 to 1.5.0
-----------------------------------------

* the Web interface is now called the "Control Panel".
  It has been entirely rewritten.
  It generates SVG charts only (no more GIF or JPG)

* You can Load & Save reports in the DB

* You can mail reports

* You can filter results according to the server and/or the TCP port


20 September 2002: Version 1.1.0 to 1.2.0
-----------------------------------------

* Apache 1 & 2 versions merge into a single package

* mod_benchmark.c:

- Directive BenchmarkTrace is now at Server Scope
- Better handling of Rewrite rules and subqueries

* sql/*sql:
- Added new fields:
	- IP address of client and server (used in case of Load Balancing)
	- real filename after URI translation


12 September 2002: Version 1.0.2 to 1.1.0
-----------------------------------------

* support for "configure;; make; make install"


30 August 2002: Version 1.0 to 1.0.2
------------------------------------

* mod_benchmark.c:

- change the SQL syntax to make it more portable. Remove the NOW() call
  of internal MySQL function
- add support of Sybase

* sql/mod_bechmark*.sql

- create one script per DBM for tables creation 

* benchmark/statdisplay.php

- add a random value to the name of the generated graphs to avoid a
  problem of cache in the browser

* yourglobals.inc.php

- add the $dbtype variable

* dbbenchmark.inc.php

- create new classes, one for each type of DBM (MySQL, Sybase...)
- all specific SQL syntax is now encapsulated in these small classes
- provides support for Sybase (with ct library)

================================== EOF =====================================
