2006-02-11  Guillaume Smet <guillaume-pg@smet.org>

	* fixed references for PHP 5.1
	* lowered error reporting level for PHP 4.4 due to a problem with references
	* released development version 0.4.99 for PHP 5.1 users

2006-01-26  Guillaume Smet <guillaume-pg@smet.org>

	* fixed a problem with CONTEXT lines introduced with the new parser refactoring
	* fixed a bug in LogStream when we have a blank continuation line

2006-01-25  Guillaume Smet <guillaume-pg@smet.org>
	
	* fixed a missing reference to $logStream in LogBlock
	* removed useless code from LogStream
	* fixed html output method of errors report

2006-01-24  Guillaume Smet <guillaume-pg@smet.org>

	* fixed a bug on duration if log_duration and log_min_duration_statement
	are set to true in the new parser (duration counted twice)
	* minor fix in command line help

2006-01-11  Guillaume Smet <guillaume-pg@smet.org>

	* it is now possible to generate several reports with only one parse
	* we now check that GD2 extension is available if we use the
	HTML with graphs format
	* merged 0.2 branch (0.2.1) into HEAD

2006-01-10  Guillaume Smet <guillaume-pg@smet.org>

	* [0.2] fixed a bug on duration if log_duration was set to true
	submitted by David Link
	* [0.2] improved the sort in normalized queries reports
	* [0.2] released 0.2.1

2005-12-25  Guillaume Smet <guillaume-pg@smet.org>

	* rewrote large parts of the parser to fix various problems
	* added the ability to take into account duration only log lines

2005-12-22  Guillaume Smet <guillaume-pg@smet.org>

	* more work on graphs
	* tagged RELEASE_0_3 even if it is not an official release
	before major parser changes

2005-12-21  Guillaume Smet <guillaume-pg@smet.org>

	* worked on graphs for hourly reports
	* added all the command line stuff to manage graphs

2005-12-20  Guillaume Smet <guillaume-pg@smet.org>

	* added Artichow library to draw graphs

2005-12-19  Guillaume Smet <guillaume-pg@smet.org>

	* applied patch from Laurent Almeras to add -from and -to
	options (ability to filter on timestamps)
	* worked on hourly statistics (no pretty output yet)

2005-12-18  Guillaume Smet <guillaume-pg@smet.org>

	* enhanced the syslog parser to get log line timestamps
	* added the ability to get the timestamp of a query

2005-12-16  Guillaume Smet <guillaume-pg@smet.org>

	* fixed a few bugs
	* released 0.2

2005-11-28  Guillaume Smet <guillaume-pg@smet.org>

	* applied [#1000450] from Laurent Almeras

2005-11-24  Guillaume Smet <guillaume-pg@smet.org>

	* optimized the parsers
	* improved html error report and fixed text error report

2005-11-23  Guillaume Smet <guillaume-pg@smet.org>

	* added a Profiler class
	* updated the Profiler test case
	* implemented the Profiler in the parsers
	* optimized the parsers

2005-11-22  Guillaume Smet <guillaume-pg@smet.org>

	* added the Profiler test case
	* added the -profile option to command line
	* added the -examples option to command line

2005-11-21  Guillaume Smet <guillaume-pg@smet.org>

	* pgFouine should now work with PostgreSQL 8 log prefix feature
	* added the -onlyselect option to command line
	* added config functions
	* preliminary work on error reports
	* ignored more common LOG: lines which should not raise an error
	* fixed references to listeners in reports

2005-11-20  Guillaume Smet <guillaume-pg@smet.org>
	
	* improved SQL highlighting by adding PostgreSQL specific functions
	* added the ability to choose reports generated

2005-11-19  Guillaume Smet <guillaume-pg@smet.org>

	* released 0.1