mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-19 05:53:35 +00:00
installer:
- add missing csv.py file - prepare for LyX 1.6.1 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27699 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fc9fd779b9
commit
5df78e5a7a
@ -1,4 +1,9 @@
|
|||||||
Version 4.14
|
Version 4.15
|
||||||
|
- LyX 1.6.1
|
||||||
|
- add missing Python file to be able to import CSV-files to LyX
|
||||||
|
|
||||||
|
|
||||||
|
Version 4.14
|
||||||
- fix a bug in the Romanian translation of the installer
|
- fix a bug in the Romanian translation of the installer
|
||||||
- fix installation of Aspell dictionaries in Win Vista
|
- fix installation of Aspell dictionaries in Win Vista
|
||||||
- fix uninstalling of the file extensions ".lyx13" and the like
|
- fix uninstalling of the file extensions ".lyx13" and the like
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# installer settings
|
# installer settings
|
||||||
# You should need to change only these macros for new releases.
|
# You should need to change only these macros for new releases.
|
||||||
|
|
||||||
!define INSTALLER_SUBVERSION "13"
|
!define INSTALLER_SUBVERSION "15"
|
||||||
!define PRODUCT_DIR "D:\LyXPackage1.6"
|
!define PRODUCT_DIR "D:\LyXPackage1.6"
|
||||||
!define PRODUCT_NAME "LyX"
|
!define PRODUCT_NAME "LyX"
|
||||||
!define PRODUCT_VERSION "1.6.0"
|
!define PRODUCT_VERSION "1.6.1"
|
||||||
!define PRODUCT_VERSION_SHORT "160"
|
!define PRODUCT_VERSION_SHORT "161"
|
||||||
!define PRODUCT_SUBFOLDER "lyx16"
|
!define PRODUCT_SUBFOLDER "lyx16"
|
||||||
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
|
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
|
||||||
!define PRODUCT_SOURCEDIR "${PRODUCT_DIR}\LyX"
|
!define PRODUCT_SOURCEDIR "${PRODUCT_DIR}\LyX"
|
||||||
|
@ -4,9 +4,21 @@ Function UpdateModifiedFiles
|
|||||||
SetOutPath "$INSTDIR\bin" # always here
|
SetOutPath "$INSTDIR\bin" # always here
|
||||||
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
||||||
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
||||||
|
SetOutPath "${PRODUCT_SOURCEDIR}\bin\Lib"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\bin\Lib\csv.py"
|
||||||
SetOutPath "$INSTDIR\Resources" # always here
|
SetOutPath "$INSTDIR\Resources" # always here
|
||||||
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
||||||
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
|
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
|
||||||
|
SetOutPath "$INSTDIR\Resources\bind"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\bind\mac.bind"
|
||||||
|
SetOutPath "$INSTDIR\Resources\doc"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\UserGuide.lyx"
|
||||||
|
SetOutPath "$INSTDIR\Resources\doc\de"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
|
||||||
|
SetOutPath "$INSTDIR\Resources\doc\es"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\UserGuide.lyx"
|
||||||
|
SetOutPath "$INSTDIR\Resources\doc\fr"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\UserGuide.lyx"
|
||||||
SetOutPath "$INSTDIR\Resources\layouts"
|
SetOutPath "$INSTDIR\Resources\layouts"
|
||||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsbook.layout"
|
File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsbook.layout"
|
||||||
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
|
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
@ -73,7 +73,7 @@ What's new
|
|||||||
|
|
||||||
- Fix export of straight quotes in Hebrew and Greek context.
|
- Fix export of straight quotes in Hebrew and Greek context.
|
||||||
|
|
||||||
- Fix import of CVS data on Windows (official installer).
|
- Fix import of CVS data on Windows.
|
||||||
|
|
||||||
|
|
||||||
* USER INTERFACE
|
* USER INTERFACE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user