Updated version number in some packagine files.

Adding new Magic tools.
This commit is contained in:
William Kendrick 2007-08-10 06:54:48 +00:00
parent a97bad1e3d
commit b94a1b9c01
9 changed files with 27 additions and 22 deletions

View file

@ -9,7 +9,7 @@ http://www.tuxpaint.org/
$Id$
2007.August.8 (0.9.18)
2007.August.9 (0.9.18)
* Interface Improvements:
-----------------------
* Improved 'New' and 'Open' interface:
@ -109,17 +109,21 @@ $Id$
* New Magic tools:
----------------
* Kaleidoscope
* Glass Tile
* Calligraphy
* Emboss
* Metal Paint
* Waves
* Foam
* Ripples
* Flower
(utilizes Bezier curve example code from Wikipedia.org)
(Glass Tile, Emboss, Flower and Ripples sounds based on sounds
* Foam
* Glass Tile
* Kaleidoscope
* Light
* Metal Paint
* Ripples
* Shift
* Waves
(Flower and Calligraphy utilize Bezier curve example code from
Wikipedia.org)
(Glass Tile, Emboss, Flower, Light and Ripples sounds based on sounds
from KDE 3.5.7; http://www.kde.org/ )
(Metal Paint sound based on sound from Engima;
http://www.nongnu.org/enigma/ )

View file

@ -1,5 +1,5 @@
Package: tuxpaint
Version: 0.9.17
Version: 0.9.18
Section: user/games
Priority: optional
Architecture: armel

View file

@ -538,7 +538,7 @@
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3 = "DOC_PREFIX=\\\"./share/doc/tuxpaint/\\\"";
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4 = "CONFDIR=\\\"$(HOME)/Library/Application\\ Support/Tux\\ Paint/\\\"";
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_5 = "LOCALEDIR=\\\"Tux\\ Paint.app/Contents/Resources/locale/\\\"";
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.17\\\"";
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.18\\\"";
HEADER_SEARCH_PATHS = (
/Library/Frameworks/SDL.framework/Headers,
/Library/Frameworks/SDL_image.framework/Headers/,
@ -590,7 +590,7 @@
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3 = "DOC_PREFIX=\\\"./share/doc/tuxpaint/\\\"";
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_4 = "CONFDIR=\\\"$(HOME)/Library/Application\\ Support/Tux\\ Paint/\\\"";
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_5 = "LOCALEDIR=\\\"Tux\\ Paint.app/Contents/Resources/locale/\\\"";
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.17\\\"";
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_6 = "VER_VERSION=\\\"0.9.18\\\"";
HEADER_SEARCH_PATHS = (
/Library/Frameworks/SDL.framework/Headers,
/Library/Frameworks/SDL_image.framework/Headers/,

View file

@ -1,5 +1,5 @@
Source: tuxpaint
Version: 0.9.17
Version: 0.9.18
Section: user/games
Priority: optional
Installed-Size: 2828

View file

@ -21,12 +21,12 @@ tuxpaint.desktop.in
../magic/src/glasstile.c
../magic/src/grass.c
../magic/src/kalidescope.c
../magic/src/light.c
../magic/src/metalpaint.c
../magic/src/mirror_flip.c
../magic/src/negative.c
../magic/src/ripples.c
../magic/src/rainbow.c
../magic/src/smudge.c
../magic/src/sparkles.c
../magic/src/tint.c
../magic/src/waves.c

View file

@ -22,7 +22,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - August 7, 2007
June 14, 2002 - August 9, 2007
$Id$
*/
@ -4847,6 +4847,7 @@ static void show_version(int details)
#endif
printf(" Data directory (DATA_PREFIX) = %s\n", DATA_PREFIX);
printf(" Plugin directory (MAGIC_PREFIX) = %s\n", MAGIC_PREFIX);
printf(" Doc directory (DOC_PREFIX) = %s\n", DOC_PREFIX);
printf(" Locale directory (LOCALEDIR) = %s\n", LOCALEDIR);
printf(" Input Method directory (IMDIR) = %s\n", IMDIR);

View file

@ -24,7 +24,7 @@
#
# NOTE: Is this file used any more???
!define PKG_VERSION "0.9.17"
!define PKG_VERSION "0.9.18"
!define PKG_PREFIX "tuxpaint"
!define APP_PREFIX "TuxPaint"

View file

@ -1,6 +1,6 @@
Summary: A drawing program for young children
Name: tuxpaint
Version: 0.9.17
Version: 0.9.18
Release: 1
License: GPL
Group: Multimedia/Graphics

View file

@ -26,8 +26,8 @@ IDI_ICON1 ICON DISCARDABLE "data/images/icon-win32.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,17,0
PRODUCTVERSION 0,9,17,0
FILEVERSION 0,9,18,0
PRODUCTVERSION 0,9,18,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.17\0"
VALUE "FileVersion", "0.9.18\0"
VALUE "InternalName", "Tux Paint\0"
VALUE "LegalCopyright", "Copyright (C) 2007 by Bill Kendrick\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "TuxPaint.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Tux Paint\0"
VALUE "ProductVersion", "0.9.17\0"
VALUE "ProductVersion", "0.9.18\0"
VALUE "SpecialBuild", "win32 build by John Popplewell\0"
END
END