commit ddc5c8349a3f4e35b068e0295793e951c4aafca0
Author: Richard Kimberly Heck <[email protected]>
Date: Tue Feb 24 19:52:28 2026 -0500
2.4.5
---
announce/2_4_5.txt | 141 +++++++++++++++++++++++++++++++++++++++++++++
farm/cookbook/LyX/news.inc | 19 ++++++
misc/rss/lyx_news_feed.xml | 4 +-
3 files changed, 162 insertions(+), 2 deletions(-)
diff --git a/announce/2_4_5.txt b/announce/2_4_5.txt
new file mode 100644
index 00000000..d451aaaa
--- /dev/null
+++ b/announce/2_4_5.txt
@@ -0,0 +1,141 @@
+Public release of LyX version 2.4.5
+===================================
+
+We are proud to announce the release LyX 2.4.5, the final maintenance
+release in the 2.4.x series. We have fixed a number of bugs, including some
+crashes.
+
+Most of the development effort since 2.4.4 has been focused on LyX 2.5.0,
+however, and most users will want to upgrade to that version. This version
+is intended primarily for users who need, for some reason, to continue with
+LyX 2.4.x. However, LyX 2.4.5 is able to import files created with LyX
+2.5.x and to export to that format. Please note, however, that going back
+and forth between major versions is not recommended.
+
+One big improvement is that one can now include the symbols system file from
+the corresponding file in the user directory by using "include_system_file".
+This will be equivalent to inserting the system symbols file at that point.
+
+For complete information on what's new and on bugs that have been fixed,
+see the list below.
+
+You can download LyX 2.4.5 from http://ftp.lyx.org/pub/lyx/stable/2.4.x/
+and pre-compiled binaries from http://ftp.lyx.org/pub/lyx/bin/2.4.5/.
+
+If you have trouble using LyX or have a question, consult the
+documentation that comes with LyX (under Help) and the LyX wiki, which
+you will find at https://wiki.lyx.org/. You can also send email to
+the LyX users' list (lyx-users at lists.lyx.org). Bugs can be reported
+on our bug tracker (https://www.lyx.org/trac/) or by writing the
+developers' list (lyx-devel at lists.lyx.org).
+
+The LyX team.
+https://www.lyx.org
+
+
+What's new
+==========
+
+** Updates:
+***********
+
+* DOCUMENT INPUT/OUTPUT
+
+- Correctly parse labels enclosed in braces in mathed (bug 13195).
+
+
+* MISCELLANEOUS
+
+- It is now possible to include the symbols system file from the corresponding
+ file in the user directory by means of the directive "include_system_file".
+ This will be equivalent to inserting the system symbols file at that point.
+ The symbols file is used in mathed and now it is possible to perform own
+ additions/modifications without the need of making a copy in the user dir.
+
+
+* LYX2LYX
+
+- Import and export LyX 2.5.x documents.
+
+
+* USER INTERFACE
+
+- Avoid adding font size insets such as \huge in math mode when using the
+ Text Properties dialog as they are ineffective and only work within
+ text-in-math mode insets such as \textrm or \mbox (bug 13239).
+
+
+** Bug fixes:
+*************
+
+* DOCUMENT INPUT/OUTPUT
+
+- Fix clash of double \LyXZeroWidthSpace definition.
+
+- Fix check of broken cross-references (false negatives).
+
+- Fix LaTeX output of formulas with a prime, a superscript and a subscript
+ (bug 13004).
+
+- Fix problem when using DeclarePairedDelimiterX (bug 8934).
+
+- Fix reconstruction of last opened documents after crash (bug 12374).
+
+- Fix output problem with list preamble and custom item (bug 13208).
+
+- Fix dvi and postscript command line export on Windows (bug 13235).
+
+- Fix space problem after inline listings (bug 13244).
+
+- Fix macro-related crash after some operations that trigger a dialog.
+
+
+* USER INTERFACE
+
+- Fix tabular metrics crash with with xtabular, varwidth columns and a
+ multicol spanning the whole table.
+
+- Fix crash with macro and super/subscripts (bug 13272).
+
+- Fix crash when a newline inset is at the begining of a Labeling layout.
+
+- Fix false warning when closing document settings with read-only document.
+
+- In mathed, do not wrap \underbar in \text.
+
+- Indent paragraphs after proofs (which are indented in the output).
+
+- Fix pasting of multiple-cell plaintext to tables with cells selected.
+
+- Fix unnecessary reloading of toolbar icons on theme change without
+ (dark/light) mode change with Qt6.
+
+
+* INTERNALS
+
+- Fix warning on Qt6 about unpaired model reset
+
+- Fix crash in spell checker with multi-code UTF-16 characters (bug 13261).
+
+
+* DOCUMENTATION AND LOCALIZATION
+
+- Updated Dutch translation.
+
+
+* LYXHTML
+
+- Fix heading of Bibliography in Table of Contents (part of bug 13189).
+
+- Fix output of bibliography with scrbook (bug 13202).
+
+
+* BUILD/INSTALLATION
+
+- Fix compilation error due to more restrictive function in Qt 6.10.
+
+- Address compiler warning with Qt > 6.7.
+
+- Fix windres invocation for cygwin build.
+
+
diff --git a/farm/cookbook/LyX/news.inc b/farm/cookbook/LyX/news.inc
index f32ef6bd..c1c31874 100644
--- a/farm/cookbook/LyX/news.inc
+++ b/farm/cookbook/LyX/news.inc
@@ -41,6 +41,25 @@ first versions were released in 1995.</p>
<a
href=\"https://ftp.lip6.fr/pub/lyx/stable/2.5.x/lyx-2.5.0.tar.xz\">tar.xz</a>).
There are also some
<a href=\"https://ftp.lip6.fr/pub/lyx/bin/2.5.0/\">binaries</a> available.
</p>");
+news_item("LyX 2.4.5 released.", "Final Maintenance Release in 2.4.x Series",
"February 24, 2026",
+"<p>We are pleased to announce the final h maintenance release in the LyX
2.4.x series.</p>
+<p>Most of the development effort since 2.4.4 has been focused on LyX 2.5.0,
+however, and most users will want to upgrade to that version. This version
+is intended primarily for users who need, for whatever reason, to continue with
+LyX 2.4.x. However, LyX 2.4.5 is able to import files created with LyX
+2.5.x and to export to that format. Please note, however, that going back
+and forth between major versions is not recommended.</p>
+
+<p>See
+<a href=\"https://www.lyx.org/announce/2_4_5.txt\">the announcement</a> for
more information.
+</p>
+
+<p>You can download the
+<a href=\"https://ftp.lip6.fr/pub/lyx/stable/2.4.x/lyx-2.4.5.tar.gz\">sources
in tar.gz format</a>
+(also
+<a
href=\"https://ftp.lip6.fr/pub/lyx/stable/2.4.x/lyx-2.4.5.tar.xz\">tar.xz</a>).
There are also some
+<a href=\"https://ftp.lip6.fr/pub/lyx/bin/2.4.5/\">binaries</a> available.
</p>");
+
news_item("LyX 2.4.4 released.", "Fourth Maintenance Release in 2.4.x Series",
"June 21, 2025",
"<p>We are proud to announce the fourth maintenance release in the LyX 2.4.x
series.</p>
<p>Here are some highlights: </p>
diff --git a/misc/rss/lyx_news_feed.xml b/misc/rss/lyx_news_feed.xml
index 10f3e958..9e53ecc7 100644
--- a/misc/rss/lyx_news_feed.xml
+++ b/misc/rss/lyx_news_feed.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"><channel><title>LyX news
feed</title><link>https://www.lyx.org/News</link><description>The latest news
about LyX, a WYSIWYM document processor</description>
-<lastBuildDate>Sat, 21 Feb 2026 11:02:50
GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs>
+<lastBuildDate>Tue, 24 Feb 2026 19:52:11
GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs>
<item><title>LyX 2.5.0
released.</title><link>https://www.lyx.org/News</link><description>First
release in 2.5.x Series</description><guid isPermaLink="false">LyX news feed
February 21, 2026</guid><pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate></item>
+<item><title>LyX 2.4.5
released.</title><link>https://www.lyx.org/News</link><description>Final
Maintenance Release in 2.4.x Series</description><guid isPermaLink="false">LyX
news feed February 24, 2026</guid><pubDate>Tue, 24 Feb 2026 00:00:00
GMT</pubDate></item>
<item><title>LyX 2.4.4
released.</title><link>https://www.lyx.org/News</link><description>Fourth
Maintenance Release in 2.4.x Series</description><guid isPermaLink="false">LyX
news feed June 21, 2025</guid><pubDate>Sat, 21 Jun 2025 00:00:00
GMT</pubDate></item>
<item><title>LyX 2.4.3
released.</title><link>https://www.lyx.org/News</link><description>Third
Maintenance Release in 2.4.x Series</description><guid isPermaLink="false">LyX
news feed January 15, 2025</guid><pubDate>Wed, 15 Jan 2025 00:00:00
GMT</pubDate></item>
<item><title>LyX 2.4.2
released.</title><link>https://www.lyx.org/News</link><description>Second
Maintenance Release in 2.4.x Series</description><guid isPermaLink="false">LyX
news feed October 3, 2024</guid><pubDate>Thu, 03 Oct 2024 00:00:00
GMT</pubDate></item>
<item><title>LyX 2.4.1
released.</title><link>https://www.lyx.org/News</link><description>First
Maintenance Release in 2.4.x Series</description><guid isPermaLink="false">LyX
news feed July 5, 2024</guid><pubDate>Fri, 05 Jul 2024 00:00:00
GMT</pubDate></item>
<item><title>LyX 2.4.0
released.</title><link>https://www.lyx.org/News</link><description>First
Release in 2.4.x Series</description><guid isPermaLink="false">LyX news feed
May 31, 2024</guid><pubDate>Fri, 31 May 2024 00:00:00 GMT</pubDate></item>
<item><title>LyX 2.3.8
released.</title><link>https://www.lyx.org/News</link><description>Eighth
Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX
news feed May 17, 2024</guid><pubDate>Fri, 17 May 2024 00:00:00
GMT</pubDate></item>
-<item><title>LyX 2.3.7
released.</title><link>https://www.lyx.org/News</link><description>Seventh
Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX
news feed January 7, 2023</guid><pubDate>Sat, 07 Jan 2023 00:00:00
GMT</pubDate></item>
</channel></rss>
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs