Author: rikiheck Date: Sat Jan 7 17:36:01 2023 New Revision: 41290 URL: http://www.lyx.org/trac/changeset/41290
Log: 2.3.7 Added: www-user/trunk/announce/2_3_7.txt Modified: www-user/trunk/farm/cookbook/LyX/i18n.inc www-user/trunk/farm/cookbook/LyX/news.inc www-user/trunk/misc/rss/lyx_news_feed.xml Added: www-user/trunk/announce/2_3_7.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ www-user/trunk/announce/2_3_7.txt Sat Jan 7 17:36:01 2023 (r41290) @@ -0,0 +1,206 @@ +Public release of LyX version 2.3.7 +=================================== + +We are proud to announce the release of LyX 2.3.7. This is the seventh +maintenance release in the 2.3.x series. We encourage all users to +upgrade to this version. + +You can download LyX 2.3.7 from https://www.lyx.org/Download/. + +LyX is a document processor that encourages an approach to writing based +on the structure of your documents and not simply their appearance. It is +released under a Free and Open Source Software license. + +LyX 2.3.7 is the result of on-going efforts to make our stable version +more reliable and more stable. Since it has been quite a long time (for +unsurprising reasons) since the last update, this one contains more fixes +than usual. We have fixed a number of crashes. + +If you think you have found a bug in LyX 2.3.7, please open a bug report at +https://www.lyx.org/trac/wiki/BugTrackerHome. If you're not sure whether it +really is a bug, you can e-mail the LyX developers' mailing list (lyx-devel +<at> lists.lyx.org) and ask. + +If you have trouble using LyX or have a question, consult the documentation +that comes with LyX (under the Help or Apple menu) and the LyX wiki, which +is at https://wiki.lyx.org/. If you can't find the answer there, e-mail the +LyX users' list (lyx-users <at> lists.lyx.org), where you will find an +active community of people who are ready to help. + +We hope you enjoy using LyX 2.3.7. + +The LyX team. +https://www.lyx.org + + +What's new +========== + +** Updates: +*********** + +* DOCUMENT INPUT/OUTPUT + +- Support \bigtimes from the mathtools package (bug 11223). + +- Support 0x019b via tipa (bug 12426). + + +* USER INTERFACE + +- If the bibliography processor requested by a document is not available, do not + silently fall back to default. Rather than that, warn the user, keep the requested + processor and only fall back to an alternative at processing stage. + +- Backspace at the very start of a cell part of eqnarray or align environments + does not move the cursor out of the whole equation anymore and is now + equivalent to hitting the left arrow key (bug 11678). + +- Other than directly inserted, now references can also be pasted as insets + into an equation, instead of simply as text (bug 11539). + +- Add support for High DPI screens in Windows and Linux (bug 12060). + +- Add Qt platform name in About dialog. + +- Add new pref variable \draw_strategy to fix some cases where display + is blinking (bug 12119). + + + +* DOCUMENTATION AND LOCALIZATION + +- Update the H-P-Statments example document. + + +** Bug fixes: +************* + +* DOCUMENT INPUT/OUTPUT + +- Fix Open Document (tex4ht) output converter. + +- Fix output of bibliography environment to make backref work + (bug 12041). + +- Fix tables in title. + +- Fix issue causing the coalesce of an empty description list item and an + immediately following nested itemize environment when loading documents + created with version 2.1 or earlier (bug 12148). + +- Fix export of the optional argument of \sqrt when it contains other + commands with optional arguments (bug 3294). + +- Fix loading subscript package with only LaTeX < 2005/12/01 (bug 12387). + +- Fix modernCV.lyx for Texlive 2021 (bug 12311). + +- Fix validating a macro definitions (bug 12524). + +- Fix crashing due to uncodable character in math macro name (bug 11855). + + + +* USER INTERFACE + +- Re-enable input of non-LyX files (e.g., tex, pgf) (bug 12056). + +- Fix problem with display of menus on Gnome Wayland (bug 11746). + +- Improve error message for VCS file registration when RCS package + is not installed. + +- Make bibliographies work with grandchildren (bug 12033). + +- Do not close spellchecker after "Replace All" action (bug 11310). + +- Fix width of collapsible insets with sublabels (bug 12046). + +- Fix Hebrew characters overflow in insets (bug 12030). + +- Fix unwanted scrolling of window when using "copy". (bug 11225). + +- Disable direct insertion of multiple spaces in mathed text (bug 1311). + +- Fix crash in tabular when an empty paragraph is removed + automatically (bug 12117). + +- Fix crash in tabular when resetting font (bug 12566). + +- Fix crash when using Hebrew (bug 12464). + +- On screen, show upper case greek letters in \mathbf as bold (bug 3751). + +- Fix coloring of text-mode material in math equations (bug 11007). + +- Fix crash with undo when the document has errors (bug 12163). + +- Fix Thesaurus usage with large text selection (#10528). + +- Fix wrap-around of spellchecker (#10383). + +- Avoid pointless 'undefined flex inset' errors when changing document + settings (bug 12163). + +- Fix display of emphasize in slanted text (bug 12175). + +- Fix copy of multi-cells in table (bug 12196). + +- Fix some wrongly initialized internal buffers (bug 12246). + +- Fix reverse search on Mac (bug 12063). + +- Fix misaligned math frame decoration (bug 11491). + +- Fix painting of nested environment overlaping with inset (bug 12243). + +- Fix outline filter search for "\" symbol (bug 12359). + +- Fix inset cornes painting on HiDPI screens (bug 12336). + +- Fix instant preview foreground color in Beamer documents (bug 12563). + +- Properly update font info at cursor position after toggling + (bug 12450). + +- Fix broken modifier handling for Qt-5.12 on Mac (bug 12247). + +- Limit zoom value to 1000% to avoid crashes (bug 12452). + +- Limit graphics scaling in LyX to 1--1000% to avoid crashes (12353). + +- Fix potential crash with 32bit ucs4 codepoints (bug 12519). + +- Catch warnings from packages that contain a hyphen in their name + in the Log dialog. + + +* DOCUMENTATION AND LOCALIZATION + +- Updated most localizations. + + +* BUILD/INSTALLATION + +- compilation with configure now defaults to Qt5, use --disable-qt5 to compile with Qt4. + +- Remove use of deprecated Qt methods. + +- Update in-tree hunspell library to 1.7.0. + +- The WM class of LyX for X Window environment is now the package name, typically + "lyx" or "lyx[suffix]" (bug 11930). + +- Fix warnings with recent compilers (gcc 11, clang+++ >= 10) and compilation with gcc 12. + +- Fix warnings with autoconf 2.71. + +- Fix framework name case error for QtDBus on Mac (bug 12305) + +- Fix directory permission of .app bundle on Mac (bug 12150) + +- Fix configuration bug on Windows which prevented LyX from + installing (bug 12369). + +- With autoconf, fix the "distcheck" make target. Modified: www-user/trunk/farm/cookbook/LyX/i18n.inc ============================================================================== --- www-user/trunk/farm/cookbook/LyX/i18n.inc Sat Jan 7 17:20:17 2023 (r41289) +++ www-user/trunk/farm/cookbook/LyX/i18n.inc Sat Jan 7 17:36:01 2023 (r41290) @@ -1,6 +1,6 @@ <?php // The current version -$lyx_version = "2.3.7"; +$lyx_version = "2.3.8dev"; // The branch tag $branch_tag = "2.3.x"; Modified: www-user/trunk/farm/cookbook/LyX/news.inc ============================================================================== --- www-user/trunk/farm/cookbook/LyX/news.inc Sat Jan 7 17:20:17 2023 (r41289) +++ www-user/trunk/farm/cookbook/LyX/news.inc Sat Jan 7 17:36:01 2023 (r41290) @@ -20,7 +20,31 @@ function news_data() { -news_item("LyX 2.3.6.1 released.", "Fifth Maintenance Release in 2.3.x Series", "January 3, 2021", +news_item("LyX 2.3.7 released.", "Seventh Maintenance Release in 2.3.x Series", "January 7, 2023", +"<p>We are pleased to announce the release of LyX 2.3.7. This is the seventh +maintenance release in the 2.3.x series. It is the +result of on-going efforts to make our stable version more reliable and +more stable. </p> + +<p>Largely due to Covid, it has been a long time since the last release. But we have not +been idle! Many bugs have been fixed in this release, and several crashes as well. We therefore +encourage all users to upgrade to this version. </p> + +<p>See <a href=\"http://www.lyx.org/announce/2_3_7.txt\">the announcement</a> for more information.</p> + +<p>One important note: Recent versions of Mac OSX do not include a working version of Python. +LyX needs this for proper functionality. See <a href=\"https://wiki.lyx.org/Mac/Mac#toc2\">the wiki</a> +for information on how to install Python, if you need to do so. The most obvious sympton is that, on +startup, LyX reports that it will have 'minimal functionality'. Another symptom is that images or previews +do not display properly.</p> + +<p>You can download the +<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-2.3.7-1.tar.gz\">sources in tar.gz format</a> +(also +<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-2.3.7-1.tar.xz\">tar.xz</a>). There are also some +<a href=\"ftp://ftp.lyx.org/pub/lyx/bin/2.3.7/\">binaries</a> available. </p>"); + +news_item("LyX 2.3.6.1 released.", "Sixth Maintenance Release in 2.3.x Series", "January 3, 2021", "<p>This update fixes two problems.</p> <p>The first is that the inclusion of TeX files as child documents was @@ -40,7 +64,7 @@ <a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-2.3.6.1.tar.xz\">tar.xz</a>). There are also some <a href=\"ftp://ftp.lyx.org/pub/lyx/bin/2.3.6/\">binaries</a> available. </p>"); -news_item("LyX 2.3.6 released.", "Fifth Maintenance Release in 2.3.x Series", "December 1, 2020", +news_item("LyX 2.3.6 released.", "Sixth Maintenance Release in 2.3.x Series", "December 1, 2020", "<p>We are pleased to announce the release of LyX 2.3.6. This is the sixth maintenance release in the 2.3.x series. It is the result of on-going efforts to make our stable version more reliable and Modified: www-user/trunk/misc/rss/lyx_news_feed.xml ============================================================================== --- www-user/trunk/misc/rss/lyx_news_feed.xml Sat Jan 7 17:20:17 2023 (r41289) +++ www-user/trunk/misc/rss/lyx_news_feed.xml Sat Jan 7 17:36:01 2023 (r41290) @@ -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>Sun, 03 Jan 2021 15:47:56 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> -<item><title>LyX 2.3.6.1 released.</title><link>https://www.lyx.org/News</link><description>Fifth Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed January 3, 2021</guid><pubDate>ary 3 Jan 2021 00:00:00 GMT</pubDate></item> -<item><title>LyX 2.3.6 released.</title><link>https://www.lyx.org/News</link><description>Fifth Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed December 1, 2020</guid><pubDate>mber 1 Dec 2020 00:00:00 GMT</pubDate></item> +<lastBuildDate>Sat, 07 Jan 2023 12:05:23 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> +<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>ary 7 Jan 2023 00:00:00 GMT</pubDate></item> +<item><title>LyX 2.3.6.1 released.</title><link>https://www.lyx.org/News</link><description>Sixth Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed January 3, 2021</guid><pubDate>ary 3 Jan 2021 00:00:00 GMT</pubDate></item> +<item><title>LyX 2.3.6 released.</title><link>https://www.lyx.org/News</link><description>Sixth Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed December 1, 2020</guid><pubDate>mber 1 Dec 2020 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.5.2 released.</title><link>https://www.lyx.org/News</link><description>Emergency Release for 2.3.5</description><guid isPermaLink="false">LyX news feed June 30, 2020</guid><pubDate> 30 Jun 2020 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.5 released.</title><link>https://www.lyx.org/News</link><description>Fifth Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed June 7, 2020</guid><pubDate> 7 Jun 2020 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.4.2 released.</title><link>https://www.lyx.org/News</link><description>Emergency Re-Release of 2.3.4</description><guid isPermaLink="false">LyX news feed February 12, 2020</guid><pubDate>uary 12 Feb 2020 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.4 released.</title><link>https://www.lyx.org/News</link><description>Fourth Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed January 31, 2020</guid><pubDate>ary 31 Jan 2020 00:00:00 GMT</pubDate></item> <item><title>LyX 2.3.3 released.</title><link>https://www.lyx.org/News</link><description>Third Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed June 25, 2019</guid><pubDate> 25 Jun 2019 00:00:00 GMT</pubDate></item> -<item><title>LyX 2.3.2 released.</title><link>https://www.lyx.org/News</link><description>Second Maintenance Release in 2.3.x Series</description><guid isPermaLink="false">LyX news feed December 14, 2018</guid><pubDate>mber 14 Dec 2018 00:00:00 GMT</pubDate></item> </channel></rss> -- lyx-cvs mailing list [email protected] http://lists.lyx.org/mailman/listinfo/lyx-cvs
