Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64787 - in website/public_html/live: . doc feed/history
From: daniel_james_at_[hidden]
Date: 2010-08-13 11:17:54


Author: danieljames
Date: 2010-08-13 11:17:54 EDT (Fri, 13 Aug 2010)
New Revision: 64787
URL: http://svn.boost.org/trac/boost/changeset/64787

Log:
Merge some of the release changes (that won't show up).
Properties modified:
   website/public_html/live/ (props changed)
   website/public_html/live/doc/.htaccess (props changed)
Text files modified:
   website/public_html/live/doc/libraries.xml | 36 +++++++++++++++--
   website/public_html/live/feed/history/boost_1_44_0.qbk | 81 ++++++++++++++++++++++++++++-----------
   2 files changed, 88 insertions(+), 29 deletions(-)

Modified: website/public_html/live/doc/libraries.xml
==============================================================================
--- website/public_html/live/doc/libraries.xml (original)
+++ website/public_html/live/doc/libraries.xml 2010-08-13 11:17:54 EDT (Fri, 13 Aug 2010)
@@ -381,7 +381,7 @@
     <description>The Boost Filesystem Library provides portable
     facilities to query and manipulate paths, files, and
     directories.</description>
- <documentation>libs/filesystem/doc/index.htm</documentation>
+ <documentation>libs/filesystem/index.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>false</header-only>
@@ -512,26 +512,26 @@
     <boost-version>1.43.0</boost-version>
     <name>Functional/Factory</name>
     <authors>Tobias Schwinger</authors>
- <description>Function objects for dynamic and by-value construction.</description>
+ <description>Function object templates for dynamic and static object creation</description>
     <documentation>libs/functional/factory/index.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
     <autolink>false</autolink>
- <category>Miscellaneous</category>
+ <category>Function-objects</category>
   </library>
   <library>
     <key>functional/forward</key>
     <boost-version>1.43.0</boost-version>
     <name>Functional/Forward</name>
     <authors>Tobias Schwinger</authors>
- <description>Function object adapters to address the forwarding problem.</description>
+ <description>Adapters to allow generic function objects to accept arbitrary arguments</description>
     <documentation>libs/functional/forward/index.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
     <header-only>true</header-only>
     <autolink>false</autolink>
- <category>Miscellaneous</category>
+ <category>Function-objects</category>
   </library>
   <library>
     <key>fusion</key>
@@ -846,6 +846,19 @@
     <category>Metaprogramming</category>
   </library>
   <library>
+ <key>msm</key>
+ <boost-version>1.44.0</boost-version>
+ <name>Meta State Machine</name>
+ <authors>Christophe Henry</authors>
+ <description>A very high-performance library for expressive UML2 finite state machines.</description>
+ <documentation>libs/msm/index.html</documentation>
+ <std-proposal>false</std-proposal>
+ <std-tr1>false</std-tr1>
+ <header-only>true</header-only>
+ <autolink>false</autolink>
+ <category>Miscellaneous</category>
+ </library>
+ <library>
     <key>multi_array</key>
     <boost-version>1.29.0</boost-version>
     <name>Multi-Array</name>
@@ -955,6 +968,19 @@
     <category>Programming</category>
   </library>
   <library>
+ <key>polygon</key>
+ <boost-version>1.44.0</boost-version>
+ <name>Polygon</name>
+ <authors>Lucanus Simonson</authors>
+ <description>Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates.</description>
+ <documentation>libs/polygon/index.html</documentation>
+ <std-proposal>false</std-proposal>
+ <std-tr1>false</std-tr1>
+ <header-only>true</header-only>
+ <autolink>false</autolink>
+ <category>Miscellaneous</category>
+ </library>
+ <library>
     <key>pool</key>
     <boost-version>1.21.0</boost-version>
     <name>Pool</name>

Modified: website/public_html/live/feed/history/boost_1_44_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_44_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_44_0.qbk 2010-08-13 11:17:54 EDT (Fri, 13 Aug 2010)
@@ -11,37 +11,70 @@
 [/ TODO: Check download link on release.]
 [/download http://sourceforge.net/projects/boost/files/boost/1.44.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/
+* [phrase library..[@/libs/msm/index.html Meta State Machine]:]
+ High-performance expressive UML2 finite state machines, from Christophe Henry
+* [phrase library..[@/libs/polygon/index.html Polygon]:]
+ Booleans/clipping, resizing/offsetting and more for planar polygons with
+ integral coordinates, from Lucanus Simonson.
 
 [endsect]
 
 [section Updated Libraries]
 
-* /TODO/
+* [phrase library..[@/libs/functional/hash/index.html Hash]:]
+ * Prevent implicit conversions when calling `hash_value`. If this
+ breaks your code, you can enable the old behaviour by defining
+ `BOOST_HASH_ALLOW_IMPLICIT_CASTS`.
+
+* [phrase library..[@/libs/iostreams/index.html Iostreams]:]
+ * Several fixes for file descriptors class, including a breaking change to the
+ constructors and `open` methods for `file_descriptor`,
+ `file_descriptor_source` and `file_descriptor_sink`.
+ See [@classes/file_descriptor.html the documentation]
+ for details. The old methods are still available if you define
+ `BOOST_IOSTREAMS_USE_DEPRECATED`
+ ([@https://svn.boost.org/trac/boost/ticket/3323 #3323],
+ [@https://svn.boost.org/trac/boost/ticket/3517 #3517],
+ [@https://svn.boost.org/trac/boost/ticket/4335 #4335]).
+ * Fix several issues with compression and decompression
+ ([@https://svn.boost.org/trac/boost/ticket/2318 #2318],
+ [@https://svn.boost.org/trac/boost/ticket/4091 #4091],
+ [@https://svn.boost.org/trac/boost/ticket/3348 #3348],
+ [@https://svn.boost.org/trac/boost/ticket/2783 #2783],
+ [@https://svn.boost.org/trac/boost/ticket/1579 #1579],
+ [@https://svn.boost.org/trac/boost/ticket/3853 #3853]).
+ * And a load more miscellaneous fixes
+ ([@https://svn.boost.org/trac/boost/ticket/3851 #3851],
+ [@https://svn.boost.org/trac/boost/ticket/3279 #3279],
+ [@https://svn.boost.org/trac/boost/ticket/3689 #3689],
+ [@https://svn.boost.org/trac/boost/ticket/2356 #2356],
+ [@https://svn.boost.org/trac/boost/ticket/2996 #2996],
+ [@https://svn.boost.org/trac/boost/ticket/4102 #4102],
+ [@https://svn.boost.org/trac/boost/ticket/2998 #2998],
+ [@https://svn.boost.org/trac/boost/ticket/1612 #1612],
+ [@https://svn.boost.org/trac/boost/ticket/2325 #2325]).
+ * Almost all of this is thanks to Steven Watanabe.
+ For more detail see the [@/libs/iostreams/doc/release_notes.html].
+
+* [phrase library..[@/libs/numeric/ublas/index.html uBLAS]:]
+ * New assignment operators to feed in vectors and matrices in many nice ways ([@http://svn.boost.org/trac/boost/ticket/4034 #4034]). Thank you Nasos
+ * New doxygen-based [@/libs/numeric/ublas/doc/html/index.html documentation]
+ * Enable arithmetic operators (+,-,*,/) to work between ublas containers of std::complex and integral types ([@http://svn/boost/org/trac/boost/ticket/3649 #3649]). Thank you Neal
+ * Removed unused variables in functional.hpp ([@http://svn.boost.org/trac/boost/ticket/4377 #4377]). Thank you Marco
+ * New matrix_indirect and vector_indirect views to access elements with a matrix or vector of indices
+
+[endsect]
+
+[section Updated tools]
+
+* [phrase library..[@/tools/quickbook/index.html Quickbook]:]
+ * Use the cygwin 1.7 API for better path handling.
+ * Improved boostbook generation.
+ * Tweak the grammar to clean up some edge cases.
+ * For more detail see the
+ [@/doc/libs/1_44_0/doc/html/quickbook/change_log.html#quickbook.change_log.version_1_5_2___boost_1_44_0 change log].
 
 [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