From c9e88a08f87ae4bc6981f7ecf10cf77ded3e23d2 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Wed, 1 Jul 2009 21:58:37 +0000 Subject: [PATCH] Bumped version # to 0.9.22. Updated INSTALL doc to mention FriBiDi (should've done that in 0.9.21). Updated EXTENDING doc to mention that non-transparent Starters are ok (ditto). --- Makefile | 4 +-- docs/ADVANCED-STAMPS-HOWTO.txt | 4 +-- docs/CHANGES.txt | 4 +++ docs/EXTENDING.txt | 38 ++++++++++++----------- docs/FAQ.txt | 6 ++-- docs/INSTALL.txt | 7 +++++ docs/OPTIONS.txt | 4 +-- docs/README.txt | 4 +-- docs/html/ADVANCED-STAMPS-HOWTO.html | 4 +-- docs/html/EXTENDING.html | 14 ++++----- docs/html/FAQ.html | 6 ++-- docs/html/OPTIONS.html | 4 +-- docs/html/README.html | 4 +-- macosx/Info.plist | 4 +-- macosx/TuxPaint.xcodeproj/project.pbxproj | 6 ++-- src/manpage/tuxpaint.1 | 4 +-- tuxpaint.spec | 5 ++- win32/resources.rc | 8 ++--- 18 files changed, 73 insertions(+), 57 deletions(-) diff --git a/Makefile b/Makefile index e7c4fff2d..b09ffe679 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,12 @@ # bill@newbreedsoftware.com # http://www.tuxpaint.org/ -# June 14, 2002 - April 28, 2009 +# June 14, 2002 - July 1, 2009 # The version number, for release: -VER_VERSION:=0.9.21 +VER_VERSION:=0.9.22 VER_DATE:=$(shell date +"%Y-%m-%d") MAGIC_API_VERSION:=0x00000002 diff --git a/docs/ADVANCED-STAMPS-HOWTO.txt b/docs/ADVANCED-STAMPS-HOWTO.txt index 66e9286b4..7f030a0ee 100644 --- a/docs/ADVANCED-STAMPS-HOWTO.txt +++ b/docs/ADVANCED-STAMPS-HOWTO.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.21 + version 0.9.22 Advanced Stamps HOWTO Copyright 2006-2008 by Albert Cahalan for the Tux Paint project @@ -8,7 +8,7 @@ albert@users.sf.net http://www.tuxpaint.org/ - March 8, 2006 - July 7, 2008 + March 8, 2006 - July 1, 2009 About this HOWTO diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 719661faa..dbee25d9e 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,6 +8,10 @@ http://www.tuxpaint.org/ $Id$ +2009.July.1 (0.9.22) + * TBD + + 2009.June.28 (0.9.21) * New Starters: ------------- diff --git a/docs/EXTENDING.txt b/docs/EXTENDING.txt index 3e7a5f77a..2d2018122 100644 --- a/docs/EXTENDING.txt +++ b/docs/EXTENDING.txt @@ -1,14 +1,14 @@ Tux Paint - version 0.9.21 + version 0.9.22 Extending Tux Paint - Copyright 2002-2008 by Bill Kendrick and others + Copyright 2002-2009 by Bill Kendrick and others New Breed Software bill@newbreedsoftware.com http://www.tuxpaint.org/ - June 14, 2002 - July 10, 2008 + June 14, 2002 - July 1, 2009 ---------------------------------------------------------------------- @@ -48,8 +48,8 @@ Where Files Go Mac OS X Tux Paint stores its data files inside the "Tux Paint" application - (which is actually a special kind of folder on Mac OS X). The following - steps explain how to get to the folders within: + (which is actually a special kind of folder on Mac OS X). The + following steps explain how to get to the folders within: 1. Bring up a 'context' menu by holding the [Control] key and clicking the Tux Paint icon the in Finder. (If you have a mouse @@ -63,9 +63,10 @@ Where Files Go content available to any user that launches this copy (icon) of Tux Paint. - If you install a newer version of Tux Paint and replace or discard - the old version, you will lose changes made by following the instructions - above, so keep backups of your new content (stamps, brushes, etc.). + Note: If you install a newer version of Tux Paint and replace or + discard the old version, you will lose changes made by following the + instructions above, so keep backups of your new content (stamps, + brushes, etc.). Tux Paint also looks for files in a "TuxPaint" folder that you can place in your system's "Application Support" folder (found under @@ -77,9 +78,10 @@ Where Files Go /Users/(user name)/Library/Application Support/TuxPaint/ - When you upgrade to a newer version of Tux Paint, the contents of this - TuxPaint folder will stay the same and remain accessible by all users - of Tux Paint. + When you upgrade to a newer version of Tux Paint, the contents of + this TuxPaint folder will stay the same and remain accessible by all + users of Tux Paint. + ---------------------------------------------------------------------- Personal Files @@ -96,10 +98,10 @@ Where Files Go Mac OS X - Your personal Tux Paint folder is stored in your "Application Support" - folder: + Your personal Tux Paint folder is stored in your "Application + Support" folder: - /Users/(user name)/Library/Application Support/TuxPaint/ + /Users/(user name)/Library/Application Support/ TuxPaint/ Linux and Unix @@ -494,10 +496,10 @@ Fonts (that will come out as white in Tux Paint), and save it as a PNG format file. - Note: A common mistake is to make the image black and white, rather - than black and transparent. Unless there are transparent zones in the - 'starter' image, all drawing done by the user in Tux Paint will be - covered up by the 'starter'. + Note: Previous to Tux Paint 0.9.21, images needed to be black and + transparent. As of 0.9.21, if a Starter is black and white, with no + transparency, white will be converted to transparent when the Starter + is opened. Scene-Style diff --git a/docs/FAQ.txt b/docs/FAQ.txt index 230b160c1..447afc136 100644 --- a/docs/FAQ.txt +++ b/docs/FAQ.txt @@ -1,14 +1,14 @@ Tux Paint - version 0.9.21 + version 0.9.22 Frequently Asked Questions - Copyright 2002-2008 by Bill Kendrick and others + Copyright 2002-2009 by Bill Kendrick and others New Breed Software bill@newbreedsoftware.com http://www.tuxpaint.org/ - September 14, 2002 - September 18, 2008 + September 14, 2002 - July 1, 2009 Drawing-related diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt index 138fc59b7..4592ebea7 100644 --- a/docs/INSTALL.txt +++ b/docs/INSTALL.txt @@ -79,6 +79,13 @@ Requirements: http://www.debian.org/ + FriBiDi + ------- + As of Tux Paint 0.9.21, Tux Paint's "Text" tool supports bidirectional + languages, thanks to the FriBiDi library: + + http://fribidi.org/ + SVG graphics support -------------------- As of Tux Paint 0.9.17, Tux Paint can load SVG diff --git a/docs/OPTIONS.txt b/docs/OPTIONS.txt index 640bd1c4c..7aae4806f 100644 --- a/docs/OPTIONS.txt +++ b/docs/OPTIONS.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.21 + version 0.9.22 Options Documentation @@ -9,7 +9,7 @@ Options Documentation bill@newbreedsoftware.com http://www.tuxpaint.org/ - May 31, 2009 + July 1, 2009 ---------------------------------------------------------------------- diff --git a/docs/README.txt b/docs/README.txt index 2ab8a82b5..046e7b4cb 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -1,5 +1,5 @@ Tux Paint - version 0.9.21 + version 0.9.22 A simple drawing program for children @@ -9,7 +9,7 @@ bill@newbreedsoftware.com http://www.tuxpaint.org/ - June 14, 2002 - April 28, 2009 + June 14, 2002 - July 1, 2009 ---------------------------------------------------------------------- diff --git a/docs/html/ADVANCED-STAMPS-HOWTO.html b/docs/html/ADVANCED-STAMPS-HOWTO.html index 5032926ba..2014c8337 100644 --- a/docs/html/ADVANCED-STAMPS-HOWTO.html +++ b/docs/html/ADVANCED-STAMPS-HOWTO.html @@ -11,7 +11,7 @@ alink="#FF00FF"> alt="Tux Paint">
version -0.9.21 +0.9.22
Advanced Stamps HOWTO @@ -21,7 +21,7 @@ New Breed Software

