From 24502ff10049266b96f16d9725398afad4244951 Mon Sep 17 00:00:00 2001 From: jq Date: Sun, 20 May 2007 10:24:59 +0000 Subject: [PATCH] [project @ 6173] r4781@merlin: jquelin | 2007-05-20 12:21:38 +0200 v0.4.1 --- Changes | 5 +++-- META.yml | 4 ++-- lib/POE/Component/Client/MPD.pm | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 9a326f3..790129d 100644 --- a/Changes +++ b/Changes @@ -3,7 +3,7 @@ Revision history for POE-Component-Client-MPD High-level changelog ==================== -0.4.x pre-events +0.4.x pre-events, data transform, more pococm-commands implemented 0.3.x post-events, helper classes, more pococm-commands implemented 0.2.x pococm-commands 0.1.x pococm-conn cleaning + features, pococm-message @@ -13,7 +13,8 @@ High-level changelog Low-level changelog =================== -0.4.1 +0.4.1 Sun May 20 12:21:08 CEST 2007 + - possibility to add transform to whole data instead of having to use post-callbacks - new events handled: . kill, version - improved non-regression test suite diff --git a/META.yml b/META.yml index a2b5099..4fe1788 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: POE-Component-Client-MPD -version: 0.4.0 +version: 0.4.1 author: - 'Jerome Quelin ' abstract: a full-blown mpd client library @@ -18,7 +18,7 @@ build_requires: provides: POE::Component::Client::MPD: file: lib/POE/Component/Client/MPD.pm - version: 0.4.0 + version: 0.4.1 POE::Component::Client::MPD::Collection: file: lib/POE/Component/Client/MPD/Collection.pm POE::Component::Client::MPD::Commands: diff --git a/lib/POE/Component/Client/MPD.pm b/lib/POE/Component/Client/MPD.pm index e1b96a0..b8a8080 100644 --- a/lib/POE/Component/Client/MPD.pm +++ b/lib/POE/Component/Client/MPD.pm @@ -31,7 +31,7 @@ use base qw[ Class::Accessor::Fast ]; __PACKAGE__->mk_accessors( qw[ _host _password _port _version ] ); -our $VERSION = '0.4.0'; +our $VERSION = '0.4.1'; # -- 2.11.4.GIT