Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49107 - website/public_html/beta/feed/history
From: daniel_james_at_[hidden]
Date: 2008-10-02 03:49:35


Author: danieljames
Date: 2008-10-02 03:49:35 EDT (Thu, 02 Oct 2008)
New Revision: 49107
URL: http://svn.boost.org/trac/boost/changeset/49107

Log:
Oops, add the quickbook release template, not the generated xml file.
Added:
   website/public_html/beta/feed/history/boost_1_37_0.qbk (contents, props changed)
Removed:
   website/public_html/beta/feed/history/boost_1_37_0.xml

Added: website/public_html/beta/feed/history/boost_1_37_0.qbk
==============================================================================
--- (empty file)
+++ website/public_html/beta/feed/history/boost_1_37_0.qbk 2008-10-02 03:49:35 EDT (Thu, 02 Oct 2008)
@@ -0,0 +1,65 @@
+[article Version 1.37.0
+ [quickbook 1.4]
+ [source-mode c++]
+ [purpose New Libraries: Updated Libraries: ]
+ [authors [Dawes, Beman]]
+ [last-revision ]
+]
+
+[include ext.qbk]
+
+[/ TODO: Update download link on release]
+[download http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=616969]
+
+[/
+ When adding libraries:
+
+ 1. Libraries are listed in alphabetical order.
+ 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]
+
+* /TODO/
+
+[endsect]
+
+[section Updated Libraries]
+
+* /TODO/
+
+[endsect]
+
+[section Compilers Tested]
+
+Boost's primary test compilers are:
+
+* /TODO/
+
+Boost's additional test compilers include:
+
+* /TODO/
+
+[endsect]
+
+[section Acknowledgements]
+
+/TODO/
+
+[endsect]
+

Deleted: website/public_html/beta/feed/history/boost_1_37_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_37_0.xml 2008-10-02 03:49:35 EDT (Thu, 02 Oct 2008)
+++ (empty file)
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_37_0" name="Version 1.37.0" dirname="version_1_37_0" last-revision="$Date: 2008/10/02 07:44:34 $"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>Beman</firstname> <surname>Dawes</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- New Libraries: Updated Libraries:
- </articlepurpose>
- </articleinfo>
- <title>Version 1.37.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=616969]]></download>
- </para>
- <section id="version_1_37_0.new_libraries">
- <title><link linkend="version_1_37_0.new_libraries">New Libraries</link></title>
- <itemizedlist>
- <listitem>
- <emphasis>TODO</emphasis>
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_37_0.updated_libraries">
- <title><link linkend="version_1_37_0.updated_libraries">Updated Libraries</link></title>
- <itemizedlist>
- <listitem>
- <emphasis>TODO</emphasis>
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_37_0.compilers_tested">
- <title><link linkend="version_1_37_0.compilers_tested">Compilers Tested</link></title>
- <para>
- Boost's primary test compilers are:
- </para>
- <itemizedlist>
- <listitem>
- <emphasis>TODO</emphasis>
- </listitem>
- </itemizedlist>
- <para>
- Boost's additional test compilers include:
- </para>
- <itemizedlist>
- <listitem>
- <emphasis>TODO</emphasis>
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_37_0.acknowledgements">
- <title><link linkend="version_1_37_0.acknowledgements">Acknowledgements</link></title>
- <para>
- <emphasis>TODO</emphasis>
- </para>
- </section>
-</article>


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