summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbiocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-08-11 01:58:25 +0000
committerbiocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-08-11 01:58:25 +0000
commit1b45d7fd3855c84b0f38cc72433a11a3267d9a7c (patch)
tree1e02eb413567e4eeddaa732cd3392b787ed4d391
parentd1c5547740affaf796c9d323119cb9abbb23ba90 (diff)
v0.2.4
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@41 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-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 98079f6..f6af63a 100644
--- a/recordmydesktop/ChangeLog
+++ b/recordmydesktop/ChangeLog
@@ -26,3 +26,14 @@ opening soundcard, which resulted in crashes, segfaults
and repeated error-messages has been fixed.
*other minor bugfixes
+/*VERSION 0.2.4*/
+*Behavior on lack of $DISPLAY evironment
+variable has been corrected.
+*Size adjustment is now quantized at 16 pixels,
+in order to avoid complete image distortion,
+present at certain resolutions, when using shared memory
+(conditional or not).
+*Some other minor bugfixes, related mostly to default
+values of options.
+
+
diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac
index dc8bc99..081eae6 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.3,)
+AM_INIT_AUTOMAKE(recordmydesktop,0.2.4,)
AC_CONFIG_SRCDIR([src/recordmydesktop.c])
AM_CONFIG_HEADER(config.h)
© All Rights Reserved