This blog is updated daily.
A general description is here.
R CMD INSTALL --build now names the file in the format used for Mac OS X binary files on that platform.
textConnection() did an unnecessary translation on strings in a foreign encoding (e.g. UTF-8 strings on Windows) and so was slower than it could have been on very long input strings. (PR#14286)