Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68178 - trunk/libs/asio/doc
From: chris_at_[hidden]
Date: 2011-01-15 20:38:18


Author: chris_kohlhoff
Date: 2011-01-15 20:38:16 EST (Sat, 15 Jan 2011)
New Revision: 68178
URL: http://svn.boost.org/trac/boost/changeset/68178

Log:
Revision history.
Text files modified:
   trunk/libs/asio/doc/history.qbk | 9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)

Modified: trunk/libs/asio/doc/history.qbk
==============================================================================
--- trunk/libs/asio/doc/history.qbk (original)
+++ trunk/libs/asio/doc/history.qbk 2011-01-15 20:38:16 EST (Sat, 15 Jan 2011)
@@ -7,6 +7,15 @@
 
 [section:history Revision History]
 
+[heading Asio 1.4.8 / Boost 1.46]
+
+* Fixed an integer overflow problem that occurs when `ip::address_v4::netmask()`
+ is used on 64-bit platforms.
+* Fixed a problem on older Linux kernels (where epoll is used without timerfd
+ support) that prevents timely delivery of deadline_timer handlers, after the
+ program has been running for some time
+ ([@https://svn.boost.org/trac/boost/ticket/5045 #5045]).
+
 [heading Asio 1.4.7 / Boost 1.45]
 
 * Fixed a problem on kqueue-based platforms where a `deadline_timer` may


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk