Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-02-22 18:05:02


Author: turkanis
Date: 2008-02-22 18:05:02 EST (Fri, 22 Feb 2008)
New Revision: 43381
URL: http://svn.boost.org/trac/boost/changeset/43381

Log:
initial
Added:
   branches/iostreams_dev/libs/iostreams/doc/release_notes.html (contents, props changed)

Added: branches/iostreams_dev/libs/iostreams/doc/release_notes.html
==============================================================================
--- (empty file)
+++ branches/iostreams_dev/libs/iostreams/doc/release_notes.html 2008-02-22 18:05:02 EST (Fri, 22 Feb 2008)
@@ -0,0 +1,44 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+<HEAD>
+ <TITLE>Release Notes</TITLE>
+ <LINK REL="stylesheet" HREF="../../../boost.css">
+ <LINK REL="stylesheet" HREF="theme/iostreams.css">
+</HEAD>
+<BODY>
+
+<!-- Begin Banner -->
+
+ <H1 CLASS="title">Release Notes</H1>
+ <HR CLASS="banner">
+
+<!-- End Banner -->
+
+<h3>1.35</h3>
+
+<P><B>Modification of the semantics of close:</B></P>
+
+<UL>
+<LI>Calling <CODE>close</CODE> with a <CODE>std::ios_base::openmode</CODE> other than <CODE>in</CODE> or <CODE>out</CODE> is deprecated.</LI>
+<LI>A new overload of <CODE>close</CODE> taking a single Device argument has been provided as a convenience.</LI>
+<LI>DualUseFilters receive only one closure notification.</LI>
+<LI>Generic streams and stream buffers and filtering streams and stream buffers are now Closable. For filtering streams and stream buffers, <CODE>close</CODE> calls <CODE>pop</CODE>.
+</UL>
+
+<P>Some of these changes may break existing code.</P>
+
+<P><B>Numerous bug fixes.</B></P>
+
+<!-- Begin Footer -->
+
+<HR>
+<P CLASS="copyright">Revised 02 Feb 2008</P>
+
+<P CLASS="copyright">&copy; Copyright 2008 CodeRage, LLC<br/>&copy; Copyright 2004-2007 Jonathan Turkanis</P>
+<P CLASS="copyright">
+ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+</P>
+
+<!-- End Footer -->
+
+</BODY>


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