From 68b2a50969bb4d6511976b367d869748d284e429 Mon Sep 17 00:00:00 2001 From: Adam Thomason Date: Tue, 10 Feb 2015 17:56:21 -0800 Subject: [PATCH] Update version to 0.62 --- Changes | 4 ++++ META.yml | 2 +- README | 2 +- lib/Log/Syslog/Fast.pm | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index f80946a..a167e76 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Revision history for Perl extension Log::Syslog::Fast. +0.62 Tue Feb 10 17:53:36 PST 2015 + - Emit strict RFC3339 timestamp in RFC5424 mode. + See https://github.com/athomason/Log-Syslog-Fast/pull/6 + Thanks to Oleg Komarov, komarov@. 0.61 Wed Oct 31 16:41:12 PDT 2012 - Return a descriptive error on getaddrinfo failure. 0.60 Tue Mar 6 18:00:32 PST 2012 diff --git a/META.yml b/META.yml index 1122a23..00d5e11 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Log-Syslog-Fast -version: 0.61 +version: 0.62 version_from: lib/Log/Syslog/Fast.pm installdirs: site requires: diff --git a/README b/README index fe352b5..f8776fd 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Log-Syslog-Fast version 0.61 +Log-Syslog-Fast version 0.62 ============================ This module sends syslog messages over a network socket. It works like diff --git a/lib/Log/Syslog/Fast.pm b/lib/Log/Syslog/Fast.pm index 5ff115e..7cd94e3 100644 --- a/lib/Log/Syslog/Fast.pm +++ b/lib/Log/Syslog/Fast.pm @@ -4,7 +4,7 @@ use 5.006002; use strict; use warnings; -our $VERSION = '0.61'; +our $VERSION = '0.62'; use Log::Syslog::Fast::Constants ':all'; require Exporter;