The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 367bf556574142388309f40142cddcf0c5676f06 Author: Uwe Stöhr <[email protected]> Date: Sun Mar 10 16:14:29 2013 +0100 installer: release version 5 of the 2.0.5.1 installer - update to new MiKTeX installer that fixes a bug with updating Packages - don't ship cbgreek because it is so huge that its download would last 10 minutes or more diff --git a/development/Win32/packaging/installer/ChangeLog.txt b/development/Win32/packaging/installer/ChangeLog.txt index b7ff382..a176c8b 100644 --- a/development/Win32/packaging/installer/ChangeLog.txt +++ b/development/Win32/packaging/installer/ChangeLog.txt @@ -6,6 +6,7 @@ - Fix bug that installation of LyX was not aborted if no LaTeX-distribution was found but LaTeX should be used (does not affect the bundle installer) - updated to GhostScript 9.07 +- updated to MiKTeX 2.9 build 4813 Changelog for LyX-2051-4: diff --git a/development/Win32/packaging/installer/Packages.txt b/development/Win32/packaging/installer/Packages.txt index 6964cea..b40f20c 100644 --- a/development/Win32/packaging/installer/Packages.txt +++ b/development/Win32/packaging/installer/Packages.txt @@ -67,7 +67,6 @@ was charter mathpazo bera -cbgreek ccfonts cmbright eco diff --git a/development/Win32/packaging/installer/settings.nsh b/development/Win32/packaging/installer/settings.nsh index dfb708b..5b0ae60 100644 --- a/development/Win32/packaging/installer/settings.nsh +++ b/development/Win32/packaging/installer/settings.nsh @@ -59,6 +59,6 @@ These typically need to be modified for each LyX release !if ${SETUPTYPE} == BUNDLE !define JabRefInstall "external\JabRef-2.9.2-setup.exe" !define SIZE_JABREF 14100 - !define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.4757.exe" + !define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.4813.exe" !endif ----------------------------------------------------------------------- Summary of changes: .../Win32/packaging/installer/ChangeLog.txt | 1 + development/Win32/packaging/installer/Packages.txt | 1 - development/Win32/packaging/installer/settings.nsh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- The LyX Source Repository
