fix location for tuxpaint.cfg on Haiku

Unclear why when I `git pull` in master, I'm not seeing
https://sourceforge.net/p/tuxpaint/tuxpaint/ci/b48cb438239e47ebce3c6b84f5aff2d7d906d3ba/
so just replicating it (plus adding entry to docs/CHANGES.txt).
This commit is contained in:
Bill Kendrick 2023-05-12 00:19:22 -07:00
parent 8e9a51d478
commit 2d99a823f2
2 changed files with 7 additions and 3 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2023
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2023.May.10 (0.9.30)
2023.May.12 (0.9.30)
* Improvements to Stamp tool:
---------------------------
* Avoid playing English descriptive sound for a stamp
@ -149,6 +149,10 @@ https://tuxpaint.org/
(e.g. 90 and 91), where 'garbage' graphics could appear.
Bill Kendrick <bill@newbreedsoftware.com>
* On Haiku, read config from the correct location
({home}/config/settings/TuxPaint/tuxpaint.cfg)
Luc 'Begasus' Schrijvers <begasus@gmail.com>
* Ports & Building:
-----------------
* Created "src/indent.sh", to run 'indent' against source files.