summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 907997e..976f34d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+/*Version 0.4.1*/
+* Fixed 100% CPU usage when paused
+* Threads are now named appropriately via prctl(PR_SET_NAME)
+
/*Version 0.4.0*/
* Recorded area is no longer forced to 16-pixel boundaries
* Fixed --y argument handling
diff --git a/configure.ac b/configure.ac
index c80e0af..cc05a4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT( [recordmydesktop], [0.4.0], )
+AC_INIT( [recordmydesktop], [0.4.1], )
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/rmd.c])
© All Rights Reserved