summaryrefslogtreecommitdiff
path: root/libs/log/doc/changelog.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/log/doc/changelog.qbk')
-rw-r--r--libs/log/doc/changelog.qbk13
1 files changed, 12 insertions, 1 deletions
diff --git a/libs/log/doc/changelog.qbk b/libs/log/doc/changelog.qbk
index 14d59fe6c..942cc2e2b 100644
--- a/libs/log/doc/changelog.qbk
+++ b/libs/log/doc/changelog.qbk
@@ -1,5 +1,5 @@
[/
- Copyright Andrey Semashev 2007 - 2014.
+ Copyright Andrey Semashev 2007 - 2015.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
@@ -9,6 +9,17 @@
[section:changelog Changelog]
+[heading 2.5, Boost 1.58]
+
+[*Bug fixes:]
+
+* Fixed thread id formatting. The thread identifiers could be presented as zeros on big-endian platforms. Also the lower 4 bits of the ids were lost in the output.
+* Fixed process id formatting. Process ids could have misplaced filler zeros. ([ticket 10926])
+* Fixed build failure on GNU Hurd.
+* Fixed incorrect behavior of [link log.detailed.sink_backends.text_file text file sink backend] in case if free space on the file system gets exhausted. The sink will no longer create lots of empty files in attempt to recover. ([ticket 11016])
+* Fixed incorrect behavior of `attribute_set::insert()` in some cases. The inserted elements could have made some previously inserted elements not findable. ([ticket 11106])
+* Fixed incorrect behavior of `attribute_value_set::size()` if a large number of attribute values are inserted into the set. ([ticket 11148])
+
[heading 2.4, Boost 1.57]
[*Bug fixes:]