$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57753 - website/public_html/beta/feed/history
From: daniel_james_at_[hidden]
Date: 2009-11-18 13:56:22
Author: danieljames
Date: 2009-11-18 13:56:21 EST (Wed, 18 Nov 2009)
New Revision: 57753
URL: http://svn.boost.org/trac/boost/changeset/57753
Log:
Add template for 1.42 release notes.
Added:
   website/public_html/beta/feed/history/boost_1_42_0.qbk   (contents, props changed)
Added: website/public_html/beta/feed/history/boost_1_42_0.qbk
==============================================================================
--- (empty file)
+++ website/public_html/beta/feed/history/boost_1_42_0.qbk	2009-11-18 13:56:21 EST (Wed, 18 Nov 2009)
@@ -0,0 +1,65 @@
+[article Version 1.42.0
+    [quickbook 1.5]
+    [source-mode c++]
+    [purpose New Libraries: Updated Libraries: ]
+    [authors [Dawes, Beman]]
+    [last-revision ]
+]
+
+[include ext.qbk]
+
+[/ TODO: Check download link on release.]
+[download http://sourceforge.net/projects/boost/files/boost/1.42.0/]
+
+[/
+    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]
+