Philipp Thomas 2011-03-21 10:47:34 +00:00 committed by Git OBS Bridge
parent 3d2e81853e
commit e8b0d3c022

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 21 11:46:48 CET 2011 - pth@suse.de
- Prefix bug numbers.
-------------------------------------------------------------------
Fri Mar 18 17:04:45 CET 2011 - pth@suse.de
@ -10,9 +15,9 @@ Fri Mar 18 11:59:14 CET 2011 - pth@suse.de
• Asio:
- EV_ONESHOT seems to cause problems on some versions of Mac OS X, with
the io_service destructor getting stuck inside the close() system call.
Changed the kqueue backend to use EV_CLEAR instead (#5021).
Changed the kqueue backend to use EV_CLEAR instead (boost#5021).
- Fixed compile failures with some versions of g++ due to the use of
anonymous enums (#4883).
anonymous enums (boost#4883).
- Fixed a bug on kqueue-based platforms, where some system calls that
repeatedly fail with EWOULDBLOCK are not correctly re-registered with
kqueue.