[project @ 6074]
[poe-component-client-mpd.git] / Changes
blob889465324a1dc18a5ebf2c57e3377e12cf66f48b
1 Revision history for POE-Component-Client-MPD
3 High-level changelog
4 ====================
6 0.3.x  postbacks, helper classes
7 0.2.x  pococm-commands
8 0.1.x  pococm-conn cleaning + features, pococm-message
9 0.0.x  imported stuff from audio::mpd + porting to poe
12 Low-level changelog
13 ===================
15 0.3.0 Sun May 13 14:03:50 CEST 2007
16  - new helper classes: pococm-time, pococm-status, pococm-stats
17  - pococm now supports postbacks, for post-treatments
18  - new events handled:
19     . stats()
23 0.2.0 Sun May 13 12:30:58 CEST 2007
24  - new module handling general commands: pococm-commands
25  - new events handled:
26     . output_enable()
27     . output_disable()
28  - serious pod cleaning
29  - improved test framework
33 0.1.2 Sat May 12 19:30:11 CEST 2007
34  - pococm-conn implements all cookings ($AS_ITEMS, $AS_KV)
35  - pococm-conn now spawns an error if:
36     . connection can't be made
37     . remote server isn't mpd
38  - added tests for pococm-conn
39  - new item available: pococmi-playlist
41 0.1.1 Sat May 12 13:53:55 CEST 2007
42  - pococm-request renamed in pococm-message
43  - messages now use dot (.) instead of colon (:)
44  - splitted ServerInput in pococm-conn
45  - pococm-conn implements $STRIP_FIRST cooking
47 0.1.0 Thu May 10 20:53:30 CEST 2007
48  - new helper class: pococm-request
49  - migrated api to use it to pass data around
53 0.0.3 Thu May 10 19:11:56 CEST 2007
54  - added test framework taken from audio::mpd
55  - updated this framework to be poe-aware
56  - first functional test: coll:all_files
58 0.0.2 Wed May  9 18:14:12 CEST 2007
59  - missing prereq readonly
60  - tests for pococm-item
62 0.0.1 Tue May  8 18:00:57 CEST 2007
63  - first version based on audio::mpd, ported to poe.
64  - connection to mpd done by pococ-tcp.
65  - first commands implemented: coll:all_files, pl:add, pl:delete.
66  - test client available: bin/client.pl
67  - almost no tests. :-(