Final preparations for 2.0.8.1.

This commit is contained in:
Richard Heck 2014-05-27 09:30:43 -04:00
parent 54f11f5fb9
commit c6018f0b45
3 changed files with 23 additions and 8 deletions

View File

@ -1,12 +1,15 @@
Public release of LyX version 2.0.8
===================================
Public release of LyX version 2.0.8.1
=====================================
We are pleased to announce the release of LyX 2.0.8. This is the eighth
and final maintenance release in the 2.0.x series.
We are pleased to announce the release of LyX 2.0.8.1. This release
differs from the 2.0.8 release only by incorporating some improvements
to the lyx2lyx conversion and reversion scripts. There are no changes
to the main code.
LyX 2.0.8 is the result of on-going efforts to make our stable version
even more reliable and stable. We have fixed a number of bugs and made
a number of improvements.
LyX 2.0.8 was the eighth and final maintenance release in the 2.0.x
series, the result of on-going efforts to make our stable version even
more reliable and stable. We fixed a number of bugs and made a number
of improvements since 2.0.7.
The main "feature" of LyX 2.0.8 is the ability to read and write LyX
files in the 2.1.x format. Users who do not wish to upgrade to 2.1.0,

12
NEWS
View File

@ -1,3 +1,15 @@
What's new in version 2.0.8.1?
------------------------------
LyX 2.0.8.1 is a small bug significant update to LyX 2.0.8. The release
of LyX 2.1.0 revealed several bugs in the conversion and reversion of
beamer documents. Several of these problems have now been fixed, and the
only changes with respect to 2.0.8.1 are in the lyx2lyx scripts. Please
note that several issues remain. These are really unavoidable, since
LyX's beamer support has changed so much. Users should expect to have to
do some find tuning, especially of more complex documents.
What's new in version 2.0.8?
----------------------------

View File

@ -2,7 +2,7 @@ dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(LyX,2.0.8.1,[lyx-devel@lists.lyx.org],[lyx])
# Use ISO format only. The frontend needs to parse this
AC_SUBST(LYX_DATE, ["2014-05-03"])
AC_SUBST(LYX_DATE, ["2014-05-27"])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_HEADERS([config.h])