From 91a13e474ca98fe0410f97f0620e94150837bb91 Mon Sep 17 00:00:00 2001 From: iovar Date: Thu, 13 Dec 2007 16:32:33 +0000 Subject: ChangeLog: 0.3.7 changes configure.ac: changed version to 0.3.7 git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@476 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/ChangeLog | 11 +++++++++++ recordmydesktop/configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'recordmydesktop') diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index 4fb28e4..62bc64a 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -1,3 +1,14 @@ +/*Version 0.3.7*/ +*Added configurable,global shortcuts for +pause/unpause and stop. +*Added frame that surrounds the capture area. +*New rescue feature (allows encoding of +crashed/interrupted sessions). +*fixed overcapture on no-sound +*fixed deadlock and behavior on fps<=1 +*fixed crash when using --no-shared +*other minor bugfixes + /*Version 0.3.6*/ * Corrected segmentation fault when recording non-fullscreen areas, using the full-shots mode(i.e. no Xdamage) diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index 58b1fbc..0b326c6 100644 --- a/recordmydesktop/configure.ac +++ b/recordmydesktop/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_INIT(src/recordmydesktop.c) -AM_INIT_AUTOMAKE(recordmydesktop,0.3.7-cvs,) +AM_INIT_AUTOMAKE(recordmydesktop,0.3.7,) AC_CONFIG_SRCDIR([src/recordmydesktop.c]) AM_CONFIG_HEADER(config.h) -- cgit v1.2.3