diff options
-rw-r--r-- | recordmydesktop/ChangeLog | 7 | ||||
-rw-r--r-- | recordmydesktop/configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index 9902398..1595133 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -1,3 +1,10 @@ +/*Version 0.3.8.1*/ +* Fixed a bug that caused compilation to fail on some platforms, due +to missing headers. +* Minor code refactoring to assist maintainability and +portability of the program. + + /*Version 0.3.8*/ * Extensive refactoring and cleanups of the code from Martin Nordholts. * Cursor-flickering bug has been fixed, by Martin. diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index a18c092..2de2f9e 100644 --- a/recordmydesktop/configure.ac +++ b/recordmydesktop/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT( [recordmydesktop], [0.3.8], ) +AC_INIT( [recordmydesktop], [0.3.8.1], ) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/rmd.c]) |