0.9.23a; doc: less hungry progress, verbose debug
Documenting Mark Kim's recent changes: * Less CPU-hungry progress bar (during Stamp loading) * Verbose debugging options * (Also, mentioned debugging _at all_, in INSTALL.txt) Bumping version to 0.9.23a, to match the test build he's working on for macOS.
This commit is contained in:
parent
8d9e187cc9
commit
33de9841c0
15 changed files with 44 additions and 24 deletions
4
Makefile
4
Makefile
|
|
@ -4,12 +4,12 @@
|
|||
# Various contributors (see AUTHORS.txt)
|
||||
# http://www.tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - August 30, 2018
|
||||
# June 14, 2002 - September 24, 2018
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
||||
VER_VERSION:=0.9.23
|
||||
VER_VERSION:=0.9.23a
|
||||
ifdef SOURCE_DATE_EPOCH
|
||||
VER_DATE=$(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u "+%Y-%m-%d")
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue