diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-12-13 16:32:33 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-12-13 16:32:33 +0000 |
commit | 91a13e474ca98fe0410f97f0620e94150837bb91 (patch) | |
tree | 91a7086e8e780472b5b99518f173d7667565614b /recordmydesktop | |
parent | ea4ab310772bed3776da7188c9c38dea8dc3891e (diff) |
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
Diffstat (limited to 'recordmydesktop')
-rw-r--r-- | recordmydesktop/ChangeLog | 11 | ||||
-rw-r--r-- | recordmydesktop/configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
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) |