From c6018f0b458a94b524ebe3ac732a42c98368fe20 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 27 May 2014 09:30:43 -0400 Subject: [PATCH] Final preparations for 2.0.8.1. --- ANNOUNCE | 17 ++++++++++------- NEWS | 12 ++++++++++++ configure.ac | 2 +- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 6867c5ebaa..2ba11b03ef 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -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, diff --git a/NEWS b/NEWS index 9e44ed8579..2018dbf8c4 100644 --- a/NEWS +++ b/NEWS @@ -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? ---------------------------- diff --git a/configure.ac b/configure.ac index a21fa719cb..278397d799 100644 --- a/configure.ac +++ b/configure.ac @@ -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])