changelog.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <meta name="generator" content="Doxygen 1.8.6"/>
  7. <title>Boost.Locale: Changelog</title>
  8. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  9. <script type="text/javascript" src="jquery.js"></script>
  10. <script type="text/javascript" src="dynsections.js"></script>
  11. <link href="navtree.css" rel="stylesheet" type="text/css"/>
  12. <script type="text/javascript" src="resize.js"></script>
  13. <script type="text/javascript" src="navtree.js"></script>
  14. <script type="text/javascript">
  15. $(document).ready(initResizable);
  16. $(window).load(resizeHeight);
  17. </script>
  18. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  19. </head>
  20. <body>
  21. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  22. <div id="titlearea">
  23. <table cellspacing="0" cellpadding="0">
  24. <tbody>
  25. <tr style="height: 56px;">
  26. <td id="projectlogo"><img alt="Logo" src="boost-small.png"/></td>
  27. <td style="padding-left: 0.5em;">
  28. <div id="projectname">Boost.Locale
  29. </div>
  30. </td>
  31. </tr>
  32. </tbody>
  33. </table>
  34. </div>
  35. <!-- end header part -->
  36. <!-- Generated by Doxygen 1.8.6 -->
  37. <div id="navrow1" class="tabs">
  38. <ul class="tablist">
  39. <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  40. <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
  41. <li><a href="modules.html"><span>Modules</span></a></li>
  42. <li><a href="namespaces.html"><span>Namespaces</span></a></li>
  43. <li><a href="annotated.html"><span>Classes</span></a></li>
  44. <li><a href="files.html"><span>Files</span></a></li>
  45. <li><a href="examples.html"><span>Examples</span></a></li>
  46. </ul>
  47. </div>
  48. </div><!-- top -->
  49. <div id="side-nav" class="ui-resizable side-nav-resizable">
  50. <div id="nav-tree">
  51. <div id="nav-tree-contents">
  52. <div id="nav-sync" class="sync"></div>
  53. </div>
  54. </div>
  55. <div id="splitbar" style="-moz-user-select:none;"
  56. class="ui-resizable-handle">
  57. </div>
  58. </div>
  59. <script type="text/javascript">
  60. $(document).ready(function(){initNavTree('changelog.html','');});
  61. </script>
  62. <div id="doc-content">
  63. <div class="header">
  64. <div class="headertitle">
  65. <div class="title">Changelog </div> </div>
  66. </div><!--header-->
  67. <div class="contents">
  68. <div class="textblock"><ul>
  69. <li>1.67.0
  70. <ul>
  71. <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>
  72. <li>Fixed test problem with ICU &gt;60.1</li>
  73. <li>Fix of solaris build</li>
  74. <li>Fixed wired FreeBSD/clang issue on optimized build. Probably compiler workaround</li>
  75. <li>Added workaround for failing MSVC tests due to 932 codepage codecvt issue</li>
  76. <li>Fixed bugs 6851, 12572, 12453</li>
  77. <li>Fixed missing throw in case of failure in icu/date_time</li>
  78. <li>Fixed build agains Boost.Thread v4</li>
  79. <li>Fixed Year of week instead of year ICU backend formatting</li>
  80. <li>Fixed formatting test for ICU 56.1 and above</li>
  81. </ul>
  82. </li>
  83. <li>1.60.0<ul>
  84. <li>Implemented generic codecvt facet and add general purpose utf8_codecvt facet</li>
  85. <li>Added posix locale support for FreeBSD 10.0 and above</li>
  86. <li>Fixed issues 10017 (sun redefinition on SunOS), 11163 (set_default_messages_domain incorrect behavior), 11673 - build issues</li>
  87. <li>Some warning cleanup</li>
  88. <li>Fixed tests for latest ICU versions</li>
  89. <li>Added workaround for <code>libc++</code> issues</li>
  90. <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>
  91. </ul>
  92. </li>
  93. <li>1.53.0 - Bug fixes: 7743, 7386, 7734, 7701, 7368, 7762:<ul>
  94. <li>7743 - security related bug fix, some invalid UTF-8 sequences where accepted as valid</li>
  95. <li>7386 - invalid Windows codepage names used</li>
  96. <li>7734 - fixed missing documentation, caused by a error in Doxygen formatting</li>
  97. <li>7701 - fixed missing <code>std:</code>: in some places</li>
  98. <li>7368, 7762 - Spelling, grammar, typos</li>
  99. </ul>
  100. </li>
  101. <li>1.49.0<ul>
  102. <li>Fixed incorrect use of MultiByteToWideChar in detection of invalid input sequences</li>
  103. </ul>
  104. </li>
  105. <li>1.48.0 - First Release </li>
  106. </ul>
  107. </div></div><!-- contents -->
  108. </div><!-- doc-content -->
  109. <li class="footer">
  110. &copy; 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.
  111. </li>
  112. </ul>
  113. </div>
  114. </body>
  115. </html>