Author: uwestoehr Date: Sat Oct 29 23:46:33 2011 New Revision: 40075 URL: http://www.lyx.org/trac/changeset/40075
Log: RELEASE-NOTES, status.20x: add note for the Springer layout update Modified: lyx-devel/branches/BRANCH_2_0_X/RELEASE-NOTES lyx-devel/branches/BRANCH_2_0_X/status.20x Modified: lyx-devel/branches/BRANCH_2_0_X/RELEASE-NOTES ============================================================================== --- lyx-devel/branches/BRANCH_2_0_X/RELEASE-NOTES Sat Oct 29 23:20:09 2011 (r40074) +++ lyx-devel/branches/BRANCH_2_0_X/RELEASE-NOTES Sat Oct 29 23:46:33 2011 (r40075) @@ -305,6 +305,12 @@ there is a similar for DocBook elements). To get a user-defined CharStyle to revert properly, it simply needs to be added to this list. +- The LyX support for Springer document classes has been updated to fulfill the + latest guidelines of Springer. This has the side-effect that files, created + with LyX 2.0.2 or newer, using a Springer document class will not be + compilable with LyX versions older than LyX 2.0.2. The same applies for files + created with LyX 1.6.10 or older that are saved with LyX 2.0.2 or newer. + Note: There may later be an updated list of known issues online at http://wiki.lyx.org/LyX/ReleaseNotes Modified: lyx-devel/branches/BRANCH_2_0_X/status.20x ============================================================================== --- lyx-devel/branches/BRANCH_2_0_X/status.20x Sat Oct 29 23:20:09 2011 (r40074) +++ lyx-devel/branches/BRANCH_2_0_X/status.20x Sat Oct 29 23:46:33 2011 (r40075) @@ -26,6 +26,10 @@ - Completely revised support for the latest versions of the Springer document classes svjour3, svmono and svmult. + NOTE: This has the side-effect that files, created with LyX 2.0.2 or + future, using a Springer document class, will not be compilable with + LyX versions older than LyX 2.0.2. The same applies for files created + with LyX 1.6.10 or older that are saved with LyX 2.0.2 or future. - Add possibility to export the R code from a sweave-enabled document (part of bug 7555).