--- qsampler/trunk/ChangeLog 2015/10/03 15:48:18 2848 +++ qsampler/trunk/ChangeLog 2016/10/08 22:08:39 3001 @@ -6,11 +6,38 @@ GIT HEAD +- Fixed a potential crash on the singleton/unique application + instance setup. + +- Almost complete overhaul on the configure script command + line options, wrt. installation directories specification, + eg. --prefix, --bindir, --libdir, --datadir and --mandir. + (EXPERIMENTAL) + + +0.4.1 2016-09-14 End of Summer'16 release. + +* Fixed a race condition on creating sampler channels that ended + in duplicate channel strips; also fixed channel auto-arrange. + +* Dropped the --enable-qt5 from configure as found redundant + given that's the build default anyway (suggestion by Guido + Scholz, while for Qtractor, thanks). + +* Automake: set environment variable GCC_COLORS=auto to allow GCC to + auto detect whether it (sh/c)ould output its messages in color. + + +0.4.0 2016-04-05 Spring'16 release frenzy. + +* Added application keywords to freedesktop.org's AppData. + +* Prevent x11extras module from use on non-X11/Unix plaforms. + * Messages standard output capture has been improved again, now - in both ways a non-blocking pipe may get. (EXPERIMENTAL) + in both ways a non-blocking pipe may get. * Single/unique application instance control adapted to Qt5/X11. - (EXPERIMENTAL) 0.3.1 2015-07-19 Summer'15 release frenzy.