Author: rgheck Date: Tue Jun 21 17:01:53 2016 New Revision: 41065 URL: http://www.lyx.org/trac/changeset/41065
Log: Release of LyX 2.1.5. Added: www-user/trunk/announce/2_1_5.txt Modified: www-user/trunk/farm/cookbook/LyX/news.inc www-user/trunk/misc/rss/lyx_news_feed.xml Added: www-user/trunk/announce/2_1_5.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ www-user/trunk/announce/2_1_5.txt Tue Jun 21 17:01:53 2016 (r41065) @@ -0,0 +1,217 @@ +Public release of LyX version 2.1.5 +=================================== + +We are proud to announce the release of LyX 2.1.5. This is the fifth, +and final, maintenance release in the 2.1.x series. + +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. + +You can download LyX 2.1.5 from http://www.lyx.org/Download/. + +LyX 2.1.5 is the result of on-going efforts to make our stable version +even more reliable and stable. We have fixed a number of bugs and made +a number of improvements. Many of these were minor, but there were a +few crashes we fixed, too. We strongly encourage all LyX users who wish +to continue using 2.1.x to upgrade to this version. + +One of the main features of 2.1.5 is its ability to read and write files +in the 2.2.x format. Since the conversion process back and forth usually +will not leave one with an identical file, however, we do not recommend +attempting to collaborate with users of 2.2.x. + +If you think you have found a bug in LyX 2.1.5, please open a bug report at +http://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. Note that, since this is the final release in +the 2.1.x series, you may want to try one of the newer 2.2.x releases. Some +bugs not fixed here are fixed there. + +If you have trouble using LyX or have a question, consult the +documentation that comes with LyX and the LyX wiki, which lives at +http://wiki.lyx.org/. If you can't find the answer there, e-mail the LyX +users' list (lyx-users <at> lists.lyx.org). + +We hope you enjoy using LyX 2.1.5. + +The LyX team. +http://www.lyx.org + + + +What's new +========== + +** Updates: +*********** + +* USER INTERFACE + +- Add \ensuremath to the list of math completions. + +- The entries in the outliner are no longer truncated at 40 chars (bug 9579). + +- The indentation of beamer frame contents has been decreased and unified. + +- In mathed, select only current cell on double-click (bug 9747). + + +* DOCUMENTATION AND LOCALIZATION + +- New German translation of the PDF-comment example file. + +- Updated Brazilian Portuguese, French and German user interface localization. + +- Updated example file for PDF-comments. + +- Improved example file for the moderncv document class. + +- Updated French translation of Linguistics manual. + +- Revised Spanish Tutorial manual. + +- Revised French UserGuide manual. + + + +** Bug fixes: +************* + +* DOCUMENT INPUT/OUTPUT + +- Fixed a typo in the tutorial. + +- Tex2lyx: fix bug with comments immediately folowed by some test (bug 9551). + + +* USER INTERFACE + +- Fix crash when activating "Close All" while an export process is running + in the background (bug 9711). + +- Fix crash when unfolding/copying macros containing other macros (bug 9490). + +- Fix crash when inserting a line in multline math environment (bug 9902). + +- Fix crash when closing buffer one of whose children is also a child of + other master (bug 9907). + +- Fix crash when clicking to the left of a tabular inset (bug 9955). + +- Fix assertion when selecting text just after loading document (bug 9912). + +- Fix automatic insertion of longtable captions (bug 9692). + +- Fix crash with previewed math shown in two views of the same document + (bug 9957). + +- Fix setting of nested minipage via the dialog (bug 8716). + +- Reset cursor language when changing document-wide language (bug 9586). + +- Reset cursor font when leaving an inset to the left (bug 6032). + +- Reset cursor font when navigating with find or spellcheck (bug + 9500). + +- Reset cursor font after inset-select-all (bug 9719). + +- Fix one case where cursor does not enter insets correctly (bug 9913). + +- Correctly update previews when cursor leaves inset (bug 6173). + +- Fix subscripts and superscripts of \overrightarrow and related macros + (bug 1996). + +- Fix a crash with the outliner when switching documents (bug 9754). + +- Repaired selection of text and search-and-replace in the presence of math + macros. The selection is no longer cleared unvolontarily (bugs 6078, 9364). + +- Disable setting vertical lines when using a formal table (bug 9816). + +- Disable function "layout" when the layout cannot be found (bug 8077). + +- Fix two bibliography related bugs: No default style shown in bibliography + dialog in certain cases, and bad enabling-disabling behavior in Document> + Settings> Bibliography (bugs 9797 and 9848). + +- The math command \sideset is now in the autocomplete list (bug 9810). + +- Disable Apply button in InsetParams dialogs if there is no inset to apply + to (bug 9386). + +- Allow to insert program listings to footnotes and margin notes (fixes bug + 9785, but reintroduces bug 9321). + +- Do not output returns and tabs in outliner. + +- Fix on-screen font of starred sections in paper text class. + +- Fix category of several layouts of the foils text class (UI only). + +- Correct minimal size of the view source window (bug 4430). + +- Fix that changing the box type could delete the box (bug 8712). + +- Fix a crash when introducing a new shortcut (bug 9869). + +- Fix initialization problem with default Inset Layout. + +- When a counter is stepped, reset recursively all subcounters (bug 10063). + +- Erase correctly math multi-cell selections (bug 9747). + +- Fix warning about Undo when an empty subscript is automatically deleted in mathed + (bug 10022). + +- Fix on screen narrow box when using \width as box width unit (bug 10048). + + +* INTERNALS + +- Fix parsing problems of class and category declaration line in layout files + that could break the textclass detection (bug 9746). + +- Another attempt to fix NSAutoreleasePool related crashes within LinkBack + driver. Now there is no global static pool used anymore (bug 8637). + +- Allow quotes in PDF text properties (bug 9830). + +- Avoid clogging the undo stack with useless entries when using the + tabular dialog (bug 9960). + + +* DOCUMENTATION AND LOCALIZATION + +- German UserGuide: fix many typos + +- French: "Rechercher" and "Remplacer" are no longer bound to the same + accelerator + +- splash.lyx example file: correct a menu name + + +* LYXHTML + +- Fix output of math sizes. + + +* ADVANCED FIND AND REPLACE + +- Improved window geometry on Mac OS X (part of bug 9889). + + +* BUILD/INSTALLATION + +- Update the included boost library source to 1.60. + +- Work around gcc 5 bug 67557. + +- Give a warning when system boost and stdlib-debug are used together + (bug 9736). + +- Correct Mac OS X package build script (10.11 SDK for Xcode 7 + El Capitan). + +- Remove build file Resources.cpp from distribution (3.9M unpacked). Modified: www-user/trunk/farm/cookbook/LyX/news.inc ============================================================================== --- www-user/trunk/farm/cookbook/LyX/news.inc Mon Jun 13 17:10:05 2016 (r41064) +++ www-user/trunk/farm/cookbook/LyX/news.inc Tue Jun 21 17:01:53 2016 (r41065) @@ -18,6 +18,36 @@ // ///////////////////// function news_data() { +news_item("LyX 2.1.5 released.", "Last Maintenance Release in 2.1.x Series", "June 20, 2016", +"<p>We are pleased to announce the release of LyX 2.1.5. This is the fifth +and final maintenance release in the 2.1.x series.</p> +<p>LyX 2.1.5 is the result of on-going efforts to make our stable version +even more reliable and stable. We have fixed a number of bugs and made +a number of improvements. Many of these were minor, but there were a +few crashes we fixed, too.These are detailed in the +<a href=\"http://www.lyx.org/announce/2_1_4.txt\">announcement</a>.</p> + +<p>Please note that this is the final release in the 2.1.x series. It is +intended for users who for some reason do not wish to upgrade to 2.2.x +at this time. We strongly encourage all such users to upgrade to this +version. Most users should upgrade to 2.2.0.</p> + +<p>Note that LyX 2.1.5 is the last release that will support Windows Vista. +This is due to the fact that the Windows releases in the 2.2.x series require +Qt 5.6, which is not available for Vista.</p> + +<p>One of the main features of 2.1.5 is its ability to read and write files +in the 2.2.x format. Since the conversion process back and forth usually +will not leave one with an identical file, however, we do not recommend +attempting to collaborate with users of 2.2.x. +We strongly encourage all LyX users to upgrade to this version.</p> + +<p>You can download the +<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-2.1.5.tar.gz\">sources in tar.gz format</a> +(also +<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-2.1.5.tar.xz\">tar.xz</a>). There are also some +<a href=\"ftp://ftp.lyx.org/pub/lyx/bin/2.1.5/\">binaries</a> available.</p>"); + news_item("End of support for Windows Vista", "End of support for Windows Vista", "June 9, 2016", "<p>The Windows binaries for the new LyX versions 2.2.x will not run under Windows Vista. LyX has for several versions now depended exclusively upon the <a href=\"https://www.qt.io/\">Qt libraries</a> Modified: www-user/trunk/misc/rss/lyx_news_feed.xml ============================================================================== --- www-user/trunk/misc/rss/lyx_news_feed.xml Mon Jun 13 17:10:05 2016 (r41064) +++ www-user/trunk/misc/rss/lyx_news_feed.xml Tue Jun 21 17:01:53 2016 (r41065) @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="iso-8859-1"?> <rss version="2.0"><channel><title>LyX news feed</title><link>http://www.lyx.org/News</link><description>The latest news about LyX, a WYSIWYM document processor</description> -<lastBuildDate>Thu, 09 Jun 2016 23:08:26 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> +<lastBuildDate>Mon, 13 Jun 2016 11:37:41 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> +<item><title>LyX 2.1.5 released.</title><link>http://www.lyx.org/News</link><description>Last Maintenance Release in 2.1.x Series</description><guid isPermaLink="false">LyX news feed June 20, 2016</guid><pubDate> 20 Jun 2016 00:00:00 GMT</pubDate></item> <item><title>End of support for Windows Vista</title><link>http://www.lyx.org/News</link><description>End of support for Windows Vista</description><guid isPermaLink="false">LyX news feed June 9, 2016</guid><pubDate> 9 Jun 2016 00:00:00 GMT</pubDate></item> <item><title>LyX 2.2.0 released.</title><link>http://www.lyx.org/News</link><description>New Stable Series</description><guid isPermaLink="false">LyX news feed May 27, 2016</guid><pubDate>27 May 2016 00:00:00 GMT</pubDate></item> <item><title>LyX 2.2.0 rc 1 released.</title><link>http://www.lyx.org/News</link><description>Release Candidate</description><guid isPermaLink="false">LyX news feed April 14, 2016</guid><pubDate>l 14 Apr 2016 00:00:00 GMT</pubDate></item>
