Hello community,

here is the log from the commit of package asio for openSUSE:Factory checked in 
at 2015-03-23 12:19:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/asio (Old)
 and      /work/SRC/openSUSE:Factory/.asio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "asio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/asio/asio.changes        2014-12-22 
12:53:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.asio.new/asio.changes   2015-03-23 
12:19:02.000000000 +0100
@@ -1,0 +2,34 @@
+Sat Mar 21 11:22:13 UTC 2015 - mplus...@suse.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
+
+-------------------------------------------------------------------

Old:
----
  asio-1.10.4.tar.bz2
  asio-no-multicast-test.patch

New:
----
  asio-1.11.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ asio.spec ++++++
--- /var/tmp/diff_new_pack.yZPSGJ/_old  2015-03-23 12:19:03.000000000 +0100
+++ /var/tmp/diff_new_pack.yZPSGJ/_new  2015-03-23 12:19:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package asio
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 Name:           asio
-Version:        1.10.4
+Version:        1.11.0
 Release:        0
 Summary:        A cross-platform C++ library for network and low-level I/O 
programming
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 Url:            http://asio.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/asio/asio-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE asio-no-multicast-test.patch
-Patch0:         asio-no-multicast-test.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -52,7 +50,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 # Upstream generate them quite creatively, so refresh
 autoreconf -fvi
 

++++++ asio-1.10.4.tar.bz2 -> asio-1.11.0.tar.bz2 ++++++
++++ 210936 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to