diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 041bed45d..a3f372f24 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -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/ ) diff --git a/hildon/DEBIAN/control b/hildon/DEBIAN/control index f241448de..a087a9b1b 100644 --- a/hildon/DEBIAN/control +++ b/hildon/DEBIAN/control @@ -1,5 +1,5 @@ Package: tuxpaint -Version: 0.9.17 +Version: 0.9.18 Section: user/games Priority: optional Architecture: armel diff --git a/macosx/TuxPaint.xcodeproj/project.pbxproj b/macosx/TuxPaint.xcodeproj/project.pbxproj index 81b845a01..6c88415ab 100644 --- a/macosx/TuxPaint.xcodeproj/project.pbxproj +++ b/macosx/TuxPaint.xcodeproj/project.pbxproj @@ -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/, diff --git a/maemo/debian/control b/maemo/debian/control index 36341d463..3ff66a327 100644 --- a/maemo/debian/control +++ b/maemo/debian/control @@ -1,5 +1,5 @@ Source: tuxpaint -Version: 0.9.17 +Version: 0.9.18 Section: user/games Priority: optional Installed-Size: 2828 diff --git a/src/po/POTFILES.in b/src/po/POTFILES.in index e77f4703d..597c743b5 100644 --- a/src/po/POTFILES.in +++ b/src/po/POTFILES.in @@ -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 diff --git a/src/tuxpaint.c b/src/tuxpaint.c index efc82e873..b5fcb870f 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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); diff --git a/src/tuxpaint.nsi b/src/tuxpaint.nsi index a9c22cf72..6e2ec3a33 100644 --- a/src/tuxpaint.nsi +++ b/src/tuxpaint.nsi @@ -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" diff --git a/tuxpaint.spec b/tuxpaint.spec index 70d496f93..8a16d548e 100644 --- a/tuxpaint.spec +++ b/tuxpaint.spec @@ -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 diff --git a/visualc/resources.rc b/visualc/resources.rc index 91b1f5e9c..06a1c96ef 100644 --- a/visualc/resources.rc +++ b/visualc/resources.rc @@ -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