diff options
-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. |