summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rMD-exp/ChangeLog3
-rw-r--r--rMD-exp/configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/rMD-exp/ChangeLog b/rMD-exp/ChangeLog
index d692563..e159686 100644
--- a/rMD-exp/ChangeLog
+++ b/rMD-exp/ChangeLog
@@ -64,9 +64,10 @@ found and is now fixed. Reason was lack of thread safety over
libogg calls.
-/*VERSION 0.3.1*/
+/*VERSION 0.3.0*/
*Implemented cache functionality
(Encoding by default happens right after the recording)
+*Corrected damage event handling. Now Xv windows are recorded, too.
*A few new options were added related to caching.
*Removed uneeded bitmap screenshot function.
diff --git a/rMD-exp/configure.ac b/rMD-exp/configure.ac
index a9fdf87..c8dae65 100644
--- a/rMD-exp/configure.ac
+++ b/rMD-exp/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
AC_INIT(src/recordmydesktop.c)
-AM_INIT_AUTOMAKE(recordmydesktop,0.3.2,)
+AM_INIT_AUTOMAKE(recordmydesktop,0.3.0,)
AC_CONFIG_SRCDIR([src/recordmydesktop.c])
AM_CONFIG_HEADER(config.h)
© All Rights Reserved