]> git.lyx.org Git - lyx.git/commitdiff
Go for alpha5 2.0.0alpha5
authorPavel Sanda <sanda@lyx.org>
Mon, 19 Jul 2010 00:28:15 +0000 (00:28 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 19 Jul 2010 00:28:15 +0000 (00:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34983 a592a061-630c-0410-9148-cb99ea01b6c8

ANNOUNCE
NEWS
configure.ac

index 4b271fedddf618ef9dc9ccb6c980c04e180638f2..264e79365c0e7c40ff6f1507fc49c3480157e7af 100644 (file)
--- a/ANNOUNCE
+++ b/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
 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
 
diff --git a/NEWS b/NEWS
index 5d46fbfaba0818a4fb15411b4e8938b6a66ba2a6..6333960fa4205a78704dc8840c081402c2e4cc50 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,36 @@ The new features in LyX 2.0 are detailed in
 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?
 -----------------------------
 
index 30694a6bbbe3dd0d71029ad32a07f966a7c3f21f..d2e2687ff46c63fe665235d9fd2def38f0a67301 100644 (file)
@@ -1,8 +1,8 @@
 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
-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])