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:
Uwe Stöhr 2008-11-25 00:09:01 +00:00
parent fc9fd779b9
commit 5df78e5a7a
5 changed files with 22 additions and 5 deletions

View File

@ -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 installation of Aspell dictionaries in Win Vista
- fix uninstalling of the file extensions ".lyx13" and the like

View File

@ -1,11 +1,11 @@
# installer settings
# 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_NAME "LyX"
!define PRODUCT_VERSION "1.6.0"
!define PRODUCT_VERSION_SHORT "160"
!define PRODUCT_VERSION "1.6.1"
!define PRODUCT_VERSION_SHORT "161"
!define PRODUCT_SUBFOLDER "lyx16"
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
!define PRODUCT_SOURCEDIR "${PRODUCT_DIR}\LyX"

View File

@ -4,9 +4,21 @@ Function UpdateModifiedFiles
SetOutPath "$INSTDIR\bin" # always here
File "${PRODUCT_SOURCEDIR}\bin\lyx.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
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
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"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsbook.layout"
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View File

@ -73,7 +73,7 @@ What's new
- 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