From: Scott Kostyshak Date: Tue, 26 Apr 2016 03:45:39 +0000 (-0400) Subject: RELEASE-NOTES: advise MSVC 2015 update 2 on Win X-Git-Tag: 2.2.0~64 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2ab7c3ac11756ed4d5619e0f3c85e317f9857c3f;p=lyx.git RELEASE-NOTES: advise MSVC 2015 update 2 on Win When compiling with Qt 5.6, MSVC 2015 update 2 is recommended in order to avoid #9892. --- diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index 1f5a2be286..5ac763221d 100644 --- a/lib/RELEASE-NOTES +++ b/lib/RELEASE-NOTES @@ -118,6 +118,9 @@ several regressions with respect to Qt 4.x. See #9215 for a list of bugs related to compiling LyX with different versions of Qt. +* If compiling LyX on Windows with Qt 5.6, it is recommended to use MSVC 2015 + update 2 to avoid #9892. + * LyX now gives an error if the underlying LaTeX command exited with error.