From 6299135c0edfc8c34be5ee66e68dafaa6da02818 Mon Sep 17 00:00:00 2001 From: jq Date: Fri, 6 Apr 2007 14:55:08 +0000 Subject: [PATCH] [project @ 5851] 0.17.0 --- Changelog | 7 +++++++ META.yml | 8 +++++--- lib/Audio/MPD.pm | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 7ebde59..d0fceb0 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ High-level changelog ==================== +0.17.x introducing AM::Playlist 0.16.x utf-8 support + introducing mpd-dynamic script 0.15.x introducing AM::Collection 0.14.x introducing AM::Items @@ -16,6 +17,12 @@ High-level changelog Low-level changelog =================== +0.17.0 Fri Apr 6 16:54:07 CEST 2007 + - introducing AM::Playlist for better segregation of playlist handling + - completed tests to cover all playlist operations, AM is now 95.1% covered + +** + 0.16.2 Tue Apr 3 19:02:29 CEST 2007 - utf-8 support generalized diff --git a/META.yml b/META.yml index 382f9e1..2ef789f 100644 --- a/META.yml +++ b/META.yml @@ -1,12 +1,12 @@ --- name: Audio-MPD -version: 0.16.2 +version: 0.17.0 author: - 'Jerome Quelin ' - |- Original code by Tue Abrahamsen , documented by Nicholas J. Humfrey . -abstract: Class for talking to MPD (Music Player Daemon) servers +abstract: class to talk to MPD (Music Player Daemon) servers license: gpl resources: license: http://www.opensource.org/licenses/gpl-license.php @@ -23,7 +23,7 @@ build_requires: provides: Audio::MPD: file: lib/Audio/MPD.pm - version: 0.16.2 + version: 0.17.0 Audio::MPD::Collection: file: lib/Audio/MPD/Collection.pm Audio::MPD::Item: @@ -32,6 +32,8 @@ provides: file: lib/Audio/MPD/Item/Directory.pm Audio::MPD::Item::Song: file: lib/Audio/MPD/Item/Song.pm + Audio::MPD::Playlist: + file: lib/Audio/MPD/Playlist.pm Audio::MPD::Status: file: lib/Audio/MPD/Status.pm Audio::MPD::Test: diff --git a/lib/Audio/MPD.pm b/lib/Audio/MPD.pm index e4b9ea8..7651507 100644 --- a/lib/Audio/MPD.pm +++ b/lib/Audio/MPD.pm @@ -34,7 +34,7 @@ __PACKAGE__->mk_accessors( collection playlist version ] ); -our $VERSION = '0.16.2'; +our $VERSION = '0.17.0'; #-- -- 2.11.4.GIT