diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-30 05:03:29 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-30 05:03:29 +0000 |
commit | 19bcfae70330dc23f8aa7c5e01a786fd9e7a1e75 (patch) | |
tree | 59f362b377bb85bdd1e9c3ea1bf8c017210f2b7f /rMD-exp | |
parent | 2559b04e507ab14082b0d4004a7999f53cd25eaa (diff) |
changed verions to v0.3, this is going for a release afterall
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@131 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'rMD-exp')
-rw-r--r-- | rMD-exp/ChangeLog | 3 | ||||
-rw-r--r-- | rMD-exp/configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/rMD-exp/ChangeLog b/rMD-exp/ChangeLog index d692563..e159686 100644 --- a/rMD-exp/ChangeLog +++ b/rMD-exp/ChangeLog @@ -64,9 +64,10 @@ found and is now fixed. Reason was lack of thread safety over libogg calls. -/*VERSION 0.3.1*/ +/*VERSION 0.3.0*/ *Implemented cache functionality (Encoding by default happens right after the recording) +*Corrected damage event handling. Now Xv windows are recorded, too. *A few new options were added related to caching. *Removed uneeded bitmap screenshot function. diff --git a/rMD-exp/configure.ac b/rMD-exp/configure.ac index a9fdf87..c8dae65 100644 --- a/rMD-exp/configure.ac +++ b/rMD-exp/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_INIT(src/recordmydesktop.c) -AM_INIT_AUTOMAKE(recordmydesktop,0.3.2,) +AM_INIT_AUTOMAKE(recordmydesktop,0.3.0,) AC_CONFIG_SRCDIR([src/recordmydesktop.c]) AM_CONFIG_HEADER(config.h) |