Author: spitz Date: Mon May 17 19:51:14 2010 New Revision: 34422 URL: http://www.lyx.org/trac/changeset/34422
Log: preparations for 1.6.6. Modified: lyx-devel/branches/BRANCH_1_6_X/NEWS lyx-devel/branches/BRANCH_1_6_X/RELEASE-NOTES lyx-devel/branches/BRANCH_1_6_X/configure.ac Modified: lyx-devel/branches/BRANCH_1_6_X/NEWS ============================================================================== --- lyx-devel/branches/BRANCH_1_6_X/NEWS Mon May 17 19:50:00 2010 (r34421) +++ lyx-devel/branches/BRANCH_1_6_X/NEWS Mon May 17 19:51:14 2010 (r34422) @@ -1,3 +1,14 @@ +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/branches/BRANCH_1_6_X/RELEASE-NOTES ============================================================================== --- lyx-devel/branches/BRANCH_1_6_X/RELEASE-NOTES Mon May 17 19:50:00 2010 (r34421) +++ lyx-devel/branches/BRANCH_1_6_X/RELEASE-NOTES Mon May 17 19:51:14 2010 (r34422) @@ -1,10 +1,20 @@ -This file lists interface changes that might affect users of 1.6.x, some -known problems in LyX 1.6.1 and some things you have to take into account -when upgrading from earlier versions to a version of the 1.6.x series. +This file lists known problems in LyX 1.6.6, interface changes that might +affect users of 1.6.x, some known problems in the 1.6.x series and some +things you have to take into account when upgrading from earlier versions +to a version of the 1.6.x series. + Note that fixes are available for some of these, but they have not yet been applied because of incomplete testing. +Known issues in LyX 1.6.6 +-------------------------- + +* LyX might crash when using undo with the outliner opened. This bug only +manifests itself when LyX is compiled against Qt 4.6, so if you compile LyX +against Qt 4.5, you can circumvent this problem. + + Interface changes as of LyX 1.6.0 --------------------------------- Modified: lyx-devel/branches/BRANCH_1_6_X/configure.ac ============================================================================== --- lyx-devel/branches/BRANCH_1_6_X/configure.ac Mon May 17 19:50:00 2010 (r34421) +++ lyx-devel/branches/BRANCH_1_6_X/configure.ac Mon May 17 19:51:14 2010 (r34422) @@ -1,8 +1,8 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,1.6.6svn,[lyx-de...@lists.lyx.org],[lyx]) +AC_INIT(LyX,1.6.6,[lyx-de...@lists.lyx.org],[lyx]) # Use ISO format only. The frontend needs to parse this -AC_SUBST(LYX_DATE, ["2009-12-05"]) +AC_SUBST(LYX_DATE, ["2010-05-17"]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h])