From 2441fa513325f8ed191bd353af2d70bf0a12aa8a Mon Sep 17 00:00:00 2001 From: "James E. King, III" Date: Sun, 28 Jan 2018 10:20:19 -0500 Subject: [PATCH] Add Boost.DateTime and Boost.Uuid release notes for 1.67.0 --- feed/history/boost_1_67_0.qbk | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/feed/history/boost_1_67_0.qbk b/feed/history/boost_1_67_0.qbk index e51fa56b..2c32b79d 100644 --- a/feed/history/boost_1_67_0.qbk +++ b/feed/history/boost_1_67_0.qbk @@ -27,6 +27,32 @@ [section Updated Libraries] +* [phrase library..[@/libs/date_time/ DateTime]:] + * Fixed various year 2038 (32-bit) issues + ([ticket 2818]) ([ticket 2819]) ([ticket 3487]) ([ticket 4543]) ([ticket 8450]) ([ticket 9158]) ([ticket 9489]) ([ticket 10570]) ([ticket 12609]) + * Fixed a binary serialization regression introduced in 1.66.0 + ([github date_time 56]) ([github_pr date_time 58]) ([github_pr date_time 70]) + * Updated the timezone database file + ([ticket 4430]) ([ticket 10087]) ([github_pr date_time 68]) + * Enhanced `from_iso_string` so it can read output of `to_iso_string` for special values + ([ticket 1078]) ([github_pr date_time 69]) + * Changed maximum supported year from 10000 to 9999 to resolve various issues + ([ticket 13159]) ([ticket 12630]) ([github_pr date_time 71]) + * `boost::date_time::period_parser::delimiter_strings` did nothing + ([ticket 11142]) ([github_pr date_time 63]) + * Ensure special values are not automatically translated to integral types + ([ticket 11168]) ([github_pr date_time 64]) + * `int_adapter::is_signed` should be const + ([ticket 12363]) ([github_pr date_time 60]) + * `boost::date_time::time_input_facet` throws when using `%j` alone + ([ticket 12910]) ([github_pr date_time 59]) + * Time input facet is not able to parse `%e` day + ([ticket 13194]) ([github_pr date_time 54]) + * Improved Github CI build environment for better project metrics and quality + ([github_pr date_time 52]) ([github_pr date_time 72]) + * Fixed various compiler warnings + ([ticket 3606]) ([ticket 9882]) ([github_pr date_time 62]) + * [phrase library..[@/libs/multi_index/index.html Multi-index Containers]:] * Elements with overloaded `operator&` are now fully accepted (ticket [ticket 13307]). Thanks to Daniel Frey for his updating @@ -42,6 +68,12 @@ * Iterators no longer inherit from `std::iterator`, as it's deprecated ([github_pr unordered 7]) +* [phrase library..[@/libs/uuid/ Uuid]:] + * Optimized random_generator to use OS-provided entropy directly ([github_pr uuid 53]) + * Provide `random_generator_mt19937` for bulk UUID generation + * Handle entropy acquisition errors instead of ignoring them + * Support for Windows UWP ([github uuid 24]) + * Support for CloudABI * /TODO/