Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2015-03-30 19:24:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsoup (Old)
 and      /work/SRC/openSUSE:Factory/.libsoup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsoup"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2014-12-21 
12:00:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes     2015-03-30 
19:24:51.000000000 +0200
@@ -1,0 +2,90 @@
+Mon Mar 23 14:26:08 UTC 2015 - [email protected]
+
+- Update to version 2.50.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 17 21:47:32 UTC 2015 - [email protected]
+
+- Update to version 2.49.92:
+  + Fixed an NTLM problem that caused spurious "Authentication
+    Failed" errors in evolution-ews (bgo#735197).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  3 16:41:30 UTC 2015 - [email protected]
+
+- Update to version 2.49.91.1:
+  + websockets: minor optimization.
+  + websockets: fix 32-bit build.
+  + docs: fix build.
+  + tests: fix when building without glib-networking available.
+
+-------------------------------------------------------------------
+Tue Mar  3 12:14:51 UTC 2015 - [email protected]
+
+- Update to version 2.49.91:
+  + Libsoup now has support for WebSockets in both SoupSession and
+    SoupServer (bgo#627738).
+  + Added support for NTLMv2 Session Security to SoupAuthNTLM.
+    (This is transparent to the app/user; if the server supports
+    it, it will be used) (bgo#739192).
+  + Added soup_server_accept_iostream() to allow feeding a
+    non-GSocketConnection GIOStream to SoupServer (eg, when
+    accepting HTTP requests on some other sort of connection)
+    (bgo#744186).
+  + Added soup_session_steal_connection() and
+    soup_client_context_steal_connection(), to allow you to steal a
+    GIOStream from a SoupSession or SoupServer and then use it for
+    non-HTTP purposes (bgo#721343).
+  + Added soup_server_add_early_handler(), for adding SoupServer
+    handlers to run at :got-headers time rather than :got-body
+    (eg, to set up a streaming read of the request body)
+    (bgo#625645).
+  + Added a new SOUP_MESSAGE_IGNORE_CONNECTION_LIMITS flag, which
+    can be used to bypass SoupSession:max-conns and
+    SoupSession:max-conns-per-host on a per-message basis
+    (bgo#744720).
+  + Multiple SoupCache fixes:
+    - Leaked resources are now cleaned up when opening the cache
+      (bgo#667682).
+    - The "Age" header is no longer added to cached responses
+      (bgo#741108).
+    - Fixed the interpretation of the "must-revalidate" directive
+      to not be stricter than required (bgo#744468).
+    - Messages retrieved from cache now behave slightly more like
+      non-cache messages in terms of SoupSession signals and timing
+      (bgo#744788). Additionally, there is a new
+      SoupMessage::starting signal, which is like
+      SoupSession::request-started, but emitted for cached
+      resources as well (bgo#731153).
+  + Fixed soup_session_cancel_message() to work reliably on paused
+    messages (bgo#745094).
+  + Added code-coverage support to the build (bgo#744744).
+  + Fixed the library symbol check in "make check" to work when
+    building with linker options that result in slightly different
+    organization (bgo#741348).
+  + Added a hack to SoupSessionFeature so that people will stop
+    re-reporting an old Eclipse bug against libsoup (bgo#710242).
+  + Miscellaneous bug and leak fixes in the test programs, leak
+    fixes in libsoup, and documentation updates.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Dec 17 19:46:53 UTC 2014 - [email protected]
+
+- Update to version 2.49.1:
+  + Fixed a bug in the SoupMessage:event signal that broke
+    evolution's ability to connect to https hosts with "bad"
+    certificates (bgo#739951).
+  + Fixed a case where the async codepaths could potentially block
+    on a synchronous write (bgo#727138).
+  + Fixed the symbol soup_server_set_ssl_cert_file() to get
+    exported, and added soup_server_get_uris() to the
+    documentation.
+  + Improved a bunch of introspection annotations (bgo#729987).
+  + Clarified some documentation.
+  + Fixed Windows build, twice (bgo#738003, bgo#738551).
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  libsoup-2.48.1.tar.xz

New:
----
  libsoup-2.50.0.tar.xz

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

Other differences:
------------------
++++++ libsoup.spec ++++++
--- /var/tmp/diff_new_pack.2tFi0H/_old  2015-03-30 19:24:52.000000000 +0200
+++ /var/tmp/diff_new_pack.2tFi0H/_new  2015-03-30 19:24:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsoup
 #
-# 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
@@ -20,10 +20,10 @@
 Summary:        HTTP client/server library for GNOME
 License:        LGPL-2.1+
 Group:          Development/Libraries/GNOME
-Version:        2.48.1
+Version:        2.50.0
 Release:        0
 Url:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/libsoup/2.48/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/libsoup/2.50/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  glib-networking
 BuildRequires:  glib2-devel >= 2.38.0

++++++ libsoup-2.48.1.tar.xz -> libsoup-2.50.0.tar.xz ++++++
++++ 24588 lines of diff (skipped)


Reply via email to