Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73081 - website/public_html/beta/feed/history
From: dnljms_at_[hidden]
Date: 2011-07-13 18:17:17


Author: danieljames
Date: 2011-07-13 18:17:16 EDT (Wed, 13 Jul 2011)
New Revision: 73081
URL: http://svn.boost.org/trac/boost/changeset/73081

Log:
Website: Skeleton release notes for 1.48
Added:
   website/public_html/beta/feed/history/boost_1_48_0.qbk (contents, props changed)

Added: website/public_html/beta/feed/history/boost_1_48_0.qbk
==============================================================================
--- (empty file)
+++ website/public_html/beta/feed/history/boost_1_48_0.qbk 2011-07-13 18:17:16 EDT (Wed, 13 Jul 2011)
@@ -0,0 +1,78 @@
+[article Version 1.48.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.48.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/
+
+[/ TODO: Check Spirit for changes.
+* [phrase library..[@/libs/spirit/index.html Spirit]:]
+ * Spirit Vx.x, see the
+ '[@/doc/libs/1_48_0/libs/spirit/doc/html/spirit/what_s_new/spirit_x_x.html What's New]'
+ section for details.
+]
+
+[/ TODO: Check Wave for changes.
+* [phrase library..[@/libs/wave/index.html Wave]:]
+ * See the [@/libs/wave/ChangeLog Changelog] for details.
+]
+
+[endsect]
+
+[section Compilers Tested]
+
+Boost's primary test compilers are:
+
+* /TODO/
+
+Boost's additional test compilers include:
+
+* /TODO/
+
+[endsect]
+
+[section Acknowledgements]
+
+/TODO/
+
+[endsect]
+


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