summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbiocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-07-14 22:50:52 +0000
committerbiocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-07-14 22:50:52 +0000
commit4aceea4a471c33120d21e914ad579c95178ce8bf (patch)
treeb097fc8b8c9b04ec5ed7abe99a7ab22787572638
parentfd5ee889990f141465597f4e5f719c94ea2bad36 (diff)
version 0.2.1
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@12 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-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