summaryrefslogtreecommitdiff
path: root/recordmydesktop
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop')
-rw-r--r--recordmydesktop/ChangeLog6
-rw-r--r--recordmydesktop/configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog
index 5b9685f..292b7d6 100644
--- a/recordmydesktop/ChangeLog
+++ b/recordmydesktop/ChangeLog
@@ -63,6 +63,12 @@ used sound buffers,
found and is now fixed. Reason was lack of thread safety over
libogg calls.
+/*VERSION 0.2.7*/
+*Opening of the sound device no longer hangs, if it isn't available.
+Instead the program exits with the appropriate error code.
+The same applies when reopening after a pause.
+*Improved AV sync on low framerates
+
diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac
index 6850723..4c6ae69 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.2.6,)
+AM_INIT_AUTOMAKE(recordmydesktop,0.2.7,)
AC_CONFIG_SRCDIR([src/recordmydesktop.c])
AM_CONFIG_HEADER(config.h)
© All Rights Reserved