Author: rgheck
Date: Sat Feb  1 20:00:44 2014
New Revision: 40987
URL: http://www.lyx.org/trac/changeset/40987

Log:
2.0.7.1

Added:
   www-user/trunk/announce/2_0_7_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_7_1.txt
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ www-user/trunk/announce/2_0_7_1.txt Sat Feb  1 20:00:44 2014        (r40987)
@@ -0,0 +1,155 @@
+Public release of LyX version 2.0.7.1
+=====================================
+
+We are pleased to announce the release of LyX 2.0.7.1. This is a bugfix
+release that affects Mac OSX only. Users of other operating systems do
+*not* need to update to this version.
+
+There were some issues with the menus in LyX 2.0.7 on OSX. Specifically,
+"dynamic" menu items were lost, and there was a problem restoring the
+menus from full-screen operation. Both issues are fixed in 2.0.7.1.
+
+Other bugs fixed since LyX 2.0.6 are detailed below. 
+
+The most important of these was #8854, which could lead to file corruption
+in certain cases and, more often, would lead to errors in generated files 
+(e.g., PDFs). We encourage all LyX users to upgrade from 2.0.6.
+
+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.7.1 from http://www.lyx.org/Download/.
+
+If you think you found a bug in LyX 2.0.7.1, 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.7.1.
+
+The LyX team.
+http://www.lyx.org
+
+
+What's new in LyX 2.0.7.1
+=========================
+
+** Updates:
+***********
+
+* DOCUMENTATION AND LOCALIZATION
+
+- Updated Arabic, French, Interlingua, Japanese, Nynorsk, Swedish and
+  Ukrainian user interface localizations.
+
+- Revised French Intro and User Guide.
+
+
+
+** Bug fixes:
+*************
+
+* DOCUMENT INPUT/OUTPUT
+
+- Fix garbage in document export (and maybe other places) by making encoding
+  conversions thread-safe (bug 8854).
+
+- Fix output of ulem commands (underline etc.) which was broken as of
+  LyX 2.0.6 (bug 8733).
+
+- Fix problem with unbalanced braces in XeTeX output (bug 8765).
+
+- Fix problems with unbalanced braces with a secondary CJK language
+  (bug 8215).
+
+- Fix state of certain language packages (polyglossia, japanese) in
+  child documents (bug 8770).
+
+- Fix compilation of documents containing chemical equations and math
+  integrals (bug 8731).
+
+- Fix compilation with nested ("sub") custom floats.
+
+- Fix import of CSV-files.
+
+- Added h5 and h6 as HTML tags for Paragraph and Subparagraph.
+
+- Include alt tag when exporting math as images (bug 8746).
+
+
+* USER INTERFACE
+
+- Fix crash when saving document with module that is not present (bug
+  8523).
+
+- Fix crash when changing alignment of several cells in tabular (bug 8859).
+
+- Disable invalid actions in empty outliner that could trigger a crash
+  (bug 8885).
+ 
+- Fix warning when setting layout box when Plain Layout is used (bug 8727).
+
+- Fix bug where searching for next change may leave an empty paragraph
+  where cursor was (bug 3199).
+
+- Fix activation of branches from command line (bug 8627).
+
+- Fix display of appendix counters in some classes (bug 8666).
+
+- Fix toggling of "misc" font options (bug 8764).
+
+- Handle undo correctly when a branch is (de)activated.
+
+- Update a bibliography entry's label when it is emptied.
+
+- Insets in a bibliography entry are shown as text in the citation dialog.
+
+- Correctly detect python scripts required by the preview mechanism.
+
+- Fix display of file names with ampersands in the tab header (bug 8757).
+
+- The koma-script book class numbers equations by chapter.
+
+- Fix shortcut conflict in the citation dialog (bug 8878).
+
+- Fix wrong display of style "Description" in "article (paper)" class
+  (bug 8869).
+
+- Fix the missing menu entry for "Insert Branch <branch name>".
+
+
+- Fix the missing dynamic menus in general and restore correctly from 
fullscreen.
+
+* DOCUMENTATION AND LOCALIZATION
+
+- Make the aa.lyx template file and the aa_sample.lyx example file compilable.
+
+- Make the AEA.lyx template file compilable.
+
+- Make the landslide example file compilable.
+
+- Fix problem that the Chinese Tutorial could not be viewed as PDF on
+  some systems. 
+
+
+* LYXHTML
+
+- Fix problem with size of superscripts and such inside footnotes (bug 8610).
+
+- Add missing space before the edition in the bibliography (part of bug 8488).
+
+- Fix random character inserted as year modifier in author-year citations.
+
+
+* BUILD/INSTALLATION
+
+- Add support for automake 1.13.
+
+- Fix compilation with clang LLVM compiler.
+
+- Fix Qt tools search when a Qt directory has been specified.

