Release checklist for Tux Paint Config.
(Last updated 2024.07.06)

Things to do:

 * Make sure all new options supported by Tux Paint's config file
   are available in the GUI.
   
 * Make sure `bundled_fonts` in `src/tuxpaint-config2.cxx` reflects
   fonts bundled with the latest Tux Paint.

Places to make sure version # and release date gets updated, prior to
cutting a release (tagging in the source code repository, and running
"make release" to roll a .tar.gz source tarball):

 * Makefile

 * Build description files:
   * macos/Info.plist (macOS build) [picks it up from a variable]
   * visualc/resource.rc (Windows build) [I think? -bjk 2018.09.02]

 * Documentation
   (For HTML variants, be sure to run "make" in "docs/", to
   produce plaintext alternatives!)

   * docs/CHANGES.txt
   * docs/html/README.html

 * Manual page (manpage)
   * src/tuxpaint-config.1