albert@users.sf.net
http://www.tuxpaint.org/

-

March 8, 2006 - July 7, 2008

+

March 8, 2006 - July 1, 2009

diff --git a/docs/html/EXTENDING.html b/docs/html/EXTENDING.html index 5d38b2a13..95759516d 100644 --- a/docs/html/EXTENDING.html +++ b/docs/html/EXTENDING.html @@ -12,18 +12,18 @@ alt="Tux Paint">
version -0.9.21 +0.9.22
Extending Tux Paint -

Copyright 2002-2008 by Bill Kendrick and others
+

Copyright 2002-2009 by Bill Kendrick and others
New Breed Software

bill@newbreedsoftware.com
http://www.tuxpaint.org/

-

June 14, 2002 - July 10, 2008

+

June 14, 2002 - July 1, 2009


@@ -643,10 +643,10 @@ effect.

(that will come out as white in Tux Paint), and save it as a PNG format file.

-

Note: A common mistake is to make the image black and white, - rather than black and transparent. Unless there are transparent zones - in the 'starter' image, all drawing done by the user in - Tux Paint will be covered up by the 'starter'.

+

Note: Previous to Tux Paint 0.9.21, images needed to be + black and transparent. As of 0.9.21, if a Starter is black and white, + with no transparency, white will be converted to transparent when the + Starter is opened.

