Boost C++ Libraries: Ticket #5258: Fix for Ticket #4590 Needs documenting in V1.46 Release Notes https://svn.boost.org/trac10/ticket/5258 <p> In <a class="changeset" href="https://svn.boost.org/trac10/changeset/68779" title="Fix flush regression. Fixes #4590.">[68779]</a>, a fix for <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4590" title="#4590: Bugs: Flushing a filtering_ostream stopped working in Boost 1.44 (closed: fixed)">#4590</a> was merged to the V1.46 boost release. </p> <p> However, there is no documentation in either the overall release notes <a href="http://www.boost.org/users/download/version_1_46_0">http://www.boost.org/users/download/version_1_46_0</a> </p> <p> Or, the library specific release notes: </p> <p> <a href="http://www.boost.org/doc/libs/1_46_0/libs/iostreams/doc/index.html">http://www.boost.org/doc/libs/1_46_0/libs/iostreams/doc/index.html</a> (in the Release Notes Page). </p> <p> In fact, the library specific release notes page above does mention one other fix done for 1.46. Namely: </p> <p> "Use BOOST_ASSERT instead of assert." </p> <p> This should probably be added to the overall release notes (if an <a class="missing wiki">IoStreams</a> section is going to be added). </p> <p> The problem for developers and users of the V1.46 libraries, is that they may not have any idea that there was a fix implemented. I only noticed because I saw a mailing list message. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5258 Trac 1.4.3 egoots@… Thu, 03 Mar 2011 18:31:26 GMT attachment set https://svn.boost.org/trac10/ticket/5258 https://svn.boost.org/trac10/ticket/5258 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">IostreamsRelNotes.patch</span> </li> </ul> <p> iostreams release notes patch (for 1.46) </p> Ticket anonymous Thu, 03 Mar 2011 18:40:07 GMT owner, component changed https://svn.boost.org/trac10/ticket/5258#comment:1 https://svn.boost.org/trac10/ticket/5258#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Jonathan Turkanis</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">iostreams</span> </li> </ul> Ticket egoots@… Mon, 14 Mar 2011 15:57:14 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5258#comment:2 https://svn.boost.org/trac10/ticket/5258#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> In <a class="changeset" href="https://svn.boost.org/trac10/changeset/69758" title="Note about change in iostreams. From eg. ">[69758]</a> danieljames merged the above patch to the boost trunk in time for the 1.46.1 release... so I am resolving this as fixed </p> Ticket