Author: rgheck
Date: Fri Jan 24 18:09:35 2014
New Revision: 40982
URL: http://www.lyx.org/trac/changeset/40982

Log:
Updates for 2.0.7.

Added:
   www-user/trunk/announce/2_0_7.txt
Modified:
   www-user/trunk/farm/cookbook/LyX/blanket-permission.inc
   www-user/trunk/farm/cookbook/LyX/credits.inc
   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.txt
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ www-user/trunk/announce/2_0_7.txt   Fri Jan 24 18:09:35 2014        (r40982)
@@ -0,0 +1,148 @@
+Public release of LyX version 2.0.7
+===================================
+
+We are pleased to announce the release of LyX 2.0.7. This is the seventh
+maintenance release in the 2.0.x series.
+
+LyX 2.0.7 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. These are detailed below. 
+
+The most important bug 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 to this 
+version.
+
+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 from http://www.lyx.org/Download/.
+
+If you think you found a bug in LyX 2.0.7, 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.
+
+The LyX team.
+http://www.lyx.org
+
+
+What's new in LyX 2.0.7
+=======================
+
+** Updates:
+***********
+
+* DOCUMENTATION AND LOCALIZATION
+
+- Updated 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).
+
+
+* 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/blanket-permission.inc
==============================================================================
--- www-user/trunk/farm/cookbook/LyX/blanket-permission.inc     Mon Dec 16 
20:22:55 2013        (r40981)
+++ www-user/trunk/farm/cookbook/LyX/blanket-permission.inc     Fri Jan 24 
18:09:35 2014        (r40982)
@@ -97,6 +97,12 @@
         "m=129594232112957",
         "28 January 2011");
 
+$output=$output.blanket_contrib("Gioele Barabucci",
+        "gioele () svario ! it",
+        "Contribution license",
+        "m=136933235620262",
+        "23 May 2013");
+
 $output=$output.blanket_contrib("Özgür Uğraş Baran",
         "ugras.baran () gmail ! com",
         "Re: [patch] new InsetCommandParams",

Modified: www-user/trunk/farm/cookbook/LyX/credits.inc
==============================================================================
--- www-user/trunk/farm/cookbook/LyX/credits.inc        Mon Dec 16 20:22:55 
2013        (r40981)
+++ www-user/trunk/farm/cookbook/LyX/credits.inc        Fri Jan 24 18:09:35 
2014        (r40982)
@@ -80,6 +80,10 @@
         "atamaniuk () frobs ! net",
         "fix-cm module");
 
+$output=$output.credits_contrib("Gioele Barabucci",
+        "gioele () svario ! it",
+        "ACM-SIGS layouts");
+
 $output=$output.credits_contrib("Özgür Uğraş Baran",
         "ugras.baran () gmail ! com",
         "New commandparams structure, Nomenclature inset");

Modified: www-user/trunk/farm/cookbook/LyX/news.inc
==============================================================================
--- www-user/trunk/farm/cookbook/LyX/news.inc   Mon Dec 16 20:22:55 2013        
(r40981)
+++ www-user/trunk/farm/cookbook/LyX/news.inc   Fri Jan 24 18:09:35 2014        
(r40982)
@@ -19,6 +19,29 @@
 /////////////////////
 function news_data() {
 
+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>
+<p>LyX 2.0.7 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. These are detailed in the 
+<a href=\"announce/2_0_7.txt\">announcement</a>. </p>
+<p>The most important bug 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 to this 
+version. </p>
+
+<p>You can download the 
+<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.7.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.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.gz\";>gzipped 
patch</a>
+against the LyX 2.0.6 sources. (You can get it in 
+<a href=\"ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/patch-2.0.7.xz\";>.xz</a>
+ too). There are also some
+<a href=\"ftp://ftp.lyx.org/pub/lyx/bin/2.0.6/\";>binaries</a> available.</p>");
+
 news_item("LyX 2.1.0 beta 2 released.", "Beta Release", "November 24, 2013",
 "<p>We are pleased to announce the second public pre-release of LyX 2.1.0.
 Development moved to the beta phase which basically means we will no more

Modified: www-user/trunk/misc/rss/lyx_news_feed.xml
==============================================================================
--- www-user/trunk/misc/rss/lyx_news_feed.xml   Mon Dec 16 20:22:55 2013        
(r40981)
+++ www-user/trunk/misc/rss/lyx_news_feed.xml   Fri Jan 24 18:09:35 2014        
(r40982)
@@ -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>Sun, 24 Nov 2013 20:14:22 
GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs>
+<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>
+<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>
 <item><title>GSoC 2013 
Program.</title><link>http://www.lyx.org/News</link><description>Projects 
accepted</description><guid isPermaLink="false">LyX news feed Jun 6, 
2013</guid><pubDate>6 Jun 2013 00:00:00 GMT</pubDate></item>
@@ -12,5 +13,4 @@
 <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>
-<item><title>LyX 1.6.10 
released.</title><link>http://www.lyx.org/News</link><description>New 
Maintenance Release</description><guid isPermaLink="false">LyX news feed May 9, 
2011</guid><pubDate>9 May 2011 00:00:00 GMT</pubDate></item>
 </channel></rss>

Reply via email to