r68775 - in /branches/upstream/liblog-handler-perl/current: ChangeLog META.yml lib/Log/Handler.pm

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Wed Feb 16 10:13:15 UTC 2011


Author: carnil
Date: Wed Feb 16 10:12:42 2011
New Revision: 68775

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68775
Log:
[svn-upgrade] new version liblog-handler-perl (0.71)

Modified:
    branches/upstream/liblog-handler-perl/current/ChangeLog
    branches/upstream/liblog-handler-perl/current/META.yml
    branches/upstream/liblog-handler-perl/current/lib/Log/Handler.pm

Modified: branches/upstream/liblog-handler-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/ChangeLog?rev=68775&op=diff
==============================================================================
--- branches/upstream/liblog-handler-perl/current/ChangeLog (original)
+++ branches/upstream/liblog-handler-perl/current/ChangeLog Wed Feb 16 10:12:42 2011
@@ -1,3 +1,6 @@
+0.71    Released at 2011-02-10.
+        - Fixed RT#65515 and added dateformat to _split_options().
+
 0.70    Released at 2011-01-07.
         - Added exists_logger().
         - get_logger() doesn't croak any more if a logger

Modified: branches/upstream/liblog-handler-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/META.yml?rev=68775&op=diff
==============================================================================
--- branches/upstream/liblog-handler-perl/current/META.yml (original)
+++ branches/upstream/liblog-handler-perl/current/META.yml Wed Feb 16 10:12:42 2011
@@ -13,7 +13,7 @@
 provides:
   Log::Handler:
     file: lib/Log/Handler.pm
-    version: 0.70
+    version: 0.71
   Log::Handler::Config:
     file: lib/Log/Handler/Config.pm
     version: 0.07
@@ -77,4 +77,4 @@
   UNIVERSAL: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.70
+version: 0.71

Modified: branches/upstream/liblog-handler-perl/current/lib/Log/Handler.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/lib/Log/Handler.pm?rev=68775&op=diff
==============================================================================
--- branches/upstream/liblog-handler-perl/current/lib/Log/Handler.pm (original)
+++ branches/upstream/liblog-handler-perl/current/lib/Log/Handler.pm Wed Feb 16 10:12:42 2011
@@ -1059,7 +1059,7 @@
 use UNIVERSAL;
 use base qw(Log::Handler::Levels);
 
-our $VERSION = "0.70";
+our $VERSION = "0.71";
 our $ERRSTR  = "";
 
 # $TRACE and $CALLER_LEVEL are both used as global
@@ -1574,6 +1574,7 @@
         newline
         priority
         timeformat
+        dateformat
         remove_on_reload
     );
 




More information about the Pkg-perl-cvs-commits mailing list