Merge 0.9.24 master branch into sdl2.0
This commit is contained in:
commit
7769410b2e
18 changed files with 213 additions and 122 deletions
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2020.April.1 (0.9.24)
|
||||
2020.April.24 (0.9.24)
|
||||
* New tools
|
||||
---------
|
||||
* Fill
|
||||
|
|
@ -31,6 +31,16 @@ $Id$
|
|||
* macOS build documentation updates.
|
||||
Mark K. Kim <markuskimius@gmail.com>
|
||||
|
||||
* Wrapped some debug output in "#ifdef DEBUG" tests,
|
||||
and made sure some warnings and errors were going to
|
||||
STDERR, rather than STDOUT.
|
||||
|
||||
* Updates to build for Windows (using mingw/msys)
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
|
||||
* Updates to 'spec' file for Linux RPM builds
|
||||
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||
|
||||
* Other Improvements
|
||||
------------------
|
||||
* Added ability to move color palette options to the end of
|
||||
|
|
|
|||
|
|
@ -7,8 +7,9 @@ cutting a release (tagging in the source code repository, and running
|
|||
* Makefile
|
||||
|
||||
* Build description files:
|
||||
* tuxpaint.spec (RPM package)
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
June 14, 2002 - March 28, 2020
|
||||
June 14, 2002 - May 29, 2020
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
September 14, 2002 - March 28, 2020
|
||||
September 14, 2002 - May 29, 2020
|
||||
|
||||
Drawing-related
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Options Documentation
|
|||
Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
March 28, 2020
|
||||
May 29, 2020
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright 2002-2020 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
June 14, 2002 - April 1, 2020
|
||||
June 14, 2002 - May 29, 2020
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@ Extending Tux Paint</h1>
|
|||
<p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>June 14, 2002 - March 28, 2020</p>
|
||||
<p>June 14, 2002 -
|
||||
May 29, 2020</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,9 @@ Frequently Asked Questions</h1>
|
|||
<p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>September 14, 2002 - March 28, 2020</p>
|
||||
<p>September 14, 2002 -
|
||||
|
||||
May 29, 2020</p>
|
||||
</center>
|
||||
|
||||
<h2>Drawing-related</h2>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ version
|
|||
<p>Copyright (c) 2002-2020 by various contributors; see AUTHORS.txt<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>March 28, 2020</p>
|
||||
<p>May 29, 2020</p>
|
||||
|
||||
|
||||
</center>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ version
|
|||
|
||||
<p>June 14, 2002 -
|
||||
|
||||
April 1, 2020</p>
|
||||
May 29, 2020</p>
|
||||
|
||||
</center>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue