summaryrefslogtreecommitdiff
path: root/recordmydesktop
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop')
-rw-r--r--recordmydesktop/ChangeLog11
-rw-r--r--recordmydesktop/configure.ac2
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)
© All Rights Reserved