GConf madness to support installing to home directory
[blorb-thumbnailer.git] / NEWS
blobaedb325c452fdf7c6912af4c822b20eaed3f5bca
1  * Installation now assumes GNOME 3. To insist otherwise, pass the
2    GNOME variable to `make' (e.g., "make install GNOME=2").
4  * Support for installing to the home directory, no administrative
5    privileges needed. Simply set PREFIX to the appropriate path: on
6    GNOME 3, for example, you'd say "make install PREFIX=$HOME/.local";
7    see the README for more.
9  * MIME-type magic to recognize blorbs with weird (or missing)
10    extensions.
12  * Some distributions are in the process of changing (or have already
13    changed) the way libraries are linked after compilation, and our
14    old-fashioned Makefile refused to cooperate -- until now.
16 NEW IN VERSION 1.2 (2011-05-28)
18  * Now supports both GNOME 2 and GNOME 3.
20  * Newly cosmopolitan test script no longer relies on bash-only
21    idioms.
23 NEW IN VERSION 1.1 (2011-02-13)
25  * To prompt Nautilus to begin using the thumbnailer immediately, we
26    ask GConf to refresh itself.
28  * Fix compile-time warnings on some systems.
30 NEW IN VERSION 1.0 (2011-02-11)
32  * First release.