summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 976f34d..d0f236e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+/*Version 0.4.2*/
+* Reworked AV-sync to be more accurate and not hog CPU when the
+video capture gets too far behind
+* Name the timer and sound capture threads
+* Fixup rmd{Encode,Cache}Sound thread names
+
/*Version 0.4.1*/
* Fixed 100% CPU usage when paused
* Threads are now named appropriately via prctl(PR_SET_NAME)
diff --git a/configure.ac b/configure.ac
index cc05a4c..4f01e94 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.1], )
+AC_INIT( [recordmydesktop], [0.4.2], )
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/rmd.c])
© All Rights Reserved