]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/locale/doc/changelog.txt
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / locale / doc / changelog.txt
CommitLineData
7c673cae
FG
1//
2// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
3//
4// Distributed under the Boost Software License, Version 1.0. (See
5// accompanying file LICENSE_1_0.txt or copy at
6// http://www.boost.org/LICENSE_1_0.txt)
7//
8
9// vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 filetype=cpp.doxygen
10/*!
11\page changelog Changelog
12
13- 1.60.0
14 - Implemented generic codecvt facet and add general purpose utf8_codecvt facet
15 - Added posix locale support for FreeBSD 10.0 and above
16 - Fixed issues 10017 (sun redefinition on SunOS), 11163 (set_default_messages_domain incorrect behavior), 11673 - build issues
17 - Some warning cleanup
18 - Fixed tests for latest ICU versions
19 - Added workaround for `libc++` issues
20 - Added new defines `BOOST_LOCALE_ENABLE_CHAR16_T` and `BOOST_LOCALE_ENABLE_CHAR32_T` to enable C++11 `char16_t` and `char32_t` instead of deprecated ones
21- 1.53.0 - Bug fixes: 7743, 7386, 7734, 7701, 7368, 7762:
22 - 7743 - security related bug fix, some invalid UTF-8 sequences where accepted as valid
23 - 7386 - invalid Windows codepage names used
24 - 7734 - fixed missing documentation, caused by a error in Doxygen formatting
25 - 7701 - fixed missing \c std:: in some places
26 - 7368, 7762 - Spelling, grammar, typos
27- 1.49.0
28 - Fixed incorrect use of MultiByteToWideChar in detection of invalid input sequences
29- 1.48.0 - First Release
30
31
32*/