This blog is updated daily.
A general description is here.
‘pdf(file = NULL)’ would produce a spurious file named ‘NA’. (PR#14808)
‘list2env()’ did not check the type of its ‘envir’ argument. (PR#14807)
‘svg()’ could segfault if called with a non-existent filename. (PR#14790)
‘make install’ can install to a path containing ‘+’ characters. (PR#14798)
‘readLines()’ could overflow a buffer if the last line of the file was not terminated. (PR#14766)
The text of a function body containing more than 4096 bytes was not properly saved by the parser when entered at the console.