]> git.lyx.org Git - lyx.git/commitdiff
Prepare for emergency release.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 6 Feb 2020 20:10:50 +0000 (15:10 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 6 Feb 2020 20:10:50 +0000 (15:10 -0500)
ANNOUNCE
NEWS
configure.ac

index d58dc8f53f7f2218a19503f923f75a8fcb1fc4b5..b3827fc3dcbb95e92bc0b0adae51e88f7f11313d 100644 (file)
--- 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 36eaffb7064d17fa705b1778126d3d830597ae44..7f1d4425d014b0e0e6d0cea78fc72000a1e9590d 100644 (file)
--- 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?
 ----------------------------
 
index e5999b3d273af791e1797df181ad2f62ee2670d8..7fe3ef4348bbf8b2cb9b7994201ca80189602d0e 100644 (file)
@@ -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])