diff --git a/ANNOUNCE b/ANNOUNCE index d58dc8f53f..b3827fc3dc 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,22 @@ -Public release of LyX version 2.3.4 -=================================== +Public release of LyX version 2.3.4-2 +===================================== + +This is an emergency release that fixes two bugs in 2.3.4. + +The first, bug #11728, caused a five-second delay when attempting +to save files on Windows. This was a side effect of the fix for #10091 +and reminds us why it would be good to have more testing on Windows. + +The other bug is discussed in this thread + https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg210294.html +and concerns a crash related to the math toolbar. This was due to an +uninitialize buffer_ member revealed by the fix for #11586. + +All LyX users are encouraged to upgrade to 2.3.4-2. + +The original announcement for 2.3.4 follows. + +===== We are proud to announce the release of LyX 2.3.4. This is the fourth maintenance release in the 2.3.x series. diff --git a/NEWS b/NEWS index 36eaffb706..7f1d4425d0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +What's new in version 2.3.4-2? +------------------------------ + +This is an emergency release that fixes two bugs in 2.3.4. + +The first, bug #11728, caused a five-second delay when attempting +to save files on Windows. This was a side effect of the fix for #10091 +and reminds us why it would be good to have more testing on Windows. + +The other bug is discussed in this thread + https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg210294.html +and concerns a crash related to the math toolbar. This was due to an +uninitialize buffer_ member revealed by the fix for #11586. + + What's new in version 2.3.4? ---------------------------- diff --git a/configure.ac b/configure.ac index e5999b3d27..7fe3ef4348 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,2.3.4,[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT(LyX,2.3.4-2,[lyx-devel@lists.lyx.org],[lyx]) AC_PRESERVE_HELP_ORDER # Use ISO format only. The frontend needs to parse this -AC_SUBST(LYX_DATE, ["2020-01-12"]) +AC_SUBST(LYX_DATE, ["2020-02-07"]) AC_PREREQ(2.65) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h])