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