Update doc files for the release.
[mmediamanager.git] / NEWS
blob380a4f98f3593d01e153592aaed0602703677178
1 == libmmanager 0.0.1 (codename "Paris fever") ==
3 - First official release!
4 - libmmanager is quite complete. It still needs some async love and some
5   features which should be there, like attribute values validation.
6 - Right now I only implemented MMAttributeBaseManager, which can only handle
7   "uri" and "name". It should be very easy to add more attributes, but this
8   release is meant to be used only for testing.
9 - libmmanager-gtk is quite a proof of concept yet. Still, some parts are quite
10   usable, mostly the stores. More work to do on this for the next release.
11   Also, the MMGtkFilterBuilder is ugly!
12 - The release comes with many client tests (under test/clients) and a simple
13   fake application to test comunication between the library and an
14   application using it (under test/server).
15 - Enjoy and happy hacking :)