summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-03-29 10:27:36 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-03-29 10:27:36 +0000
commitf17666fb76e8eafe090711ffaad81ffd451f2949 (patch)
tree38c2cd96904ff5246053f1d9d0f1aa19e36fa99e
parent70ba366bf8dd2b375ec5231478e2ac381f5d6c33 (diff)
Version 0.3.4 in configure.ac and ChangeLog entry
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@299 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 4d7ddf8..65f9c6c 100644
--- a/recordmydesktop/ChangeLog
+++ b/recordmydesktop/ChangeLog
@@ -1,3 +1,13 @@
+/*VERSION 0.3.4*/
+*Fixed configure script to exit when zlib is not found.
+*Fixed behavior of the program when using both the MIT-Shm and Xdamage extensions.
+As a result, less memory is now required and all options related to conditional usage of
+shared memory are gone. Shared memory is now on by default and the --with-shared
+option is substituted by --no-shared.
+*The --drop-frames option has been removed.
+*The dummy cursor has been updated to look better.
+
+
/*VERSION 0.3.3.1*/
*Fixed ring buffer size, to be independant of the
size that jack uses internally
diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac
index d369d25..edfccee 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.3.4-cvs,)
+AM_INIT_AUTOMAKE(recordmydesktop,0.3.4,)
AC_CONFIG_SRCDIR([src/recordmydesktop.c])
AM_CONFIG_HEADER(config.h)
© All Rights Reserved