summaryrefslogtreecommitdiff
path: root/recordmydesktop
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop')
-rw-r--r--recordmydesktop/ChangeLog10
-rw-r--r--recordmydesktop/configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog
index b28b04f..71056db 100644
--- a/recordmydesktop/ChangeLog
+++ b/recordmydesktop/ChangeLog
@@ -1,3 +1,13 @@
+/*VERSION 0.2.1*/
+*Unupdated lines bug fixed.
+*Fuzzy cursor at border bug fixed.
+*Incorrect display of windows that
+extended beyond recording height fixed.
+*Size adjustement that resulted in extra
+or missing pixles at borders has been corrected.
+*The option to drop frames has been added.
+
+
diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac
index 2b246e9..c552670 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.0,)
+AM_INIT_AUTOMAKE(recordmydesktop,0.2.1,)
AC_CONFIG_SRCDIR([src/recordmydesktop.c])
AM_CONFIG_HEADER(config.h)
© All Rights Reserved