mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Prepare to release candidate 5
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27174 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a071a4af5a
commit
8bbbb9e544
21
ANNOUNCE
21
ANNOUNCE
@ -1,12 +1,19 @@
|
|||||||
Public release of LyX version 1.6.0 (release candidate 4)
|
Public release of LyX version 1.6.0 (release candidate 5)
|
||||||
=========================================================
|
=========================================================
|
||||||
|
|
||||||
We are pleased to announce the fourth release candidate of LyX 1.6.0.
|
We are pleased to announce the fifth release candidate of LyX 1.6.0.
|
||||||
|
|
||||||
LyX 1.6.0 will be the culmination of 14 months of hard work since the
|
LyX 1.6.0 will be the culmination of 15 months of hard work since the
|
||||||
release of the LyX 1.5 series. We sincerely hope you will enjoy the
|
release of the LyX 1.5 series. We sincerely hope you will enjoy the
|
||||||
result.
|
result.
|
||||||
|
|
||||||
|
This is the last planned release candidate. In order to guarantee a
|
||||||
|
stable release of LyX 1.6.0 there are very few changes when compared
|
||||||
|
with the last release candidate (rc4).
|
||||||
|
The changes committed refer to bug and performance fixes and there are
|
||||||
|
no known regressions compared to any of the previous release
|
||||||
|
candidates.
|
||||||
|
|
||||||
As usual with a major release, a lot of work that is not directly
|
As usual with a major release, a lot of work that is not directly
|
||||||
visible has taken place. The core of LyX has seen more cleanups and
|
visible has taken place. The core of LyX has seen more cleanups and
|
||||||
some of the new features are the direct results of this work.
|
some of the new features are the direct results of this work.
|
||||||
@ -43,11 +50,11 @@ http://www.lyx.org/ has to say on the subject:
|
|||||||
internationalized application running natively on Unix/Linux and the
|
internationalized application running natively on Unix/Linux and the
|
||||||
Macintosh and modern Windows platforms.
|
Macintosh and modern Windows platforms.
|
||||||
|
|
||||||
You can download LyX 1.6.0rc4 here (the .bz2 are compressed with bzip2,
|
You can download LyX 1.6.0rc5 here (the .bz2 are compressed with bzip2,
|
||||||
which yields smaller files):
|
which yields smaller files):
|
||||||
|
|
||||||
ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx-1.6.0rc4.tar.gz
|
ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx-1.6.0rc5.tar.gz
|
||||||
ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx-1.6.0rc4.tar.bz2
|
ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx-1.6.0rc5.tar.bz2
|
||||||
|
|
||||||
Note that due to the amount of change, no patch is provided to upgrade
|
Note that due to the amount of change, no patch is provided to upgrade
|
||||||
from version 1.5.6.
|
from version 1.5.6.
|
||||||
@ -56,7 +63,7 @@ Prebuilt binaries (rpms for linux distributions, Mac OS X and Windows
|
|||||||
installers) should soon be available at
|
installers) should soon be available at
|
||||||
ftp://ftp.devel.lyx.org/pub/lyx/devel/
|
ftp://ftp.devel.lyx.org/pub/lyx/devel/
|
||||||
|
|
||||||
If you find what you think is a bug in LyX 1.6.0rc4, you may either
|
If you find what you think is a bug in LyX 1.6.0rc5, you may either
|
||||||
e-mail the LyX developers' mailing list (lyx-devel at lists.lyx.org), or open
|
e-mail the LyX developers' mailing list (lyx-devel at lists.lyx.org), or open
|
||||||
a bug report at http://bugzilla.lyx.org
|
a bug report at http://bugzilla.lyx.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||||
|
|
||||||
AC_INIT(LyX,1.6.0svn,[lyx-devel@lists.lyx.org],[lyx])
|
AC_INIT(LyX,1.6.0rc5,[lyx-devel@lists.lyx.org],[lyx])
|
||||||
AC_SUBST(LYX_DATE, ["Thu, Oct 23, 2008"])
|
AC_SUBST(LYX_DATE, ["Tue, Oct 28, 2008"])
|
||||||
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