$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63431 - trunk/libs/iostreams/doc
From: daniel_james_at_[hidden]
Date: 2010-06-29 10:15:46
Author: danieljames
Date: 2010-06-29 10:15:45 EDT (Tue, 29 Jun 2010)
New Revision: 63431
URL: http://svn.boost.org/trac/boost/changeset/63431
Log:
Add change to iostreams release note.
Will try to add more detail about Steven's fixes if I find the time.
Text files modified: 
   trunk/libs/iostreams/doc/release_notes.html |    19 ++++++++++++++++++-                     
   1 files changed, 18 insertions(+), 1 deletions(-)
Modified: trunk/libs/iostreams/doc/release_notes.html
==============================================================================
--- trunk/libs/iostreams/doc/release_notes.html	(original)
+++ trunk/libs/iostreams/doc/release_notes.html	2010-06-29 10:15:45 EDT (Tue, 29 Jun 2010)
@@ -14,6 +14,23 @@
 
 <!-- End Banner -->
 
+<h4>1.44</h4>
+
+<ul>
+  <li>
+    Lots of fixes, especially for compression and decompression, by Steven Watanabe.
+  </li>
+  <li>
+    New constructors and <code>open</code> methods from file descriptors/handles for
+    <code>file_descriptor</code>, <code>file_descriptor_source</code>
+    and <code>file_descriptor_sink</code>. See
+    <a title="File descriptor devices referece" href="classes/file_descriptor.html">the documentation</a>
+    for details. The old methods are still available is you define
+    <code>BOOST_IOSTREAMS_USE_DEPRECATED</code>
+    (#3517).
+  </li>
+</ul>
+
 <h4>1.43</h4>
 
 <p>
@@ -47,7 +64,7 @@
 <h4>1.42</h4>
 
 <p>
-Fixed many outstanding issues. Thanks to Richard Smith for mworking on a lot
+Fixed many outstanding issues. Thanks to Richard Smith for working on a lot
 of these changes.
 </p>