From 9935255e64dc48676d97c727a821920306f220db Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Tue, 26 Oct 2021 09:56:19 -0700 Subject: [PATCH] Doc'ing _nl_locale_name() & mysetenv() changes --- docs/CHANGES.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index f23f368b0..d1d9b0181 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,7 +8,7 @@ http://www.tuxpaint.org/ $Id$ -2021.October.25 (0.9.27) +2021.October.26 (0.9.27) * New Magic Tools: ---------------- * "Lightning" - Draws a bolt of lightning striking between @@ -171,7 +171,10 @@ $Id$ * h/t Pere Pujal i Carabantes for confirming how to reproduce it * TOYAMA Shin-ichi dropped the old code and rebuilt Tux Paint 0.9.26 for Win32 as 0.9.26-5 - * Note: This means dropping support for Windows 2000 & XP + * Note: This means dropping support for Windows 2000 & XP + * (Also, remove Windows-only call to `_nl_locale_name()`, + and avoid crashing if our `mysetenv()` receives any NULL pointers. + T. Shin-Ichi & Bill K.) * Ports & Building ----------------