This blog is updated daily.
A general description is here.
Saving a graph in TIFF format could crash R (PR#11804).
Rterm in interactive use did not implement R_FlushConsole() fully.
getGraphicsEvent() did not return onMouseMove events while a
mouse button was depressed.
The confirmation of a new frame for a windows() graphics
device works harder to give the device focus, including
bringing it to the top.
glob (used by Sys.glob() and unlink()) was not working correctly
on some filename patterns including non-ASCII characters.
Part of the problem was specific to 2.7.x, part has existed
since 2.5.0.
Sys.glob() returned a UTF-8 result in 2.7.[01] but failed to
mark its encoding.
User menus were not properly removed when a graph window was
closed.
Rscript -e (and Rterm -e) failed on Vista because the MSVCRT
function 'tmpfile' is broken on that platform.
Making a .msi installer now works with WiX 2.0.5805.0 (the file
format had been changed since 2.0.4221.0 as previously tested).
The grid package could set the clipping region outside the
device region, and the windows() device now intersects the two
when setting the clipping region. Once an invalid region was
set, semi-transparent text and lines might have been omitted.
Saving a graph in TIFF format could crash R (PR#11804).
Rterm in interactive use did not implement R_FlushConsole() fully.
getGraphicsEvent() did not return onMouseMove events while a mouse button was depressed.
The confirmation of a new frame for a windows() graphics device works harder to give the device focus, including bringing it to the top.
glob (used by Sys.glob() and unlink()) was not working correctly on some filename patterns including non-ASCII characters. Part of the problem was specific to 2.7.[01], part has existed since 2.5.0.
Sys.glob() returned a UTF-8 result in 2.7.[01] but failed to mark its encoding.
User menus were not properly removed when a graph window was closed.
Rscript -e (and Rterm -e) failed on Vista because the MSVCRT function 'tmpfile' is broken on that platform.
Making a .msi installer now works with WiX 2.0.5805.0 (the file format had been changed since 2.0.4221.0 as previously tested).
The grid package could set the clipping region outside the device region, and the windows() device now intersects the two when setting the clipping region. Once an invalid region was set, semi-transparent text and lines might have been omitted.
Some (but not all) Korean users have been having problems with Korean translations of the RGui menus. These had not been updated for a long time, and have now been removed.