* Version 1.0.1 (stable) - API 1.0.1 (stable) - 2007-02-22

- Fixed bug #9896; Ping now returns true
- Fixed bug #9917; Output from Admin::getOutputs() is now accurate,
- Fixed bug #10041; update_id now parsed.
- Fixed bug #10022 Filename bug fixed.

* Version 0.1.0dev1 (devel) - API 0.1.0dev1 (devel) - 2006-11-07

Initial release.

* Version 0.2.0dev (devel) - API 0.2.0dev (devel) - 2006-11-12

- Copied `getCurrentSong' from Net_MPD_Playlist to Net_MPD_Playback.
- Changed MPD.php to provied an object uniting the sub-objects. $mpd->Playlist->addSong() for example. Left the factory for other uses.
- Changed MPD/Common.php to auto-connect when a command is run. This is to prevent several connections being opend without need, if the Net_MPD class is used to group them all. Also simplifies the connection process.
- Moved the connection parameters back into the __construct method of the Net_MPD_Common class.
- Bugfix: defined $output before adding to it as an array, in Net_MPD_Common->read() function.

* Version 0.3.0dev (devel) - API 0.3.0dev (devel) - 2006-12-10

- Fixed bug #9392; Error codes can now be accessed using Exception::getCode()
- Fixed bug #9334; Now installs into PEAR/Net/
- Fixed bug #9341; Now permits $e->getCode();

* Version 1.0.0 (stable) - API 1.0.0 (stable) - 2007-01-18

Removed unecissary try/catch blocks. Moving to stable.

* Version 1.0.1 (stable) - API 1.0.1 (stable) - 2007-02-22

- Fixed bug #9896; Ping now returns true
- Fixed bug #9917; Output from Admin::getOutputs() is now accurate
- Fixed bug #10041; update_id now parsed.
- Fixed bug #10022 Filename bug fixed.

