]> git.lyx.org Git - lyx.git/commitdiff
Win installer: preparations for a new build
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 20 Sep 2015 23:53:15 +0000 (01:53 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 20 Sep 2015 23:53:15 +0000 (01:53 +0200)
- the long awaited MiKTeX installer is available, this fixes many installation errors in LyX is installed for the first time (I will provide a new installer build as soon as I find more time)

development/Win32/packaging/installer/ChangeLog.txt
development/Win32/packaging/installer/settings.nsh

index 2394f2406396cd07ec91ccd156dc07ff6d97b781..4ea00c094f5361e5b9bfe28b063118a955bfafec 100644 (file)
@@ -1,8 +1,17 @@
-Changelog for LyX-214-2:
+Changelog for LyX-214-3:
+- updated to MiKTeX 2.9 build 5721
+
+
+Changelog for LyX-214-2:
 - fix bug that viewing/exporting of some file formats failed because of
   unknown executable for .py files
 - updated to Python 2.7.10 (fixes problems that LyX got erroneous if
   Python 2.7.10 was installed before LyX)
+- updated spell-checker dictionary for English (GB)
+  (To benefit from them you must uninstall an already installed LyX 2.1.x and
+   then use this installer.)
+- updated thesaurus for Slovenian
+  (you need to reinstall LyX to benefit from this)
 
 
 Changelog for LyX-214-1:
index 292c3736d488d5b5450d3fe6e0f09b182d5db103..882c3ef1dd5e8b2fa0302f1d77aefc4a74bf4935 100644 (file)
@@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
 !define APP_VERSION_REVISION 4
 !define APP_VERSION_EMERGENCY "" # use "1" for an emergency release of LyX otherwise ""
 !define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
-!define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version
+!define APP_VERSION_BUILD 3 # Start with 1 for the installer releases of each version
 
 !define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display
 
@@ -39,7 +39,7 @@ These typically need to be modified for each LyX release
 
 !define FILES_LYX "D:\LyXPackage2.1\LyX"
 !define FILES_DEPS "D:\LyXGit\Master\lyx-windows-deps-msvc2010"
-!define FILES_QT "C:\Qt\4.8.6"
+!define FILES_QT "C:\Qt\4.8.7"
 !define ClassFileDir "${FILES_LYX}\Resources\tex"
 !define DVIPostFileDir "${FILES_DEPS}\tex"
 
@@ -59,6 +59,6 @@ These typically need to be modified for each LyX release
 !if ${SETUPTYPE} == BUNDLE
  !define JabRefInstall "external\JabRef-2.10-setup.exe"
  !define SIZE_JABREF 14100
- !define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.5105.exe"
+ !define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.5721.exe"
 !endif