SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for asio-devel-1.10.8-29.4.x86_64.rpm :
Tue Dec 5 13:00:00 2017 suse+buildAATTde-korte.org
- Update to stable version 1.10.8

* More recent than 1.11.0 (development release).

* Release notes unavailable.

* Fixes building with openssl-1.1.0.

Wed Feb 1 13:00:00 2017 adam.majerAATTsuse.de
- use individual libboost-
*-devel packages instead of boost-devel

Sat Mar 21 13:00:00 2015 mpluskalAATTsuse.com
- Update to 1.11.0

* Implemented changes to substantially reflect the Networking
Library Proposal (N4370).

* Added a new, executor-aware thread_pool class.

* Changed spawn() to be executor-aware.

* Added a new spawn() overload that takes only a function object.

* Changed spawn() and yield_context to permit nested calls to
the completion handler.

* Removed previously deprecated functions.

* Added options for disabling TLS v1.1 and v1.2.

* Changed the SSL wrapper to call the password callback when
loading an in-memory key.

* Changed the tutorial to use std::endl to ensure output is flushed.

* Fixed false SSL error reports by ensuring that the SSL error
queue is cleared prior to each operation.

* Fixed an ssl::stream<> bug that may result in spurious
\'short read\' errors.

* Enabled perfect forwarding for the first ssl::stream<>
constructor argument.

* Added standalone Asio support for Clang when used with
libstdc++ and C++11.

* Fixed an unsigned integer overflow reported by Clang\'s integer
sanitizer.

* Added support for move-only return types when using a
yield_context object with asynchronous operations.

* Ensured errors generated by Windows\' ConnectEx function are
mapped to their portable equivalents.

* Changed multicast test to treat certain join_group failures
as non-fatal.
- Remove no longer needed asio-no-multicast-test.patch

Sun Dec 21 13:00:00 2014 wrAATTrosenauer.org
- remove multicast check from testsuite as it\'s failing in OBS
(asio-no-multicast-test.patch)

Fri Dec 5 13:00:00 2014 tchvatalAATTsuse.com
- Enable testsuite
- Version bump to 1.10.4:

* for full list of changes please visit
http://think-async.com/Asio/asio-1.10.4/doc/asio/history.html#asio.history.asio_1_10_4

Tue Jul 29 14:00:00 2014 wrAATTrosenauer.org
- Update to stable version 1.10.2

* for full list of changes please visit
http://think-async.com/Asio/asio-1.10.2/doc/asio/history.html#asio.history.asio_1_10_2

Sun Mar 16 13:00:00 2014 wrAATTrosenauer.org
- Update to stable version 1.10.1

* many changes as outlined here
http://think-async.com/Asio/asio-1.10.1/doc/asio/history.html#asio.history.asio_1_10_1

Sat Sep 17 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
- Add missing make call
- Use %_smp_mflags for parallel build

Thu Jun 23 14:00:00 2011 vlado.paskovAATTgmail.com
- Update to version 1.5.3

* Added a new, completely rewritten SSL implementation. The new
implementation compiles faster, shows substantially improved
performance, and supports custom memory allocation and handler
invocation. It includes new API features such as certificate
verification callbacks and has improved error reporting. The new
implementation is source-compatible with the old for most uses.
However, if necessary, the old implementation may still be used by
defining `(BOOST_)ASIO_ENABLE_OLD_SSL`.

* Added new `asio::buffer()` overloads for `std::array`, when
available. The support is automatically enabled when compiling in
- std=c++0x mode on g++ 4.3 or higher, or when using MSVC 10.
The support may be explicitly enabled by defining
`(BOOST_)ASIO_HAS_STD_ARRAY`, or disabled by defining
`(BOOST_)ASIO_DISABLE_STD_ARRAY`

* Changed to use the C++0x standard library templates `array`,
`shared_ptr`, `weak_ptr` and `atomic` when they are available,
rather than the Boost equivalents.

* Support for `std::error_code` and `std::system_error` is no longer
enabled by default for g++ 4.5, as that compiler\'s standard
library does not implement `std::system_error::what()` correctly.

Fri May 22 14:00:00 2009 vuntzAATTnovell.com
- Update to version 1.4.1. There\'s no NEWS/ChangeLog, but the 1.3
development cycle brought those new features:
+ Enhanced CompletionCondition concept.
+ Wrapper class for Windows overlapped I/O.
+ Eventfd support on Linux.
+ Const overloads of lowest_layer().
+ Thread-safe synchronous socket operations.
+ Lazy initialisation of the io_service reactor task.
+ Bounds checking in ip::address_v4 and ip::address_v6.
- Drop asio-gcc43.patch: fixed upstream.

Tue Apr 28 14:00:00 2009 roAATTsuse.de
- fix build (add missing includes)


 
ICM