]> git.lyx.org Git - lyx.git/commitdiff
Prepare for 2.3.4-3 2.3.4-3
authorRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 14 Feb 2020 22:18:56 +0000 (17:18 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 14 Feb 2020 22:18:56 +0000 (17:18 -0500)
ANNOUNCE
configure.ac

index 3de11bca627ff4424a735739b5cdbc8842e4d7ff..398b86f31d1202e6fd2e83659b85ce2d884bc902 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,3 +1,13 @@
+Public release of LyX version 2.3.4-3
+=====================================
+
+This is another emergency release that, hopefully, actually fixes the
+first bug that 2.3.4-2 was meant to fix: A delay when saving files on
+Windows. The new bug is #11737. There are no other changes. Only Windows
+users will need to upgrade to this version.
+
+
+
 Public release of LyX version 2.3.4-2
 =====================================
 
index 5b8384cde2b4ee4befee1a700c2748fb207b5d7c..e8dfc3e8c89800827399239d82a18b90b529ad87 100644 (file)
@@ -1,9 +1,9 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT(LyX,2.3.4.2,[lyx-devel@lists.lyx.org],[lyx])
+AC_INIT(LyX,2.3.4.3,[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-02-07"])
+AC_SUBST(LYX_DATE, ["2020-02-14"])
 AC_PREREQ(2.65)
 AC_CONFIG_SRCDIR(src/main.cpp)
 AC_CONFIG_HEADERS([config.h])