Updated changelog

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1214 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2015-01-26 10:05:39 +00:00
parent 85630a4a47
commit bf69130780

View File

@@ -6,18 +6,33 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>3.4</b> (?/?/?,Rev.1209)</td><td> <tr valign=top><td><b>3.4</b> (?/?/?,Rev.1213)</td><td>
<b>Core</b>
<ul>
<li>Fixed crash when writing with multiple threads to mostream. closes #2293 (Note: This fix is only active with C++11 support) </li>
</ul>
<b>IO</b> <b>IO</b>
<ul> <ul>
<li>Writers: Avoid std::endl in various writers to avoid flushing the output stream on every line. (Thanks to Roman Zoller for the hint).</li> <li>Writers: Avoid std::endl in various writers to avoid flushing the output stream on every line. (Thanks to Roman Zoller for the hint).</li>
</ul> </ul>
<b>Tools</b>
<ul>
<li>Don't use auto_ptr when compiler supports C++11. Replaced by unique_ptr.</li>
</ul>
<b>General</b> <b>General</b>
<ul> <ul>
<li>Fixed various build warnings</li> <li>Fixed various build warnings</li>
</ul> </ul>
<b>Documentation</b>
<ul>
<li>Added extra hint about status flags when collapsing edges</li>
</ul>
</tr> </tr>