From 61ab7edf42e5a7ff3b7d663a2661d3b60723cf14 Mon Sep 17 00:00:00 2001 From: iovar Date: Sun, 23 Nov 2008 15:05:38 +0000 Subject: 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 --- gtk-recordmydesktop/ChangeLog | 6 ++++++ gtk-recordmydesktop/configure.ac | 2 +- qt-recordmydesktop/ChangeLog | 6 ++++++ qt-recordmydesktop/configure.ac | 2 +- recordmydesktop/ChangeLog | 15 +++++++++++++++ recordmydesktop/configure.ac | 2 +- 6 files changed, 30 insertions(+), 3 deletions(-) diff --git a/gtk-recordmydesktop/ChangeLog b/gtk-recordmydesktop/ChangeLog index 13e1ea6..ba48499 100644 --- a/gtk-recordmydesktop/ChangeLog +++ b/gtk-recordmydesktop/ChangeLog @@ -1,3 +1,9 @@ +/*VERSION 0.3.8*/ +* nl.po added Dutch translation by Jos Poortvliet +* Applied patch by freedo, to Replace GtkFileSelection with +GtkFileChooserDialog. +* Synced to recordMyDesktop 0.3.8 (new format of options). + /*VERSION 0.3.7.2*/ *Updated Polish translation by Paweł Smoliński *Added button/dialog for workdir selection. diff --git a/gtk-recordmydesktop/configure.ac b/gtk-recordmydesktop/configure.ac index 0e205ef..a72b8d6 100644 --- a/gtk-recordmydesktop/configure.ac +++ b/gtk-recordmydesktop/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([gtk-recordmydesktop], [0.3.7.2]) +AC_INIT([gtk-recordmydesktop], [0.3.8]) AM_INIT_AUTOMAKE AS_AC_EXPAND(LIBDIR, $libdir) diff --git a/qt-recordmydesktop/ChangeLog b/qt-recordmydesktop/ChangeLog index f026fad..390a62c 100644 --- a/qt-recordmydesktop/ChangeLog +++ b/qt-recordmydesktop/ChangeLog @@ -1,3 +1,9 @@ +/*VERSION 0.3.8*/ +* Changed qt-recordMyDesktop's license to GPLV3 . +* nl.po added Dutch translation by Jos Poortvliet +* Oxygen icons are now used for record/pause/stop actions. +* Synced to recordMyDesktop 0.3.8 (new format of options). + /*VERSION 0.3.7.2*/ *Updated Polish translation by Paweł Smoliński diff --git a/qt-recordmydesktop/configure.ac b/qt-recordmydesktop/configure.ac index 4480419..ed0ece3 100644 --- a/qt-recordmydesktop/configure.ac +++ b/qt-recordmydesktop/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([qt-recordmydesktop], [0.3.8-svn]) +AC_INIT([qt-recordmydesktop], [0.3.8]) AM_INIT_AUTOMAKE AS_AC_EXPAND(LIBDIR, $libdir) 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) diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index 1410f70..72409e8 100644 --- a/recordmydesktop/configure.ac +++ b/recordmydesktop/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT( [recordmydesktop], [0.3.7.3], ) +AC_INIT( [recordmydesktop], [0.3.8], ) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/rmd.c]) -- cgit v1.2.3