--- qsampler/trunk/ChangeLog 2015/06/15 14:11:33 2779 +++ qsampler/trunk/ChangeLog 2016/10/08 22:08:39 3001 @@ -6,6 +6,47 @@ 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. + +* Single/unique application instance control adapted to Qt5/X11. + + +0.3.1 2015-07-19 Summer'15 release frenzy. + +* Fixed configure script's Qt include directory lookup for some + 64bit Linux flavours. + +* Prefer Qt5 over Qt4 by default with configure script. + * A new top-level widget window geometry state save and restore sub-routine is now in effect. (EXPERIMENTAL)