diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index d4ee3a86e..c33a0d360 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2023.March.22 (0.9.29) ### RC2 +2023.March.23 (0.9.29) ### RC2 * Improvements to "Stamp" tool: ----------------------------- * Stamps may now be rotated. @@ -302,6 +302,9 @@ https://tuxpaint.org/ Pere Pujal i Carabantes and Bill Kendrick + * On-screen keyboard would crash Tux Paint on Android; mended. + Pere Pujal i Carabantes + * Ports & Building: ----------------- * Processed PNG images through `pngout` to increase some compression diff --git a/src/onscreen_keyboard.c b/src/onscreen_keyboard.c index 0c132ce1f..1bfb2a8e1 100644 --- a/src/onscreen_keyboard.c +++ b/src/onscreen_keyboard.c @@ -1,7 +1,7 @@ /* onscreen_keyboard.c - Copyright (c) 2011-2022 + Copyright (c) 2011-2023 https://tuxpaint.org/ This program is free software; you can redistribute it and/or modify @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - Last modified: December 11, 2022 + Last modified: March 23, 2023 */ #include "debug.h"