Author: sanda Date: Mon Jul 19 02:28:15 2010 New Revision: 34983 URL: http://www.lyx.org/trac/changeset/34983
Log: Go for alpha5 Modified: lyx-devel/trunk/ANNOUNCE lyx-devel/trunk/NEWS lyx-devel/trunk/configure.ac Modified: lyx-devel/trunk/ANNOUNCE ============================================================================== --- lyx-devel/trunk/ANNOUNCE Mon Jul 19 02:09:44 2010 (r34982) +++ lyx-devel/trunk/ANNOUNCE Mon Jul 19 02:28:15 2010 (r34983) @@ -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 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/ -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: http://wiki.lyx.org/LyX/NewInLyX20 Modified: lyx-devel/trunk/NEWS ============================================================================== --- lyx-devel/trunk/NEWS Mon Jul 19 02:09:44 2010 (r34982) +++ lyx-devel/trunk/NEWS Mon Jul 19 02:28:15 2010 (r34983) @@ -5,6 +5,36 @@ 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? ----------------------------- Modified: lyx-devel/trunk/configure.ac ============================================================================== --- lyx-devel/trunk/configure.ac Mon Jul 19 02:09:44 2010 (r34982) +++ lyx-devel/trunk/configure.ac Mon Jul 19 02:28:15 2010 (r34983) @@ -1,8 +1,8 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,2.0.0svn,[[email protected]],[lyx]) +AC_INIT(LyX,2.0.0alpha5,[[email protected]],[lyx]) # 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_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h])
