diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-11-23 15:05:38 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-11-23 15:05:38 +0000 |
commit | 61ab7edf42e5a7ff3b7d663a2661d3b60723cf14 (patch) | |
tree | 2bd780bf1e0e1c477e26300e060b9cb7e8de84ca /recordmydesktop/ChangeLog | |
parent | 46974eec6744f1c6a61e493dcdfe2471aec87c00 (diff) |
ChangeLog entries and version changes in configure.ac,
for 0.3.8 release ([qt/gtk]-recordMyDesktop)
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@581 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/ChangeLog')
-rw-r--r-- | recordmydesktop/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index f053749..9902398 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -1,3 +1,18 @@ +/*Version 0.3.8*/ +* Extensive refactoring and cleanups of the code from Martin Nordholts. +* Cursor-flickering bug has been fixed, by Martin. +* Improved consistency on the format of the commandline options +and updated the manpage to reflect the changes (also by Martin ;) ). +* Applied patch by Luca Bonavita, that corrects the rgb +to yuv algorithm and provides near perfect colorspace conversion +(fixes bug #1961505) +* Compositing Window managers are now recognised through the _NET_WM_CM_Sn +hint instead of a simplistic namelist (which means that dual-mode wm's like +kwin or yet uknown ones will be handled correctly). +* Changed the way Jack support is offered, from dlopening at runtime to normal +linking at compilation. +* other minor changes and bugfixes. + /*Version 0.3.7.3*/ * Fixed bug #1886713 (XCB related crash) |