++*** Version 1.12.7 (stable) - API 1.0.0 (stable) - 2011-09-19


- The 'firebug' handler is now usable with Chrome, as well. (Request 18617)
- The 'observer' code now longer generates deprecated return value reference notices. (Bug 18830)
 

*** Version 1.12.6 (stable) - API 1.0.0 (stable) - 2011-05-25


- Improved the console handler's stream handling. (Bug 17874)
- Added a 'reopen' configuration parameter to the syslog handler. (Request 18185)
- The backtrace depth is now configurable via setBacktraceDepth(). (Request 18423)
   

*** Version 1.12.5 (stable) - API 1.0.0 (stable) - 2010-12-22


- Corrected the "levels" unit test on 32-bit systems. (Bug 18099)
- Corrected quote handling in Firebug console output. (Bug 18141)
   

*** Version 1.12.4 (stable) - API 1.0.0 (stable) - 2010-12-05


- The display handler now has a 'rawText' configuration option that disables HTML-safe message text conversion.
- Improved the way that the composite handler stores references its children.
   

*** Version 1.12.3 (stable) - API 1.0.0 (stable) - 2010-09-27


- The unit tests now set the timezone. (Bug 17830)
- The composite handler now opens child handlers lazily (on demand). (Bug 17785)
   

*** Version 1.12.2 (stable) - API 1.0.0 (stable) - 2010-08-28


- Use PHP5-specific static method notation to avoid strict warnings. (Bug: 17509)
- Fixing some potential undefined backtrace references. (Bug: 17738)
- Adding `lineFormat` and `timeFormat` configuration variables to the syslog handler. (Request: 17753)
   

*** Version 1.12.1 (stable) - API 1.0.0 (stable) - 2010-05-28


Fixing a rare notice when extracting the class name from a backtrace involving the composite handler. (Bug 17356)
   

*** Version 1.12.0 (stable) - API 1.0.0 (stable) - 2010-01-24


This release drops PHP4 compatibility (enforced by the package dependencies).  

There is unfortunately no way to support both PHP4 and PHP5 in the same code base when running under E_ALL.  Because it appears that the majority of Log package users have moved to PHP5, the Log package now targets that audience.

Given the fact that the Log package is now largely in maintenance mode, existing PHP4 users shouldn't feel adandoned.  If necessary, important fixes, etc. can be merged back into the 1.11.* release line, which will retain PHP4 compatibility.

Also:
- Added a PEAR_LOG_TYPE_SAPI constant for use by with error_log handler.
   

*** Version 1.12.0RC1 (beta) - API 1.0.0 (stable) - 2009-12-27


This release drops PHP4 compatibility (enforced by the package dependencies).  

There is unfortunately no way to support both PHP4 and PHP5 in the same code base when running under E_ALL.  Because it appears that the majority of Log package users have moved to PHP5, the Log package now targets that audience.

Given the fact that the Log package is now largely in maintenance mode, existing PHP4 users shouldn't feel adandoned.  If necessary, important fixes, etc. can be merged back into the 1.11.* release line, which will retain PHP4 compatibility.
   

*** Version 1.11.6 (stable) - API 1.0.0 (stable) - 2009-12-26


The syslog handler's maximum message length is now configurable via a new 'maxLength' configuration variable.  If the handler receives a message longer than this length limit, it will be split into multiple syslog() calls.
   

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

