From eb229db19770c20facee6f4726a5db1155a3c5ed Mon Sep 17 00:00:00 2001 From: jq Date: Thu, 29 Nov 2007 19:32:36 +0000 Subject: [PATCH] [project @ 7059] r7924@merlin: jquelin | 2007-11-29 20:23:32 +0100 v0.19.0 --- Changes | 11 +++++++++++ META.yml | 4 ++-- lib/Audio/MPD.pm | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index fc9320d..305ea99 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ High-level changelog ==================== +0.19.x possibility to change connection scheme 0.18.x using common classes in audio::mpd::common 0.17.x introducing AM::Playlist + AM::Time 0.16.x utf-8 support + introducing mpd-dynamic script @@ -18,6 +19,16 @@ High-level changelog Low-level changelog =================== +0.19.0 Thu Nov 29 20:10:18 CET 2007 + - changed constructor api: using a hash for options instead of + positional paraemters + - new conntype param for constructor to change the way connection is + handled + - MPD_HOST env var supports password@host + - mpd-dynamic daemonizes after mpd connection to trap problems + +** + 0.18.3 Mon Nov 26 12:51:40 CET 2007 - kwalitee/cpants release diff --git a/META.yml b/META.yml index 625d3e4..fff81a7 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: Audio-MPD -version: 0.18.3 +version: 0.19.0 author: [] abstract: class to talk to MPD (Music Player Daemon) servers license: perl @@ -29,7 +29,7 @@ recommends: provides: Audio::MPD: file: lib/Audio/MPD.pm - version: 0.18.3 + version: 0.19.0 Audio::MPD::Collection: file: lib/Audio/MPD/Collection.pm Audio::MPD::Playlist: diff --git a/lib/Audio/MPD.pm b/lib/Audio/MPD.pm index 8439f20..35ca2a1 100644 --- a/lib/Audio/MPD.pm +++ b/lib/Audio/MPD.pm @@ -28,7 +28,7 @@ __PACKAGE__->mk_accessors( collection playlist version ] ); -our $VERSION = '0.18.3'; +our $VERSION = '0.19.0'; Readonly our $REUSE => 0; Readonly our $ONCE => 1; -- 2.11.4.GIT