* Version 1.9.16 (stable) - API 1.0.0 (stable) - 2008-01-19

- Corrected some PHPDoc syntax problems.
- Correcting some spelling errors in the users guide.
- Fixed the firebug unit test.
- Simplified the PEAR_LOG_ALL and PEAR_LOG_NONE constants.

* Version 1.9.16 (stable) - API 1.0.0 (stable) - 2008-01-19

- Corrected some PHPDoc syntax problems.
- Correcting some spelling errors in the users guide.
- Fixed the firebug unit test.
- Simplified the PEAR_LOG_ALL and PEAR_LOG_NONE constants.

* Version 1.9.15 (stable) - API 1.0.0 (stable) - 2008-01-19

- The Firebug handler now avoids more Javascript errors in IE. (Bug 12810)

* Version 1.9.14 (stable) - API 1.0.0 (stable) - 2008-01-01

- The sql handler wasn't honoring custom SQL insertion statements. (Bug 12734)
- The display handler now has a configurable line format. (Request 12781)

* Version 1.9.13 (stable) - API 1.0.0 (stable) - 2007-12-12

- The Firebug handler's unit test now passes. (Bug 12674)
- Fixed a PHP4 compatibility problem involving class_exists(). (Bug 12675)

* Version 1.9.12 (stable) - API 1.0.0 (stable) - 2007-12-11

- The Firebug handler no longer generates Javascript errors in IE. (Bug 12607)
- The users guide has been updated with information on writing custom handlers.

* Version 1.9.11 (stable) - API 1.0.0 (stable) - 2007-05-13

A Firebug log handler has been added.

* Version 1.9.10 (stable) - API 1.0.0 (stable) - 2007-02-04

The syslog handler now has an 'inherit' configuration parameter which controls whether or openlog() is called to create a new syslog environment. (Bug 9822)
fflush() is now always called with a valid resource. (Bug 9388)
The mail handler, when composited, no longer sends empty messages. (Bug 8865)

