Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52347 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-04-12 06:49:21


Author: danieljames
Date: 2009-04-12 06:49:20 EDT (Sun, 12 Apr 2009)
New Revision: 52347
URL: http://svn.boost.org/trac/boost/changeset/52347

Log:
Update boostbook and quickbook release notes.
Text files modified:
   website/public_html/beta/feed/history.rss | 25 +++++++++++++++++++++----
   website/public_html/beta/feed/history/boost_1_39_0.qbk | 10 +++++++++-
   website/public_html/beta/feed/news.rss | 25 +++++++++++++++++++++----
   3 files changed, 51 insertions(+), 9 deletions(-)

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2009-04-12 06:49:20 EDT (Sun, 12 Apr 2009)
@@ -7,7 +7,7 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.39.0</title><pubDate>$Date: 2009/04/07 19:45:37 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.39.0</title><pubDate>$Date: 2009/04/12 10:45:25 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Signals2. Updated Libraries: Hash, Program.Options, Unordered.
       Updated Tools: Boostbook, Quickbook.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041><description>&lt;div class=&quot;description&quot;&gt;
@@ -94,9 +94,6 @@
             tags, using a custom url (&lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/1166&quot;&gt;#1166&lt;/a&gt;).
           &lt;/li&gt;
           &lt;li&gt;
- Support doxygen command &lt;code&gt;&lt;span class=&quot;special&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;throw&lt;/span&gt;&lt;/code&gt;.
- &lt;/li&gt;
- &lt;li&gt;
             Avoid generating filenames that only differ in case for function, method
             and macro documentation.
           &lt;/li&gt;
@@ -110,6 +107,23 @@
           &lt;li&gt;
             Fill in some missing reference documentation (partially fixes &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2153&quot;&gt;#2153&lt;/a&gt;)
           &lt;/li&gt;
+ &lt;li&gt;
+ Changes to doxygen integration:
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support &lt;code&gt;&lt;span class=&quot;special&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;throw&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support global variables and enums.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Better support for documentation written in function and method bodies.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Workaround a problem with doxygen 1.5.8's xml output (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2937&quot;&gt;#2937&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
@@ -161,6 +175,9 @@
             Small documentation improvements (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/1213&quot;&gt;#1213&lt;/a&gt;,
             &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2701&quot;&gt;#2701&lt;/a&gt;).
           &lt;/li&gt;
+ &lt;li&gt;
+ Fix a bug with xinclude pages when outdir is the current directory (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2921&quot;&gt;#2921&lt;/a&gt;).
+ &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
     &lt;/ul&gt;

Modified: website/public_html/beta/feed/history/boost_1_39_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_39_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_39_0.qbk 2009-04-12 06:49:20 EDT (Sun, 12 Apr 2009)
@@ -65,7 +65,6 @@
     ([@https://svn.boost.org/trac/boost/ticket/1977 #1977]).
   * Support links relative to the boost root in `<ulink>` tags, using a custom url
     ([@https://svn.boost.org/trac/boost/ticket/1166 #1166]).
- * Support doxygen command `\throw`.
   * Avoid generating filenames that only differ in case for function, method
     and macro documentation.
   * Run the docbook chunker quietly, unless boostbook.verbose is set. This
@@ -73,6 +72,13 @@
   * Make the 1.1 DTD available.
   * Fill in some missing reference documentation
    (partially fixes [@https://svn.boost.org/trac/boost/ticket/2153 #2153])
+ * Changes to doxygen integration:
+ * Support `\throw`.
+ * Support global variables and enums.
+ * Better support for documentation written in function and method bodies.
+ * Workaround a problem with doxygen 1.5.8's xml output
+ ([@https://svn.boost.org/trac/boost/ticket/2937 #2937]).
+
 
 * [phrase library..[@/tools/boostbook/index.html Quickbook]:]
   * Return an error code and error count if there are any errors
@@ -96,6 +102,8 @@
   * Small documentation improvements
     ([@https://svn.boost.org/trac/boost/ticket/1213 #1213],
     [@https://svn.boost.org/trac/boost/ticket/2701 #2701]).
+ * Fix a bug with xinclude pages when outdir is the current directory
+ ([@https://svn.boost.org/trac/boost/ticket/2921 #2921]).
 
 [endsect]
 

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-04-12 06:49:20 EDT (Sun, 12 Apr 2009)
@@ -7,7 +7,7 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.39.0</title><pubDate>$Date: 2009/04/07 19:45:37 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.39.0</title><pubDate>$Date: 2009/04/12 10:45:25 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Signals2. Updated Libraries: Hash, Program.Options, Unordered.
       Updated Tools: Boostbook, Quickbook.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041><description>&lt;div class=&quot;description&quot;&gt;
@@ -94,9 +94,6 @@
             tags, using a custom url (&lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/1166&quot;&gt;#1166&lt;/a&gt;).
           &lt;/li&gt;
           &lt;li&gt;
- Support doxygen command &lt;code&gt;&lt;span class=&quot;special&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;throw&lt;/span&gt;&lt;/code&gt;.
- &lt;/li&gt;
- &lt;li&gt;
             Avoid generating filenames that only differ in case for function, method
             and macro documentation.
           &lt;/li&gt;
@@ -110,6 +107,23 @@
           &lt;li&gt;
             Fill in some missing reference documentation (partially fixes &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2153&quot;&gt;#2153&lt;/a&gt;)
           &lt;/li&gt;
+ &lt;li&gt;
+ Changes to doxygen integration:
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support &lt;code&gt;&lt;span class=&quot;special&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;throw&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support global variables and enums.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Better support for documentation written in function and method bodies.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Workaround a problem with doxygen 1.5.8's xml output (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2937&quot;&gt;#2937&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
@@ -161,6 +175,9 @@
             Small documentation improvements (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/1213&quot;&gt;#1213&lt;/a&gt;,
             &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2701&quot;&gt;#2701&lt;/a&gt;).
           &lt;/li&gt;
+ &lt;li&gt;
+ Fix a bug with xinclude pages when outdir is the current directory (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2921&quot;&gt;#2921&lt;/a&gt;).
+ &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
     &lt;/ul&gt;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk