From dcc43691bd840ca604224c307081eefb316b1144 Mon Sep 17 00:00:00 2001 From: jq Date: Mon, 28 May 2007 09:19:04 +0000 Subject: [PATCH] [project @ 6311] r5193@merlin: jquelin | 2007-05-28 11:15:09 +0200 v0.5.3 --- Changes | 4 ++++ META.yml | 4 ++-- lib/POE/Component/Client/MPD.pm | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 4b0c38d..ccafdb6 100644 --- a/Changes +++ b/Changes @@ -14,6 +14,10 @@ High-level changelog Low-level changelog =================== +0.5.3 Mon May 28 11:14:45 CEST 2007 + - new events handled: pl.load, pl.save, pl.rm + - all playlist file management implemented (with tests) + 0.5.2 Sun May 27 16:12:51 CEST 2007 - changing license to perl - new events handled: pl.shuffle, pl.swap, pl.swapid, pl.move, pl.moveid diff --git a/META.yml b/META.yml index 0922a21..d553ec1 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: POE-Component-Client-MPD -version: 0.5.2 +version: 0.5.3 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.5.2 + version: 0.5.3 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 9c2aa33..4ffc7c0 100644 --- a/lib/POE/Component/Client/MPD.pm +++ b/lib/POE/Component/Client/MPD.pm @@ -23,7 +23,7 @@ use base qw[ Class::Accessor::Fast ]; __PACKAGE__->mk_accessors( qw[ _host _password _port _version ] ); -our $VERSION = '0.5.2'; +our $VERSION = '0.5.3'; # -- 2.11.4.GIT