mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
installer: prepare for a RC1 release
This commit is contained in:
parent
4467ee4405
commit
718daae56a
@ -1,5 +1,16 @@
|
||||
Changelog for LyX.220-beta-1-1:
|
||||
- installs lyX 2.2.0 beta1
|
||||
Changelog for LyX.220-RC1-1:
|
||||
- installs LyX 2.2.0 RC1
|
||||
- updated to Imagemagick 6.9.3-7
|
||||
- updated to Python 2.7.11
|
||||
- updated to Qt 5.6.0
|
||||
- updated thesaurus for Italian
|
||||
- updated spell-checker dictionary for Italian
|
||||
(To benefit from it you must uninstall an already installed LyX 2.2.0 and
|
||||
then use this installer.)
|
||||
|
||||
|
||||
Changelog for LyX.220-beta-2-1:
|
||||
- installs lyX 2.2.0 beta2
|
||||
- new support for the document converter program Pandoc (http://pandoc.org/),
|
||||
see http://wiki.lyx.org/LyX/NewInLyX22#converters
|
||||
- new support to use Krita (https://krita.org/) as image editor from within LyX
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
NSIS Script - LyX 2.2 Installer for Windows
|
||||
Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
|
||||
Compatible with NSIS 2.46
|
||||
Compatible with NSIS 2.51
|
||||
|
||||
*/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
NSIS Script - LyX 2.2 Installer for Windows
|
||||
Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
|
||||
Compatible with NSIS 2.46
|
||||
Compatible with NSIS 2.51
|
||||
*/
|
||||
|
||||
# Do a Cyclic Redundancy Check to make sure the installer
|
||||
@ -9,7 +9,7 @@ Compatible with NSIS 2.46
|
||||
CRCCheck force
|
||||
#
|
||||
# Make the installer as small as possible.
|
||||
#SetCompressor /SOLID lzma
|
||||
SetCompressor /SOLID lzma
|
||||
|
||||
!ifndef SETUPTYPE
|
||||
!define SETUPTYPE STANDARD
|
||||
|
@ -12,7 +12,7 @@ These typically need to be modified for each LyX release
|
||||
!define APP_VERSION_MAJOR 2
|
||||
!define APP_VERSION_MINOR 2
|
||||
!define APP_VERSION_REVISION 0
|
||||
!define APP_VERSION_EMERGENCY "beta-1" # use "1" for an emergency release of LyX otherwise ""
|
||||
!define APP_VERSION_EMERGENCY "RC1" # 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
|
||||
|
||||
@ -21,7 +21,7 @@ These typically need to be modified for each LyX release
|
||||
#--------------------------------
|
||||
# Installer file name
|
||||
|
||||
# Typical names for the release are "LyX-201-Installer-1.exe" etc.
|
||||
# Typical names for the release are "LyX-211-Installer-1.exe" etc.
|
||||
|
||||
!ifndef ExeFile
|
||||
!define ExeFile "LyX-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}${APP_VERSION_REVISION}${APP_VERSION_EMERGENCY}-Installer-${APP_VERSION_BUILD}.exe"
|
||||
@ -39,7 +39,7 @@ These typically need to be modified for each LyX release
|
||||
|
||||
!define FILES_LYX "D:\LyXPackage2.2\LyX"
|
||||
!define FILES_DEPS "D:\LyXGit\Master\lyx-windows-deps-msvc2010"
|
||||
!define FILES_QT "C:\Qt\Qt5-5-1-2010\5.5\msvc2010"
|
||||
!define FILES_QT "C:\Qt\Qt5.6.0-MSVC2015\5.6\msvc2015"
|
||||
!define ClassFileDir "${FILES_LYX}\Resources\tex"
|
||||
!define DVIPostFileDir "${FILES_DEPS}\tex"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user