mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Final preparations for 2.0.8.1.
This commit is contained in:
parent
54f11f5fb9
commit
c6018f0b45
17
ANNOUNCE
17
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
|
We are pleased to announce the release of LyX 2.0.8.1. This release
|
||||||
and final maintenance release in the 2.0.x series.
|
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
|
LyX 2.0.8 was the eighth and final maintenance release in the 2.0.x
|
||||||
even more reliable and stable. We have fixed a number of bugs and made
|
series, the result of on-going efforts to make our stable version even
|
||||||
a number of improvements.
|
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
|
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,
|
files in the 2.1.x format. Users who do not wish to upgrade to 2.1.0,
|
||||||
|
12
NEWS
12
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?
|
What's new in version 2.0.8?
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
@ -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])
|
AC_INIT(LyX,2.0.8.1,[lyx-devel@lists.lyx.org],[lyx])
|
||||||
# Use ISO format only. The frontend needs to parse this
|
# 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_PREREQ(2.52)
|
||||||
AC_CONFIG_SRCDIR(src/main.cpp)
|
AC_CONFIG_SRCDIR(src/main.cpp)
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
Loading…
Reference in New Issue
Block a user