1 Revision history for POE-Component-Client-MPD
6 0.4.x pre-events, data transform, more pococm-commands implemented
7 0.3.x post-events, helper classes, more pococm-commands implemented
9 0.1.x pococm-conn cleaning + features, pococm-message
10 0.0.x imported stuff from audio::mpd + porting to poe
16 0.4.1 Sun May 20 12:21:08 CEST 2007
17 - possibility to add transform to whole data instead of having to use post-callbacks
20 - improved non-regression test suite
22 0.4.0 Sun May 13 18:19:07 CEST 2007
23 - possibility to use pre-events
25 . updatedb, seek, seekid
26 . pl.add, pl.delete, pl.clear
30 0.3.1 Sun May 13 14:55:42 CEST 2007
33 . play, playid, pause, stop, next, prev
36 0.3.0 Sun May 13 14:03:50 CEST 2007
37 - pococm now supports post callbacks, for post-treatments
38 - new helper classes: pococm-time, pococm-status, pococm-stats
39 - new event handled: stats
43 0.2.0 Sun May 13 12:30:58 CEST 2007
44 - new module handling general commands: pococm-commands
48 - serious pod cleaning
49 - improved test framework
53 0.1.2 Sat May 12 19:30:11 CEST 2007
54 - pococm-conn implements all cookings ($AS_ITEMS, $AS_KV)
55 - pococm-conn now spawns an error if:
56 . connection can't be made
57 . remote server isn't mpd
58 - added tests for pococm-conn
59 - new item available: pococmi-playlist
61 0.1.1 Sat May 12 13:53:55 CEST 2007
62 - pococm-request renamed in pococm-message
63 - messages now use dot (.) instead of colon (:)
64 - splitted ServerInput in pococm-conn
65 - pococm-conn implements $STRIP_FIRST cooking
67 0.1.0 Thu May 10 20:53:30 CEST 2007
68 - new helper class: pococm-request
69 - migrated api to use it to pass data around
73 0.0.3 Thu May 10 19:11:56 CEST 2007
74 - added test framework taken from audio::mpd
75 - updated this framework to be poe-aware
76 - first functional test: coll:all_files
78 0.0.2 Wed May 9 18:14:12 CEST 2007
79 - missing prereq readonly
80 - tests for pococm-item
82 0.0.1 Tue May 8 18:00:57 CEST 2007
83 - first version based on audio::mpd, ported to poe.
84 - connection to mpd done by pococ-tcp.
85 - first commands implemented: coll:all_files, pl:add, pl:delete.
86 - test client available: bin/client.pl
87 - almost no tests. :-(