*** Version 1.11.5 (stable) - API 1.0.0 (stable) - 2009-07-23


- The class name is now reported correctly when the shortcut functions are used. (Bug #16452)
 

*** Version 1.11.4 (stable) - API 1.0.0 (stable) - 2009-03-29


- The window handler now works when output buffering is enabled. (Bug 15379)
- The window handler will now scroll to the bottom when clicked. (Kevin Wood)
   

*** Version 1.11.3 (stable) - API 1.0.0 (stable) - 2008-11-18


- It is now possible to configure the error_log handler's line and timestamp formats. (Bug #14655)
- Added _extractMessage() support for non-scalar array('message' => ...) values.
- Spaces in 'win' handler window names are now replaced with underscores.
- Added a class name format token: %8$s
   

*** Version 1.11.2 (stable) - API 1.0.0 (stable) - 2008-09-04


- Correcting some breakage in Log::_getBacktraceVars(). (Bug 14595)
   

*** Version 1.11.1 (stable) - API 1.0.0 (stable) - 2008-08-05


- Log::_getBacktraceVars() no longer produces notices. (Bug 14398)
- Log::_extractMessage() now uses var_export() instead of print_r(). (Bug 14430)
   

*** Version 1.11.0 (stable) - API 1.0.0 (stable) - 2008-06-14


Relicensing the Log package under the MIT license.
   

*** Version 1.10.1 (stable) - API 1.0.0 (stable) - 2008-05-03


- The default value for the display handler's lineBreak configuration value wasn't being applied. (Bug 13436)
   

*** Version 1.10.0 (stable) - API 1.0.0 (stable) - 2008-02-10


- The level masking test now passed on 64-bit platforms. (Bug 12933)
- The mail handler can now optionally use the PEAR Mail package. (Request 12839)
   

*** 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)
   

