From 48c31e5b30752a29d14a626b1ca59e33eb8a3b86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Tue, 12 Aug 2008 19:06:34 +0200 Subject: [PATCH] v0.19.3 - version() reports *protocol* version, not real mpd version - fix some tests that failed because of detection method not precise enough (timing issues) --- Changes | 4 +++- META.yml | 4 ++-- lib/Audio/MPD.pm | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 7b578a8..c25c6c4 100644 --- a/Changes +++ b/Changes @@ -19,8 +19,10 @@ High-level changelog Low-level changelog =================== -0.19.3 +0.19.3 Tue Aug 12 19:04:23 CEST 2008 - version() reports *protocol* version, not real mpd version + - fix some tests that failed because of detection method not precise + enough (timing issues) 0.19.2 Tue Jun 17 19:24:16 CEST 2008 - mpd-dynamic should lookup ratings with utf8 encoded pathes diff --git a/META.yml b/META.yml index 8c9b185..a2fcd57 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: Audio-MPD -version: 0.19.2 +version: 0.19.3 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.19.2 + version: 0.19.3 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 d6c505c..916cc45 100644 --- a/lib/Audio/MPD.pm +++ b/lib/Audio/MPD.pm @@ -28,7 +28,7 @@ __PACKAGE__->mk_accessors( collection playlist version ] ); -our $VERSION = '0.19.2'; +our $VERSION = '0.19.3'; Readonly our $REUSE => 0; Readonly our $ONCE => 1; -- 2.11.4.GIT