diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-07-12 13:17:06 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-07-12 13:17:06 +0000 |
commit | 75ae972692f55d1e37e2a90122c3edef3409d0d9 (patch) | |
tree | d58435e9c943e520380f76d7acc3bbd4fa098492 | |
parent | e91e0d450bc76cfbba9cf2f2250a3abace81c3cd (diff) |
ChangeLog: 0.3.5 changes
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@382 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r-- | gtk-recordmydesktop/ChangeLog | 11 | ||||
-rw-r--r-- | recordmydesktop/ChangeLog | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/gtk-recordmydesktop/ChangeLog b/gtk-recordmydesktop/ChangeLog index f9dfd6a..6543c63 100644 --- a/gtk-recordmydesktop/ChangeLog +++ b/gtk-recordmydesktop/ChangeLog @@ -1,3 +1,14 @@ +/*VERSION 0.3.5*/ +*synced to recordMyDesktop 0.3.5 +*added russian translation by Женя +*updated French translation by Stephan Bellegy +*Updated Italian translation by Giovanni Scafora +*Updated Brazilian translation by Caio Alonso +*fixed installation in locations not present in python's path +*moved all translatable string to src/rmdStrings.py, for easier +maintanance and sharing among the interfaces +*reseting of capture area is now optional + /*VERSION 0.3.4*/ *Synced to version 0.3.4 of recordMyDesktop. *Added an optional persistent frame around the capture area. diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog index 65f9c6c..e2eb7e4 100644 --- a/recordmydesktop/ChangeLog +++ b/recordmydesktop/ChangeLog @@ -1,3 +1,15 @@ +/*VERSION 0.3.5*/ +*Corrected cursor top/left behavior, fixed xfixes cursor placing. +*Double buffered capturing on full-shots, to convert only changed pixels to yuv. +*Cache block information is now is more efficiently extracted from the damage list +(when using xdamage) and during the rgb2yuv conversion(when using full shots). +*Jack client uniquely named, to allow simultaneous recordings when using it. +*updated man page +*removed uneccesary calculation of the alpha component when +calculating average pixel value for the u and v planes +*Ub,Vr replaced with UvBr +*changed scope of image buffer to be local in GetFrame + /*VERSION 0.3.4*/ *Fixed configure script to exit when zlib is not found. *Fixed behavior of the program when using both the MIT-Shm and Xdamage extensions. |