diff --git a/.mailmap b/.mailmap index 82cd0569d51d0a2d69b013a3322b6d5985a1927c..9a5ff0475373dd14f167c81715ddfaf42b539fb5 100644 --- a/.mailmap +++ b/.mailmap @@ -210,6 +210,7 @@ Petr Baudis Petr Baudis Phil Hord Philip Jägenstedt +Philip Oakley # secondary Philipp A. Hartmann Philippe Bruhat Ralf Thielow diff --git a/Documentation/RelNotes/2.22.1.txt b/Documentation/RelNotes/2.22.1.txt index 76dd8fb578b54ab66044518bad521b0c53a8a61c..432762f270fa9844d0a20e3708f5f5dc8a3b931e 100644 --- a/Documentation/RelNotes/2.22.1.txt +++ b/Documentation/RelNotes/2.22.1.txt @@ -143,5 +143,8 @@ Fixes since v2.22 coding guidelines document did not talk about them and instead had a blanket ban against them. + * The internal diff machinery can be made to read out of bounds while + looking for --funcion-context line in a corner case, which has been + corrected. Also contains various documentation updates, code clean-ups and minor fixups.