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