From 71c7828a8e203a51c39858b1d7a6d27ebc86f6ea Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 21 Dec 2004 07:00:16 +0000 Subject: [PATCH] Note the addition of the new 'daemon' handler. --- package.php | 2 ++ package.xml | 11 +++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.php b/package.php index b8ed3e0..e1a0a79 100644 --- a/package.php +++ b/package.php @@ -7,11 +7,13 @@ $notes = << 1.8.7 - 2004-11-27 + 2004-12-20 PHP License stable The Log package now supports logging arrays with a 'message' key. -The 'display' handler now preserves line breaks in its output. +The 'display' handler now preserves line breaks in its output. +An experimental new handler ('daemon') has been added. DB sqlite @@ -48,6 +49,7 @@ The 'display' handler now preserves line breaks in its output. + @@ -84,11 +86,12 @@ The 'display' handler now preserves line breaks in its output. 1.8.7 - 2004-11-27 + 2004-12-20 PHP License stable The Log::_extractMessage() routine will now extract and use the value of an array's 'message' key if it exists. (Laurent Laville) -The 'display' handler now preserves line breaks in its output. (Bug 2606) +The 'display' handler now preserves line breaks in its output. (Bug 2606) +An experimental new syslog daemon log handler ('daemon') has been added to the Log distribution. (Bart van der Schans) 1.8.6