]> git.lyx.org Git - features.git/commitdiff
Update NEWS and RELEASE-NOTES about python 3.
authorJulien Rioux <jrioux@lyx.org>
Mon, 16 Jan 2012 01:12:02 +0000 (01:12 +0000)
committerJulien Rioux <jrioux@lyx.org>
Mon, 16 Jan 2012 01:12:02 +0000 (01:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40621 a592a061-630c-0410-9148-cb99ea01b6c8

NEWS
RELEASE-NOTES

diff --git a/NEWS b/NEWS
index 4a44856c790145ac1e2c60f195268cf5ef694e23..f221d073100494eceb4d5f6d4efdc445ca34d2a1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+What's new in version 2.0.3?
+----------------------------
+
+LyX 2.0.3 still requires a python 2 interpreter, but steps have been taken
+to avoid problems on systems where python 3 is the default python interpreter.
+A python 2 interpreter is now automatically detected and used; distribution
+maintainers are encouraged to verify their patch sets.
+
+
 What's new in version 2.0.2?
 ----------------------------
 
index 9a12071991a97e8ff8bce3a43ee429c387011016..0437b7f39953308edd0d0492f8b85e60eee1fc31 100644 (file)
@@ -216,14 +216,6 @@ on your system. Instant preview wil be disabled if dv2dt is not found.
 For proper LuaTeX support you need to have at least TeXLive 2010.
 
 
-Known issues in version 2.0.0
------------------------------
-
-- LyX needs to be run under Python 2 and will not work properly on systems
-  where Python 3 is the default binary. See bug #7030 to know how to fix
-  this properly, since simple sheebang conversion in *.py files will not
-  be enough.
-
 Caveats when upgrading from earlier versions to 2.0.x
 -------------------------------------------------------