TOYAMA Shin-ichi noticed that when building for Win32 under mingw/msys, an #include of "librsvg-cairo.h" was also necessary. He also bumped the version # in win32/resources.rc (and I put his credit in there). I updated docs/RELEASE.txt to mention that .rc file also needing updated when preparing a new release.
27 lines
749 B
Text
27 lines
749 B
Text
Release checklist for 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:
|
|
* tuxpaint.spec (Linux RPM package)
|
|
* macos/Info.plist (macOS build)
|
|
* win32/resources.rc (Windows mingw/msys build)
|
|
|
|
* Documentation
|
|
(For HTML variants, be sure to run "make" in "docs/", to
|
|
produce plaintext alternatives!)
|
|
|
|
* docs/CHANGES.txt
|
|
* docs/en/html/README.html
|
|
* docs/en/html/FAQ.html
|
|
* docs/en/html/OPTIONS.html
|
|
* docs/en/html/EXTENDING.html
|
|
* docs/en/html/ADVANCED-STAMPS-HOWTO.html
|
|
|
|
* Manual page (manpage)
|
|
* src/manpage/tuxpaint.1
|
|
|