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

