]> git.lyx.org Git - features.git/commitdiff
LyXWinInstaller: reflect GS update
authorUwe Stöhr <uwestoehr@web.de>
Fri, 30 Mar 2007 01:03:18 +0000 (01:03 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 30 Mar 2007 01:03:18 +0000 (01:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17642 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/LyXWinInstaller/Changelog.txt
development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Complete.nsi
development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Small.nsi

index c5e6633d8be049951470227684d7d62c0dab223d..daf01304f8fff3da43c952886b6e78cc77df6023 100644 (file)
@@ -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
index fa8733178ce14fd6599941e7e1c6480b786e7366..0f31123354c14c8a172af0dadaa98018d4f38db4 100644 (file)
@@ -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"
index fc0120d4008e4cabeb8a4595da94da6ae1e47c5a..a3a83561d9aabdca736a5bd100a8b5b4f225fb73 100644 (file)
@@ -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"