summaryrefslogtreecommitdiff
path: root/recordmydesktop
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-08-18 06:48:36 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-08-18 06:48:36 +0000
commitc25b1178c76046fb67b377928046fdabef80f3ab (patch)
tree0191b16b5fbdfa72555ffd4bfd195436a2392538 /recordmydesktop
parent6918f4ed2db3fcaa9de7aeaffac3a074f4d5b2c9 (diff)
configure.ac: changed version to 0.3.6
ChangeLog: changes for 0.3.6 git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@417 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop')
-rw-r--r--recordmydesktop/ChangeLog8
-rw-r--r--recordmydesktop/configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog
index e42d611..4fb28e4 100644
--- a/recordmydesktop/ChangeLog
+++ b/recordmydesktop/ChangeLog
@@ -1,3 +1,11 @@
+/*Version 0.3.6*/
+* Corrected segmentation fault when recording non-fullscreen areas, using the
+full-shots mode(i.e. no Xdamage)
+* Fixed arrays boundary overstep in BlocksFromList (resulting in segfault,
+especially when compiled with -fstack-protector)
+* Removed the need for Xdamage to be present even when it is not used.
+* Added follow-mouse option(i.e. capture area tracks the mouse cursor).
+
/*Version 0.3.5.1*/
* Corrected segmentation fault when recording non-fullscreen areas
(bug-report and solution to the problem provided Sander Jansen)
diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac
index d1785e3..fd1b404 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.6-cvs,)
+AM_INIT_AUTOMAKE(recordmydesktop,0.3.6,)
AC_CONFIG_SRCDIR([src/recordmydesktop.c])
AM_CONFIG_HEADER(config.h)
© All Rights Reserved