Scene-Style diff --git a/docs/html/FAQ.html b/docs/html/FAQ.html index 22466b783..847cff005 100644 --- a/docs/html/FAQ.html +++ b/docs/html/FAQ.html @@ -11,18 +11,18 @@ alink="#FF00FF"> alt="Tux Paint">
version -0.9.21 +0.9.22
Frequently Asked Questions -

Copyright 2002-2008 by Bill Kendrick and others
+

Copyright 2002-2009 by Bill Kendrick and others
New Breed Software

bill@newbreedsoftware.com
http://www.tuxpaint.org/

-

September 14, 2002 - September 18, 2008

+

September 14, 2002 - July 1, 2009

Drawing-related

diff --git a/docs/html/OPTIONS.html b/docs/html/OPTIONS.html index e38731171..2b67c38b0 100644 --- a/docs/html/OPTIONS.html +++ b/docs/html/OPTIONS.html @@ -11,7 +11,7 @@ alink="#FF00FF"> version -0.9.21 +0.9.22

Options Documentation

@@ -23,7 +23,7 @@ New Breed Software

http://www.tuxpaint.org/

-

May 31, 2009

+

July 1, 2009

diff --git a/docs/html/README.html b/docs/html/README.html index dfa7d8024..724db6a13 100644 --- a/docs/html/README.html +++ b/docs/html/README.html @@ -12,7 +12,7 @@ alt="Tux Paint">
version -0.9.21 +0.9.22

A simple drawing program for children

@@ -26,7 +26,7 @@ version

June 14, 2002 - - April 28, 2009

+ July 1, 2009

