]> git.lyx.org Git - features.git/commitdiff
installer updates
authorUwe Stöhr <uwestoehr@web.de>
Mon, 21 May 2007 23:35:30 +0000 (23:35 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 21 May 2007 23:35:30 +0000 (23:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18448 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/AltInstaller/ChangeLog.txt
development/Win32/packaging/AltInstaller/Settings.nsh

index ace677fe3f0f432c2fd4cbf5c3e30912cfaf3a1b..f1c0b54ce8ef6e7cc99bcc4d6fe810d7cf64833e 100644 (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
index fd144944d36476f7bf5d8a75670fff974d4ca4df..2545c7f376e90a44d244d88e120f50df1c249998 100644 (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