Modified: www-user/trunk/farm/cookbook/LyX/news.inc
==============================================================================
--- www-user/trunk/farm/cookbook/LyX/news.inc   Mon Jan 27 13:51:28 2014        
(r40986)
+++ www-user/trunk/farm/cookbook/LyX/news.inc   Sat Feb  1 20:00:44 2014        
(r40987)
@@ -19,6 +19,27 @@
 /////////////////////
 function news_data() {
 
+news_item("LyX 2.0.7.1 released.", "Bugfix Release for OSX Only", "February 1, 
2014",
+"<p>We are pleased to announce the release of LyX 2.0.7.1. This is a bugfix
+release that affects Mac OSX only. Users of other operating systems do
+<i>not</i> need to update to this version, and no binaries will be provided
+for other operating systems.</p>
+
+<p>There were some issues with the menus in LyX 2.0.7 on OSX. Specifically,
+\"dynamic\" menu items were lost, and there was a problem restoring the
+menus from full-screen operation. Both issues are fixed in 2.0.7.1.</p>
+
+<p>You can download the 
+<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.7.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.7.1.tar.xz\";>tar.xz</a>) 
+and, if you would like to see what has changed, download a
+<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/patch-2.0.7.1.gz\";>gzipped 
patch</a>
+against the LyX 2.0.7 sources. (You can get it in 
+<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/patch-2.0.7.1.xz\";>.xz</a>
+ too). There are also 
+<a href=\"ftp://ftp.lyx.org/pub/lyx/bin/2.0.7.1/\";>binaries</a> available for 
OSX.</p>");
+
 news_item("LyX 2.0.7 released.", "New Maintenance Release", "January 24, 2014",
 "<p>We are pleased to announce the release of LyX 2.0.7. This is the seventh
 maintenance release in the 2.0.x series.</p>

Modified: www-user/trunk/misc/rss/lyx_news_feed.xml
==============================================================================
--- www-user/trunk/misc/rss/lyx_news_feed.xml   Mon Jan 27 13:51:28 2014        
(r40986)
+++ www-user/trunk/misc/rss/lyx_news_feed.xml   Sat Feb  1 20:00:44 2014        
(r40987)
@@ -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, 24 Jan 2014 12:09:19 
GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs>
+<lastBuildDate>Sat, 01 Feb 2014 13:49:36 
GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs>
+<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>
 <item><title>LyX 2.0.7 
released.</title><link>http://www.lyx.org/News</link><description>New 
Maintenance Release</description><guid isPermaLink="false">LyX news feed 
January 24, 2014</guid><pubDate>ary 24 Jan 2014 00:00:00 GMT</pubDate></item>
 <item><title>LyX 2.1.0 beta 2 
released.</title><link>http://www.lyx.org/News</link><description>Beta 
Release</description><guid isPermaLink="false">LyX news feed November 24, 
2013</guid><pubDate>mber 24 Nov 2013 00:00:00 GMT</pubDate></item>
 <item><title>LyX 2.1.0 beta 1 
released.</title><link>http://www.lyx.org/News</link><description>Beta 
Release</description><guid isPermaLink="false">LyX news feed July 31, 
2013</guid><pubDate> 31 Jul 2013 00:00:00 GMT</pubDate></item>
@@ -12,5 +13,4 @@
 <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>
 <item><title>LyX 2.0.3 
released.</title><link>http://www.lyx.org/News</link><description>New 
Maintenance Release</description><guid isPermaLink="false">LyX news feed March 
1, 2012</guid><pubDate>h 1 Mar 2012 00:00:00 GMT</pubDate></item>
 <item><title>LyX 2.0.2 
released.</title><link>http://www.lyx.org/News</link><description>New 
Maintenance Release</description><guid isPermaLink="false">LyX news feed 
November 30, 2011</guid><pubDate>mber 30 Nov 2011 00:00:00 GMT</pubDate></item>
-<item><title>LyX 2.0.1 
released.</title><link>http://www.lyx.org/News</link><description>New 
Maintenance Release</description><guid isPermaLink="false">LyX news feed 
September 5, 2011</guid><pubDate>ember 5 Sep 2011 00:00:00 GMT</pubDate></item>
 </channel></rss>

Reply via email to