|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52240 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-04-07 15:48:31
Author: danieljames
Date: 2009-04-07 15:48:30 EDT (Tue, 07 Apr 2009)
New Revision: 52240
URL: http://svn.boost.org/trac/boost/changeset/52240
Log:
Minor announcement edits.
A missing updated library, missing punctuation, write the ticket numbers
in a consistent style, markup some code as code and add a missing
feature.
Text files modified:
website/public_html/beta/feed/history.rss | 47 ++++++++++++++++---------------
website/public_html/beta/feed/history/boost_1_39_0.qbk | 59 ++++++++++++++++-----------------------
website/public_html/beta/feed/news.rss | 47 ++++++++++++++++---------------
3 files changed, 72 insertions(+), 81 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-07 15:48:30 EDT (Tue, 07 Apr 2009)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
<channel>
<generator>BoostBook2RSS</generator>
<title>Boost History</title>
@@ -6,9 +7,9 @@
<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$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- New Libraries: Signals2 Updated Libraries: Hash, Unordered Updated Tools: Boostbook,
- Quickbook
+ <item><title>Version 1.39.0</title><pubDate>$Date: 2009/04/07 19:45:37 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ New Libraries: Signals2. Updated Libraries: Hash, Program.Options, Unordered.
+ Updated Tools: Boostbook, Quickbook.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
@@ -30,9 +31,9 @@
<span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
<ul>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/2412">#2412:</a>
Remove deprecated headers for hashing containers. Everything that was
- in them is included in <code><span class="special">&lt;</span><span class="identifier">functional</span><span class="special">\</span><span class="identifier">hash</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>.
+ in them is included in <code><span class="special">&lt;</span><span class="identifier">functional</span><span class="special">\</span><span class="identifier">hash</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
+ (<a href="https://svn.boost.org/trac/boost/ticket/2412">#2412</a>).
</li>
<li>
Other minor changes, full details in the library <a href="/doc/html/hash/changes.html#hash.changes.boost_1_39_0">change
@@ -76,20 +77,24 @@
Add default path for callouts to xhtml.
</li>
<li>
- Include data members' &lt;purpose&gt; in the class synopsis.
+ Include data members' <code><span class="special">&lt;</span><span class="identifier">purpose</span><span class="special">&gt;</span></code>
+ in the class synopsis.
</li>
<li>
- Fix bug where a function's &lt;purpose&gt; wasn't displayed if it was
- just plain text.
+ Fix bug where a function's <code><span class="special">&lt;</span><span class="identifier">purpose</span><span class="special">&gt;</span></code>
+ wasn't displayed if it was just plain text.
</li>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/1977">#1977</a>:
- Support the alt tag in &lt;headername&gt; and &lt;macroname&gt;. Use
- this if the header or macro name is different to the contents of the
- tag.
+ Support the alt tag in <code><span class="special">&lt;</span><span class="identifier">headername</span><span class="special">&gt;</span></code>
+ and <code><span class="special">&lt;</span><span class="identifier">macroname</span><span class="special">&gt;</span></code>. Use this if the header or macro
+ name is different to the contents of the tag (<a href="https://svn.boost.org/trac/boost/ticket/1977">#1977</a>).
</li>
<li>
- Support doxygen command \throw.
+ Support links relative to the boost root in <code><span class="special">&lt;</span><span class="identifier">ulink</span><span class="special">&gt;</span></code>
+ tags, using a custom url (<a href="https://svn.boost.org/trac/boost/ticket/1166">#1166</a>).
+ </li>
+ <li>
+ Support doxygen command <code><span class="special">\</span><span class="keyword">throw</span></code>.
</li>
<li>
Avoid generating filenames that only differ in case for function, method
@@ -111,8 +116,7 @@
<span class="library"><a href="/tools/boostbook/index.html">Quickbook</a>:</span>
<ul>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/1399">#1399</a>:
- Return an error code and error count if there are any errors.
+ Return an error code and error count if there are any errors (<a href="https://svn.boost.org/trac/boost/ticket/1399">#1399</a>).
</li>
<li>
Support both windows and cygwin paths at the compile line when compiled
@@ -122,16 +126,14 @@
Fix some issues with C++ and Python code:
<ul>
<li>
- Fail gracefully for a mismatched ''.
+ Fail gracefully for a mismatched <code><span class="char">''</span></code>.
</li>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/1170">#1170</a>:
Warn if any unexpected character are encountered and write them out
- properly.
+ properly (<a href="https://svn.boost.org/trac/boost/ticket/1170">#1170</a>).
</li>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/2860">#2860</a>:
- Fix a bug for hex encoded characters in strings.
+ Fix a bug for hex encoded characters in strings (<a href="https://svn.boost.org/trac/boost/ticket/2860">#2860</a>).
</li>
</ul>
</li>
@@ -139,8 +141,7 @@
Improved testing, including tests for expected failures.
</li>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/2711">#2711</a>:
- Generate valid document info for document types other than 'library'
+ Generate valid document info for document types other than <code><span class="identifier">library</span></code> (<a href="https://svn.boost.org/trac/boost/ticket/2711">#2711</a>):
<ul>
<li>
Remove library specific attributes.
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-07 15:48:30 EDT (Tue, 07 Apr 2009)
@@ -1,9 +1,9 @@
[article Version 1.39.0
[quickbook 1.4]
[source-mode c++]
- [purpose New Libraries: Signals2
- Updated Libraries: Hash, Unordered
- Updated Tools: Boostbook, Quickbook]
+ [purpose New Libraries: Signals2.
+ Updated Libraries: Hash, Program.Options, Unordered.
+ Updated Tools: Boostbook, Quickbook.]
[authors [Dawes, Beman]]
[last-revision ]
]
@@ -21,19 +21,6 @@
2. Besides the dedicated entry, the lib name should be added to the
[purpose] section at the beginning of the page.
- Example new libraries message:
-
-* [phrase library..[@/libs/accumulators/index.html Accumulators]:] Framework for
- incremental calculation, and collection of statistical accumulators, from Eric Niebler.
-
- Example update message:
-
-* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
- * Added anonymous shared memory for UNIX systems.
- * Fixed missing move semantics on managed memory classes.
- * Added copy_on_write and open_read_only options for shared memory
- and mapped file managed classes.
- * `shared_ptr` is movable and supports aliasing.
]
[section New Libraries]
@@ -46,9 +33,9 @@
[section Updated Libraries]
* [phrase library..[@/libs/functional/hash/index.html Hash]:]
- * [@https://svn.boost.org/trac/boost/ticket/2412 #2412:]
- Remove deprecated headers for hashing containers. Everything that was in them
- is included in `<functional\hash.hpp>`.
+ * Remove deprecated headers for hashing containers. Everything that was in them
+ is included in `<functional\hash.hpp>`
+ ([@https://svn.boost.org/trac/boost/ticket/2412 #2412]).
* Other minor changes, full details in the library
[@/doc/html/hash/changes.html#hash.changes.boost_1_39_0 change log].
@@ -70,13 +57,15 @@
* Improved PDF generation.
* Preliminary HTMLHelp support.
* Add default path for callouts to xhtml.
- * Include data members' <purpose> in the class synopsis.
- * Fix bug where a function's <purpose> wasn't displayed if it was just
+ * Include data members' `<purpose>` in the class synopsis.
+ * Fix bug where a function's `<purpose>` wasn't displayed if it was just
plain text.
- * [@https://svn.boost.org/trac/boost/ticket/1977 #1977]:
- Support the alt tag in <headername> and <macroname>. Use this if the
- header or macro name is different to the contents of the tag.
- * Support doxygen command \throw.
+ * Support the alt tag in `<headername>` and `<macroname>`. Use this if the
+ header or macro name is different to the contents of the tag
+ ([@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
@@ -86,20 +75,20 @@
(partially fixes [@https://svn.boost.org/trac/boost/ticket/2153 #2153])
* [phrase library..[@/tools/boostbook/index.html Quickbook]:]
- * [@https://svn.boost.org/trac/boost/ticket/1399 #1399]:
- Return an error code and error count if there are any errors.
+ * Return an error code and error count if there are any errors
+ ([@https://svn.boost.org/trac/boost/ticket/1399 #1399]).
* Support both windows and cygwin paths at the compile line
when compiled with cygwin.
* Fix some issues with C++ and Python code:
- * Fail gracefully for a mismatched ''.
- * [@https://svn.boost.org/trac/boost/ticket/1170 #1170]:
- Warn if any unexpected character are encountered
- and write them out properly.
- * [@https://svn.boost.org/trac/boost/ticket/2860 #2860]:
- Fix a bug for hex encoded characters in strings.
+ * Fail gracefully for a mismatched `''`.
+ * Warn if any unexpected character are encountered
+ and write them out properly
+ ([@https://svn.boost.org/trac/boost/ticket/1170 #1170]).
+ * Fix a bug for hex encoded characters in strings
+ ([@https://svn.boost.org/trac/boost/ticket/2860 #2860]).
* Improved testing, including tests for expected failures.
- * [@https://svn.boost.org/trac/boost/ticket/2711 #2711]:
- Generate valid document info for document types other than 'library'
+ * Generate valid document info for document types other than `library`
+ ([@https://svn.boost.org/trac/boost/ticket/2711 #2711]):
* Remove library specific attributes.
* Put title before info block.
* Fix a bug when calling templates.
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-07 15:48:30 EDT (Tue, 07 Apr 2009)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
<channel>
<generator>BoostBook2RSS</generator>
<title>Boost News</title>
@@ -6,9 +7,9 @@
<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$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- New Libraries: Signals2 Updated Libraries: Hash, Unordered Updated Tools: Boostbook,
- Quickbook
+ <item><title>Version 1.39.0</title><pubDate>$Date: 2009/04/07 19:45:37 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ New Libraries: Signals2. Updated Libraries: Hash, Program.Options, Unordered.
+ Updated Tools: Boostbook, Quickbook.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
@@ -30,9 +31,9 @@
<span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
<ul>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/2412">#2412:</a>
Remove deprecated headers for hashing containers. Everything that was
- in them is included in <code><span class="special">&lt;</span><span class="identifier">functional</span><span class="special">\</span><span class="identifier">hash</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>.
+ in them is included in <code><span class="special">&lt;</span><span class="identifier">functional</span><span class="special">\</span><span class="identifier">hash</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
+ (<a href="https://svn.boost.org/trac/boost/ticket/2412">#2412</a>).
</li>
<li>
Other minor changes, full details in the library <a href="/doc/html/hash/changes.html#hash.changes.boost_1_39_0">change
@@ -76,20 +77,24 @@
Add default path for callouts to xhtml.
</li>
<li>
- Include data members' &lt;purpose&gt; in the class synopsis.
+ Include data members' <code><span class="special">&lt;</span><span class="identifier">purpose</span><span class="special">&gt;</span></code>
+ in the class synopsis.
</li>
<li>
- Fix bug where a function's &lt;purpose&gt; wasn't displayed if it was
- just plain text.
+ Fix bug where a function's <code><span class="special">&lt;</span><span class="identifier">purpose</span><span class="special">&gt;</span></code>
+ wasn't displayed if it was just plain text.
</li>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/1977">#1977</a>:
- Support the alt tag in &lt;headername&gt; and &lt;macroname&gt;. Use
- this if the header or macro name is different to the contents of the
- tag.
+ Support the alt tag in <code><span class="special">&lt;</span><span class="identifier">headername</span><span class="special">&gt;</span></code>
+ and <code><span class="special">&lt;</span><span class="identifier">macroname</span><span class="special">&gt;</span></code>. Use this if the header or macro
+ name is different to the contents of the tag (<a href="https://svn.boost.org/trac/boost/ticket/1977">#1977</a>).
</li>
<li>
- Support doxygen command \throw.
+ Support links relative to the boost root in <code><span class="special">&lt;</span><span class="identifier">ulink</span><span class="special">&gt;</span></code>
+ tags, using a custom url (<a href="https://svn.boost.org/trac/boost/ticket/1166">#1166</a>).
+ </li>
+ <li>
+ Support doxygen command <code><span class="special">\</span><span class="keyword">throw</span></code>.
</li>
<li>
Avoid generating filenames that only differ in case for function, method
@@ -111,8 +116,7 @@
<span class="library"><a href="/tools/boostbook/index.html">Quickbook</a>:</span>
<ul>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/1399">#1399</a>:
- Return an error code and error count if there are any errors.
+ Return an error code and error count if there are any errors (<a href="https://svn.boost.org/trac/boost/ticket/1399">#1399</a>).
</li>
<li>
Support both windows and cygwin paths at the compile line when compiled
@@ -122,16 +126,14 @@
Fix some issues with C++ and Python code:
<ul>
<li>
- Fail gracefully for a mismatched ''.
+ Fail gracefully for a mismatched <code><span class="char">''</span></code>.
</li>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/1170">#1170</a>:
Warn if any unexpected character are encountered and write them out
- properly.
+ properly (<a href="https://svn.boost.org/trac/boost/ticket/1170">#1170</a>).
</li>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/2860">#2860</a>:
- Fix a bug for hex encoded characters in strings.
+ Fix a bug for hex encoded characters in strings (<a href="https://svn.boost.org/trac/boost/ticket/2860">#2860</a>).
</li>
</ul>
</li>
@@ -139,8 +141,7 @@
Improved testing, including tests for expected failures.
</li>
<li>
- <a href="https://svn.boost.org/trac/boost/ticket/2711">#2711</a>:
- Generate valid document info for document types other than 'library'
+ Generate valid document info for document types other than <code><span class="identifier">library</span></code> (<a href="https://svn.boost.org/trac/boost/ticket/2711">#2711</a>):
<ul>
<li>
Remove library specific attributes.
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