]> git.lyx.org Git - features.git/commitdiff
installer: release new installer version
authorUwe Stöhr <uwestoehr@lyx.org>
Tue, 29 Jan 2013 00:03:16 +0000 (01:03 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 29 Jan 2013 00:03:16 +0000 (01:03 +0100)
development/Win32/packaging/installer/ChangeLog.txt
development/Win32/packaging/installer/Packages.txt
development/Win32/packaging/installer/settings.nsh

index 2c55e5bf3f480835defe2402f99da7491795489e..c11d58ac9af021814d810fa46d7f7e92a775d634 100644 (file)
@@ -1,4 +1,10 @@
-Changelog for LyX-2051-3:
+Changelog for LyX-2051-4:
+- If LyX is installed together with MiKTeX (bundle installer) the installation of
+  LaTeX-packages required by LyX takes now much less time and you get a visual feedback
+  about the installation process. 
+
+
+Changelog for LyX-2051-3:
 - fix bug that MiKTeX was not correctly configured on some 64bit versions of Windows
 - don't overwrite the MiKTeX package repository from where missing packages will be installed
 - updated to JabRef 2.9.2
index ea253572bcc1f1cd7c582696b3e7fc8b8d7338a3..951ec33ee25b16c025a044d18cfd5f803c55a599 100644 (file)
@@ -100,6 +100,7 @@ ctex
 dinbrief
 dtk
 elsarticle
+elsevier
 endfloat
 epsf
 europecv
index 90aa74522e8c14c739593fc71e869656bf4f59fe..9b350aebbf78805bea4ec1fad6e6dc19a8b3b6db 100644 (file)
@@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
 !define APP_VERSION_REVISION 5
 !define APP_VERSION_EMERGENCY "1" # 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 3 # Start with 1 for the installer releases of each version
+!define APP_VERSION_BUILD 4 # 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