installer updates

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18448 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-05-21 23:35:30 +00:00
parent e2231d1ff2
commit 0c64c056a5
2 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,7 @@
Version LyX 1.5pre1-xx-05-2007
- LyX 1.5 pre1 from xx-05-2007
- updated to MiKTeX 2.6 (version 2693)
- new Windows Vista-compatible launcher for LyX
- fixed PDF view program to make it Windows Vista-compatible
- fixed layout file for the LaTeX-package powerdot
@ -10,16 +11,16 @@ Version LyX 1.5beta3-18-05-2007
- LyX 1.5 beta3 from 18-05-2007
- fix bug, introduced with last version, that all margin notes in
a document are lost
- support for Chinese, Japenese and Korean
- support for Chinese, Japanese and Korean
- support for the LaTeX-package "listings"
- updated to ImageMagick 6.3.4
- updated to Phyton 2.5.1
- updated to MikteX 2.6 (version 2675)
- updated to Python 2.5.1
- updated to MiKTeX 2.6 (version 2675)
- fix bug that LyX's menu language setting was ignored when LyX is
started by double-clicking on a LyX-file
- when Updating PDFs, the PDF is opened at the last viewed position
(only works with Acrobat/adobe Reader version <= 7)
(only works with Acrobat/Adobe Reader version <= 7)
- fix hopefully the case that PDFs couldn't be updated when
Adobe Reader 8 is used on Windows Vista
- fix bug that MiKTeX and JabRef weren't correctly uninstalled

View File

@ -43,7 +43,7 @@ BrandingText "LyXWinInstaller v3.16 - ${INSTALLER_VERSION}"
!define PRODUCT_UNINSTALL_EXE_OLD "$INSTDIR\LyXWinUninstall.exe"
!define PRODUCT_VERSION_SHORT_OLD "150svn"
!define JabRefVersion "2.2" # could be an older version
!define MiKTeXDeliveredVersion "2.5" # could be an older version
!define MiKTeXDeliveredVersion "2.6" # could be an older version
!endif
# definitions for the Small installer
@ -56,7 +56,7 @@ BrandingText "LyXWinInstaller v3.16 - ${INSTALLER_VERSION}"
!if ${INSTALLER_VERSION} == "Complete"
!define GSviewInstall "external\gsv48w32.exe"
!define JabRefInstall "external\JabRef-2.2-Setup.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.6.2675.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.6.2693.exe"
!define JabRefVersion "2.2"
!define MiKTeXDeliveredVersion "2.6"
!endif