Author: rgheck Date: Mon Jun 16 17:24:32 2014 New Revision: 41007 URL: http://www.lyx.org/trac/changeset/41007
Log: Release 2.0.8.1. Added: www-user/trunk/announce/2_0_8_1.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_0_8_1.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ www-user/trunk/announce/2_0_8_1.txt Mon Jun 16 17:24:32 2014 (r41007) @@ -0,0 +1,166 @@ +Public release of LyX version 2.0.8.1 +===================================== + +We are pleased to announce the release of LyX 2.0.8.1. This release +differs from the 2.0.8 release only by incorporating some improvements +to the lyx2lyx conversion and reversion scripts. There are no changes +to the main code. + +LyX 2.0.8 was the eighth and final maintenance release in the 2.0.x +series, the result of on-going efforts to make our stable version even +more reliable and stable. We fixed a number of bugs and made a number +of improvements since 2.0.7. + +The main "feature" of LyX 2.0.8 is the ability to read and write LyX +files in the 2.1.x format. Users who do not wish to upgrade to 2.1.0, +which is being released simultaneously, are encouraged to upgrade to +2.0.8. + +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.0.8 from http://www.lyx.org/Download/. + +If you think you found a bug in LyX 2.0.8, either e-mail the LyX +developers' mailing list (lyx-devel <at> lists.lyx.org), or open a bug +report at http://www.lyx.org/trac/wiki/BugTrackerHome. + +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.0.8. + +The LyX team. +http://www.lyx.org + + +What's new in LyX 2.0.8 +======================= + +** Updates: +*********** + +* DOCUMENT INPUT/OUTPUT + +- Updated Chinese (simplified), Chinese (traditional), French, + Indonesian, Japanese, Spanish, Swedish and Ukrainian user + interface localization. + + +** Bug fixes: +************* + +* DOCUMENT INPUT/OUTPUT + +- Do not crash when loading documents with empty (invalid) math environments + (part of bug 8359). + +- Rerun makeindex if all nomencl entries have been removed (bug 8905). + +- Correct language code of traditional Chinese (bug 8970). + +- Support (black) card suites in text mode (bug 8971). + +- Use universal newlines when reading CSVs. + +- Fix bug where depth of pasted text was incorrectly set (bug 8891). + +- Fix clash between \protect and \ensuremath (bug 8889). + +- Fix problem with export of LyX archive when bibtotoc is used (bug 9044). + +- Fix LaTeX error with alphabetic delimiters in inline Listings (part of bug + 8985). + + +* USER INTERFACE + +- Fix outliner-related crash when master and child are open in different + windows (bug 8948). + +- Fix outliner-related crash involving captions in long tables (bug 8997). + +- Fix hang when using BibTeX files with really long author lists (bug 8944). + +- Fix crash with changetracking in bibliography environment (bug + 8646). + +- Fix crash when navigating to next change (bug 8684). + +- Fix crash when entering math in change-tracking mode while merge changes + dialog is open (bug 7685). + +- Fix crash when optional argument inside a math macro was deleted + (bug 8329). + +- Fix crash when CheckTeX hits mathed (bug 8798). + +- Fix crash when performing "Change Case" operation on a selection with font + changes (bug 7943). + +- Fix crash when performing selection in math insets (bug 9076). + +- Fix hang when selecting text (bug 8837). + +- Fix assertion when entering a path into the import dialog (bug 7437). + +- Fix math-ams-matrix function that could corrupt documents if not used properly + (part of bug 8359). + +- Fix problem that led to assertion in some cases when space was at beginning of + line (bugs 8838 and 8947). + +- Correctly compare documents with different author sets (bug 8769). + +- Fix drawing of table lines of multicolumns (bug 8082). + +- Correct language for textual references in multi-language documents (bug 8613). + +- Handle undo in `branch-add' function. + +- Avoid multiple undo steps when changing document settings (bug 8998). + +- Prevent recurrent pop-up of "missing module requirements" warning (bug 8864). + +- Do not close shortcut box if we receive bad input (bug 8703). + +- Fix problem with numbering of some child documents when instant preview + is active (bug 8673). + +- Fix instant preview when document contains math macro with optional + arguments (bug 8445). + +- Made change-next work properly in tables (bug 6055). + +- Fix "Select Section" function in the Outliner (bug 8936). + +- Fix select-by-doubleclick in mathed (bug 8829). + + +* INTERNALS + +- Fix a problem when PATH changes and python command is relative (bug 8950). + + +* LYXHTML + +- Fix mathml output of display style scripts (bug 8784). + + + +* TEX2LYX + +- Don't automatically turn on PDF bookmarks when importing TeX files (bug 8723). + + +* BUILD/INSTALLATION + +- Improve detection of Qt via pkg-config, especially on Mac OS. + +- Fix bad compare of pointer vs. character (part of bug 8985). + +- Fix a couple of compilation warnings. + Modified: www-user/trunk/farm/cookbook/LyX/news.inc ============================================================================== --- www-user/trunk/farm/cookbook/LyX/news.inc Wed Jun 4 15:19:38 2014 (r41006) +++ www-user/trunk/farm/cookbook/LyX/news.inc Mon Jun 16 17:24:32 2014 (r41007) @@ -19,6 +19,26 @@ ///////////////////// function news_data() { +news_item("LyX 2.0.8.1 released.", "Final 2.0.x Release", "June 16, 2014", +"<p>We are pleased to announce the release of LyX 2.0.8.1. This is the final +maintenance release in the 2.0.x series.</p> +<p>Please note that LyX 2.0.8 was never officially released. Tarballs did +make it into the wild, however, before some serious problems with the +lyx2lyx code from 2.1.0 were discovered. That is why this release is +designated 2.0.8.1.</p> +<p>The main 'feature' of LyX 2.0.8.1 is the ability to read and write LyX +files in the 2.1.x format. We have also fixed a number of bugs and made a +number of improvements. These are detailed in the +<a href=\"announce/2_0_8_1.txt\">announcement</a>. +Users who do not wish to upgrade to 2.1.0, which has already been released, +are encouraged to upgrade to 2.0.8.1.</p> + +<p>You can download the +<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.8.1.tar.gz\">sources in tar.gz format</a> +(also +<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.8.1.tar.xz\">tar.xz</a>). There are also some +<a href=\"ftp://ftp.lyx.org/pub/lyx/bin/2.0.8.1/\">binaries</a> available.</p>"); + news_item("LyX 2.1.0 released.", "LyX 2.1.0", "April 25, 2014", "<p>We are pleased to announce the release of LyX 2.1.0.</p> Modified: www-user/trunk/misc/rss/lyx_news_feed.xml ============================================================================== --- www-user/trunk/misc/rss/lyx_news_feed.xml Wed Jun 4 15:19:38 2014 (r41006) +++ www-user/trunk/misc/rss/lyx_news_feed.xml Mon Jun 16 17:24:32 2014 (r41007) @@ -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>Fri, 25 Apr 2014 12:03:49 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> +<lastBuildDate>Mon, 16 Jun 2014 11:24:11 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs> +<item><title>LyX 2.0.8.1 released.</title><link>http://www.lyx.org/News</link><description>Final 2.0.x Release</description><guid isPermaLink="false">LyX news feed June 16, 2014</guid><pubDate> 16 Jun 2014 00:00:00 GMT</pubDate></item> <item><title>LyX 2.1.0 released.</title><link>http://www.lyx.org/News</link><description>LyX 2.1.0</description><guid isPermaLink="false">LyX news feed April 25, 2014</guid><pubDate>l 25 Apr 2014 00:00:00 GMT</pubDate></item> <item><title>LyX 2.1.0 rc 1 released.</title><link>http://www.lyx.org/News</link><description>Release Candidate</description><guid isPermaLink="false">LyX news feed March 26, 2014</guid><pubDate>h 26 Mar 2014 00:00:00 GMT</pubDate></item> <item><title>LyX 2.0.7.1 released.</title><link>http://www.lyx.org/News</link><description>Bugfix Release for OSX Only</description><guid isPermaLink="false">LyX news feed February 1, 2014</guid><pubDate>uary 1 Feb 2014 00:00:00 GMT</pubDate></item> @@ -12,5 +13,4 @@ <item><title>LyX accepted in GSoC 2013.</title><link>http://www.lyx.org/News</link><description>GSoC invitation</description><guid isPermaLink="false">LyX news feed March 10, 2013</guid><pubDate>h 10 Mar 2013 00:00:00 GMT</pubDate></item> <item><title>LyX 2.0.5.1 released.</title><link>http://www.lyx.org/News</link><description>New Service Release</description><guid isPermaLink="false">LyX news feed January 8, 2013</guid><pubDate>ary 8 Jan 2013 00:00:00 GMT</pubDate></item> <item><title>LyX 2.0.5 released.</title><link>http://www.lyx.org/News</link><description>New Maintenance Release</description><guid isPermaLink="false">LyX news feed November 11, 2012</guid><pubDate>mber 11 Nov 2012 00:00:00 GMT</pubDate></item> -<item><title>LyX 2.0.4 released.</title><link>http://www.lyx.org/News</link><description>New Maintenance Release</description><guid isPermaLink="false">LyX news feed July 2, 2012</guid><pubDate> 2 Jul 2012 00:00:00 GMT</pubDate></item> </channel></rss>
