mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Go for alpha5
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34983 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a994313544
commit
b12e7e2e1a
6
ANNOUNCE
6
ANNOUNCE
@ -1,13 +1,13 @@
|
|||||||
Pre-release of LyX version 2.0.0 (alpha 4)
|
Pre-release of LyX version 2.0.0 (alpha 5)
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
We are pleased to announce the fourth alpha release of LyX 2.0.0.
|
We are pleased to announce the fifth alpha release of LyX 2.0.0.
|
||||||
This release is for testing purposes only, users are encouraged
|
This release is for testing purposes only, users are encouraged
|
||||||
to use current 1.6 stable release for any serious work.
|
to use current 1.6 stable release for any serious work.
|
||||||
|
|
||||||
Tarballs and binaries can be found at ftp://ftp.lyx.org/pub/lyx/devel/
|
Tarballs and binaries can be found at ftp://ftp.lyx.org/pub/lyx/devel/
|
||||||
|
|
||||||
LyX 2.0.0 will be culmination of more than 19 months of hard work
|
LyX 2.0.0 will be culmination of more than 20 months of hard work
|
||||||
and you can find an overview of the new features here:
|
and you can find an overview of the new features here:
|
||||||
http://wiki.lyx.org/LyX/NewInLyX20
|
http://wiki.lyx.org/LyX/NewInLyX20
|
||||||
|
|
||||||
|
30
NEWS
30
NEWS
@ -5,6 +5,36 @@ The new features in LyX 2.0 are detailed in
|
|||||||
http://wiki.lyx.org/LyX/NewInLyX20
|
http://wiki.lyx.org/LyX/NewInLyX20
|
||||||
|
|
||||||
|
|
||||||
|
What's new in version 1.6.7?
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
|
From the list of fixes and improvements, we'd like to highlight
|
||||||
|
particularly that this release irons out all known stability problems with
|
||||||
|
Qt 4.6. LyX 1.6.7 is our first release that is supposed to run smoothly
|
||||||
|
with Qt 4.6, so we urge all distributors who use that version to upgrade
|
||||||
|
LyX as well.
|
||||||
|
|
||||||
|
|
||||||
|
What's new in version 1.6.6.1?
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
The sole purpose of this release is to fix one glitch that was introduced
|
||||||
|
by LyX 1.6.6: The spellchecker missed further misspellings after applying
|
||||||
|
a correction. This was due to the fix to different bug that had to be
|
||||||
|
reverted. In any other respect, this release is identical to Lyx 1.6.6.
|
||||||
|
|
||||||
|
|
||||||
|
What's new in version 1.6.6?
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
|
The release features a long list of fixes and improvements. Yet a number
|
||||||
|
of crashes, reported by our users or our automatic stability testing
|
||||||
|
program, were fixed. Moreover, LyX was improved in many details. It also
|
||||||
|
introduces new features, such as support for the enchant spell checking
|
||||||
|
backend and for aspell language varieties (such as old and new German
|
||||||
|
spelling in parallel).
|
||||||
|
|
||||||
|
|
||||||
What's new in version 1.6.5?
|
What's new in version 1.6.5?
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||||
|
|
||||||
AC_INIT(LyX,2.0.0svn,[lyx-devel@lists.lyx.org],[lyx])
|
AC_INIT(LyX,2.0.0alpha5,[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, ["2010-06-15"])
|
AC_SUBST(LYX_DATE, ["2010-07-18"])
|
||||||
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