Change python requirement to 2.2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15106 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2006-09-21 12:07:09 +00:00
parent 1ef2b4e4dc
commit b487206145
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2006-09-21 José Matos <jamatos@lyx.org>
* status.14x:
* INSTALL:
* README: change python requirement from 1.5.2 to 2.2
2006-09-19 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* ANNOUNCE:

View File

@ -114,9 +114,7 @@ The two following programs should be available at configuration time:
as. Otherwise, LyX will not be able to run a number of tests. Note
that users can run these tests manually with Edit>Reconfigure.
o Python 1.5.2 or newer installed to be able to import older LyX files
with the lyx2lyx script (this script is called automatically when
opening a file).
o Python 2.2 or newer installed.
Creating the Makefile

2
README
View File

@ -32,7 +32,7 @@ What do I need to run LyX?
A decent LaTeX2e installation (e.g. teTeX for unix) not older
than 1995/12/01.
Python 1.5.2 or later to convert old LyX files
Python 2.2 or later
How does the LyX version scheme work?

View File

@ -174,6 +174,8 @@ What's new
* Miscellaneous
- LyX requires now python 2.2 to work properly.
- Display LaTeX package checking results faster during configuration.
- Log the output of configure.py to a log file configure.log.