From: Uwe Stöhr Date: Fri, 30 Mar 2007 01:03:18 +0000 (+0000) Subject: LyXWinInstaller: reflect GS update X-Git-Tag: 1.6.10~10418 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1b8c157e541e29aec0fe07fce3842fe3bc6cc0c5;p=features.git LyXWinInstaller: reflect GS update git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17642 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/installer/LyXWinInstaller/Changelog.txt b/development/Win32/packaging/installer/LyXWinInstaller/Changelog.txt index c5e6633d8b..daf01304f8 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/Changelog.txt +++ b/development/Win32/packaging/installer/LyXWinInstaller/Changelog.txt @@ -11,7 +11,9 @@ - new window style for View -> View Source - many, many bug fixes -- updated to ImageMagick 6.3.3-4 +- updated to ImageMagick 6.3.3-4: fix bug that transparent image pixels appear + black in DVI or Postscript output +- updated to Ghostscript 8.56 - add missing DLL to run Python on all Win platforms - add missing image files for EmbeddedObjects manual diff --git a/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Complete.nsi b/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Complete.nsi index fa8733178c..0f31123354 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Complete.nsi +++ b/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Complete.nsi @@ -1,4 +1,4 @@ -; Lyx for Windows, NSIS v2 series installer script +; Lyx for Windows, NSIS v2 series installer script ; File LyXWinInstaller.nsi ; This file is part of LyX, the document processor. @@ -57,7 +57,7 @@ BrandingText "LyXWinInstaller v3.10 - Complete" !define ImageMagickVersion "6.3.3" !define ImageMagickDir "$INSTDIR\etc\ImageMagick" ; for some odd reason the ImageMagick folder may not be a subfolder of $INSTDIR\bin! !define GhostscriptDir "$INSTDIR\etc\Ghostscript" -!define GhostscriptVersion "8.54" +!define GhostscriptVersion "8.56" !define AiksaurusDir "$APPDATA\Aiksaurus" !define AiksaurusInstall "external\Aiksaurus" !define AspellDir "$APPDATA\Aspell" diff --git a/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Small.nsi b/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Small.nsi index fc0120d400..a3a83561d9 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Small.nsi +++ b/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Small.nsi @@ -57,7 +57,7 @@ BrandingText "LyXWinInstaller v3.10 - Small" !define ImageMagickVersion "6.3.3" !define ImageMagickDir "$INSTDIR\etc\ImageMagick" ; for some odd reason the ImageMagick folder may not be a subfolder of $INSTDIR\bin! !define GhostscriptDir "$INSTDIR\etc\Ghostscript" -!define GhostscriptVersion "8.54" +!define GhostscriptVersion "8.56" !define AiksaurusDir "$APPDATA\Aiksaurus" !define AiksaurusInstall "external\Aiksaurus" !define AspellDir "$APPDATA\Aspell"