diff --git a/macosx/Info.plist b/macosx/Info.plist index ff228f565..cba2ca1c7 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable Tux Paint CFBundleGetInfoString - 0.9.21, Copyright 2009, Tux Paint Development Team + 0.9.22, Copyright 2009, Tux Paint Development Team CFBundleIconFile tuxpaint.icns CFBundleIdentifier @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.9.21 + 0.9.22 CFBundleSignature TXPT CFBundleVersion diff --git a/macosx/TuxPaint.xcodeproj/project.pbxproj b/macosx/TuxPaint.xcodeproj/project.pbxproj index b8387efba..be8675c5e 100644 --- a/macosx/TuxPaint.xcodeproj/project.pbxproj +++ b/macosx/TuxPaint.xcodeproj/project.pbxproj @@ -3754,7 +3754,7 @@ GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3 = "DOC_PREFIX=\\\"./share/doc/tuxpaint/\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4 = "CONFDIR=\\\"$(HOME)/Library/Application\\ Support/TuxPaint/\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_5 = "LOCALEDIR=\\\"Tux\\ Paint.app/Contents/Resources/locale/\\\""; - GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.21\\\""; + GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.22\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_7 = "MAGIC_PREFIX=\\\"Tux\\ Paint.app/Contents/Resources/plugins/\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_8 = "IMDIR=\\\"Tux\\ Paint.app/Contents/Resources/im/\\\""; HEADER_SEARCH_PATHS = ( @@ -3826,7 +3826,7 @@ GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3 = "DOC_PREFIX=\\\"./share/doc/tuxpaint/\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4 = "CONFDIR=\\\"$(HOME)/Library/Application\\ Support/TuxPaint/\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_5 = "LOCALEDIR=\\\"Tux\\ Paint.app/Contents/Resources/locale/\\\""; - GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.21\\\""; + GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.22\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_7 = "MAGIC_PREFIX=\\\"Tux\\ Paint.app/Contents/Resources/plugins/\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_8 = "IMDIR=\\\"Tux\\ Paint.app/Contents/Resources/im/\\\""; HEADER_SEARCH_PATHS = ( @@ -3897,7 +3897,7 @@ GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3 = "DOC_PREFIX=\\\"./share/doc/tuxpaint/\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4 = "CONFDIR=\\\"$(HOME)/Library/Application\\ Support/TuxPaint/\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_5 = "LOCALEDIR=\\\"Tux\\ Paint.app/Contents/Resources/locale/\\\""; - GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.21\\\""; + GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.22\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_7 = "MAGIC_PREFIX=\\\"Tux\\ Paint.app/Contents/Resources/plugins/\\\""; GCC_PREPROCESSOR_DEFINITIONS_QUOTED_8 = "IMDIR=\\\"Tux\\ Paint.app/Contents/Resources/im/\\\""; HEADER_SEARCH_PATHS = ( diff --git a/src/manpage/tuxpaint.1 b/src/manpage/tuxpaint.1 index 5657e6271..b2b299f9f 100644 --- a/src/manpage/tuxpaint.1 +++ b/src/manpage/tuxpaint.1 @@ -1,5 +1,5 @@ -.\" tuxpaint.1 - 2009.06.02 -.TH TUXPAINT 1 "2 June 2009" "0.9.21" "Tux Paint" +.\" tuxpaint.1 - 2009.07.01 +.TH TUXPAINT 1 "1 July 2009" "0.9.22" "Tux Paint" .SH NAME tuxpaint -- "Tux Paint", a drawing program for young children. diff --git a/tuxpaint.spec b/tuxpaint.spec index d1370d55b..2b8b522ac 100644 --- a/tuxpaint.spec +++ b/tuxpaint.spec @@ -1,6 +1,6 @@ Summary: A drawing program for young children Name: tuxpaint -Version: 0.9.21 +Version: 0.9.22 Release: 1 Epoch: 1 License: GPL @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/bin/tp-magic-config %changelog +* Wed Jul 1 2009 - +- Set version number 0.9.22 + * Sun May 24 2009 - - For 0.9.21 - Added dependency for fribidi diff --git a/win32/resources.rc b/win32/resources.rc index 904f7c16f..9a0aa688a 100644 --- a/win32/resources.rc +++ b/win32/resources.rc @@ -26,8 +26,8 @@ IDI_ICON1 ICON DISCARDABLE "data/images/icon-win32.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,9,21,0 - PRODUCTVERSION 0,9,21,0 + FILEVERSION 0,9,22,0 + PRODUCTVERSION 0,9,22,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -45,14 +45,14 @@ BEGIN VALUE "Comments", "\0" VALUE "CompanyName", "New Breed Software\0" VALUE "FileDescription", "Tux Paint - Interactive Paint Program.\0" - VALUE "FileVersion", "0.9.21\0" + VALUE "FileVersion", "0.9.22\0" VALUE "InternalName", "Tux Paint\0" VALUE "LegalCopyright", "Copyright (C) 2008 by Bill Kendrick\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "TuxPaint.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "Tux Paint\0" - VALUE "ProductVersion", "0.9.21\0" + VALUE "ProductVersion", "0.9.22\0" VALUE "SpecialBuild", "win32 build by John Popplewell\0" END END