Hello community,

here is the log from the commit of package libmicrohttpd for openSUSE:Factory 
checked in at 2019-02-24 16:57:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmicrohttpd (Old)
 and      /work/SRC/openSUSE:Factory/.libmicrohttpd.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmicrohttpd"

Sun Feb 24 16:57:41 2019 rev:32 rq:673241 version:0.9.63

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmicrohttpd/libmicrohttpd.changes      
2018-12-10 12:23:50.162796623 +0100
+++ /work/SRC/openSUSE:Factory/.libmicrohttpd.new.28833/libmicrohttpd.changes   
2019-02-24 16:57:49.312839519 +0100
@@ -1,0 +2,30 @@
+Sun Feb 10 22:00:54 UTC 2019 - [email protected]
+
+- Update to version 0.9.63:
+  * Extended test_get to test URI logging and query string parsing
+    to avoid regression fixed in previous patch in the future.
+  * Preliminary patch for the raw query string issue, to be tested.
+  * Added minimal example for how to compress HTTP response.
+  * Check for GNUTLS_E_AGAIN instead of GNUTLS_E_INTERRUPTED when
+    giving up on a TLS connection. -LM/CG
+  * Fix connection timeout logic if in thread-per-connection mode the
+    working thread takes longer than the timeout to queue the response.
+  * Add logic to avoid VLA arrays with compilers that do not support them.
+  * Fixed missing WSA_FLAG_OVERLAPPED which can cause W32 to block on
+    socket races when using threadpool. (See very detailed description
+    of the issue in the libmicrohttpd mailinglist post of today.)
+  * Added test for RFC 7616 and documented new API.
+- Update to version 0.9.62:
+  * Added test for RFC 7616 and documented new API.
+  * Adding support for RFC 7616, experimental, needs
+    testing and documentation still!
+  * Add option to build MHD without any threads
+    and MHD_FEATURE_THREADS to test for it.
+  * Renamed all occurrences from _model(s)_ to _mode(s)_.
+  * Optimized the function MHD_create_response_from_callback() for
+    Windows by increasing its internal buffer size and allowed to
+    customize it via macro MHD_FD_BLOCK_SIZE.
+  * Referenced the gnutls_load_file() function in the HTTPs examples.
+  * Fix regression causing URLs to be unescaped twice.
+
+-------------------------------------------------------------------

Old:
----
  libmicrohttpd-0.9.61.tar.gz
  libmicrohttpd-0.9.61.tar.gz.sig

New:
----
  libmicrohttpd-0.9.63.tar.gz
  libmicrohttpd-0.9.63.tar.gz.sig

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

Other differences:
------------------
++++++ libmicrohttpd.spec ++++++
--- /var/tmp/diff_new_pack.7vOncb/_old  2019-02-24 16:57:51.456838500 +0100
+++ /var/tmp/diff_new_pack.7vOncb/_new  2019-02-24 16:57:51.460838498 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmicrohttpd
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010,2011,2012  Stephan Kleine
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %global sover   12
 %global libname %{name}%{sover}
 Name:           libmicrohttpd
-Version:        0.9.61
+Version:        0.9.63
 Release:        0
 Summary:        Small Embeddable HTTP Server Library
 # Some internal tests are licenced as GPL-3.0+ - they are only used in

++++++ libmicrohttpd-0.9.61.tar.gz -> libmicrohttpd-0.9.63.tar.gz ++++++
++++ 9877 lines of diff (skipped)

++++++ libmicrohttpd.keyring ++++++
--- /var/tmp/diff_new_pack.7vOncb/_old  2019-02-24 16:57:51.744838363 +0100
+++ /var/tmp/diff_new_pack.7vOncb/_new  2019-02-24 16:57:51.748838361 +0100
@@ -1,3 +1,4 @@
+GPG keys of Christian Grothoff <grothoff>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1
 
@@ -76,6 +77,7 @@
 =rMsi
 -----END PGP PUBLIC KEY BLOCK-----
 
+GPG keys of Evgeny Grin <karlson2k>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v2
 


Reply via email to