117 lines
4.8 KiB
HTML
117 lines
4.8 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.6"/>
|
|
<title>Boost.Locale: Changelog</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(initResizable);
|
|
$(window).load(resizeHeight);
|
|
</script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectlogo"><img alt="Logo" src="boost-small.png"/></td>
|
|
<td style="padding-left: 0.5em;">
|
|
<div id="projectname">Boost.Locale
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.6 -->
|
|
<div id="navrow1" class="tabs">
|
|
<ul class="tablist">
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
|
|
<li><a href="modules.html"><span>Modules</span></a></li>
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li><a href="files.html"><span>Files</span></a></li>
|
|
<li><a href="examples.html"><span>Examples</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
$(document).ready(function(){initNavTree('changelog.html','');});
|
|
</script>
|
|
<div id="doc-content">
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">Changelog </div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><ul>
|
|
<li>1.67.0
|
|
<ul>
|
|
<li>Added support of unique_ptr interface in addition to C++2003 auto_ptr - in order to support C++2017, now you can use BOOST_LOCALE_HIDE_AUTO_PTR definiton to remove auto_ptr from the interfaces and prevent deprecated watnings</li>
|
|
<li>Fixed test problem with ICU >60.1</li>
|
|
<li>Fix of solaris build</li>
|
|
<li>Fixed wired FreeBSD/clang issue on optimized build. Probably compiler workaround</li>
|
|
<li>Added workaround for failing MSVC tests due to 932 codepage codecvt issue</li>
|
|
<li>Fixed bugs 6851, 12572, 12453</li>
|
|
<li>Fixed missing throw in case of failure in icu/date_time</li>
|
|
<li>Fixed build agains Boost.Thread v4</li>
|
|
<li>Fixed Year of week instead of year ICU backend formatting</li>
|
|
<li>Fixed formatting test for ICU 56.1 and above</li>
|
|
</ul>
|
|
</li>
|
|
<li>1.60.0<ul>
|
|
<li>Implemented generic codecvt facet and add general purpose utf8_codecvt facet</li>
|
|
<li>Added posix locale support for FreeBSD 10.0 and above</li>
|
|
<li>Fixed issues 10017 (sun redefinition on SunOS), 11163 (set_default_messages_domain incorrect behavior), 11673 - build issues</li>
|
|
<li>Some warning cleanup</li>
|
|
<li>Fixed tests for latest ICU versions</li>
|
|
<li>Added workaround for <code>libc++</code> issues</li>
|
|
<li>Added new defines <code>BOOST_LOCALE_ENABLE_CHAR16_T</code> and <code>BOOST_LOCALE_ENABLE_CHAR32_T</code> to enable C++11 <code>char16_t</code> and <code>char32_t</code> instead of deprecated ones</li>
|
|
</ul>
|
|
</li>
|
|
<li>1.53.0 - Bug fixes: 7743, 7386, 7734, 7701, 7368, 7762:<ul>
|
|
<li>7743 - security related bug fix, some invalid UTF-8 sequences where accepted as valid</li>
|
|
<li>7386 - invalid Windows codepage names used</li>
|
|
<li>7734 - fixed missing documentation, caused by a error in Doxygen formatting</li>
|
|
<li>7701 - fixed missing <code>std:</code>: in some places</li>
|
|
<li>7368, 7762 - Spelling, grammar, typos</li>
|
|
</ul>
|
|
</li>
|
|
<li>1.49.0<ul>
|
|
<li>Fixed incorrect use of MultiByteToWideChar in detection of invalid input sequences</li>
|
|
</ul>
|
|
</li>
|
|
<li>1.48.0 - First Release </li>
|
|
</ul>
|
|
</div></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
|
|
<li class="footer">
|
|
© Copyright 2009-2012 Artyom Beilis, Distributed under the <a href="http://www.boost.org/LICENSE_1_0.txt">Boost Software License</a>, Version 1.0.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|