Add doc files to dist and fix version number in NEWS.
[mmediamanager.git] / NEWS
blobfd7cbb149bdf6240572786d1cbd7d68e76296b8d
1 == libmmanager 0.1.0 (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 :)