2017-12-12 abique
	* Replaced Xlib and cairo-xlib by xcb/xcb-shm and cairo-image
	* Update the vst3 sdk to the latest version and install the vst3 plugin format using the
	bunlde format
        * We used to have a dedicated thread to deal with the UI, but now it is gone.
        We rely on the idle() from vst2 to update the GUI and from the more recent vst3 interfaces.
        So the GUI might feel slow with vst2 if the host does not call idle() often enough.
        The GUI will not paint and be black if the host does not implement the latests vst3 interfaces (IRunLoop)
	
2016-05-13 abique

        * Improve gtk dialogs

2016-04-15 abique

        * Fix menu with more than 256 entries

2015-11-05 abique

        * Fix the issue with Diva's LEDs
        * Smoother knob rotation with Uhbiks

2015-10-10 abique

	* Ctrl+Z works
	* fix an issue while some presets does not reload correctly

2015-06-01 abique

	* fix the visibility issue which stops window redraw

2015-05-27 abique

	* new option --no-presets to the installer
	* install the Linux ChangeLog
