Accepting request 341903 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/341903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2015-11-04 14:32:40 +00:00 committed by Git OBS Bridge
commit da721f452a
6 changed files with 24 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2739cc05112dc00a5ebe1a470174970ca3a3fd71dcd67fb7539af9d83b8411e
size 1244988

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1075def48da9327be22441f4a3460d24159fae2bf4bcfb4ab6e7ca5e95e54a69
size 1246332

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Nov 1 11:44:58 UTC 2015 - mpluskal@suse.com
- Update to 0.9.45
* Rework deprecation maros: fix errors with old GCC versions,
improved support for old clang and new GCC. -EG
* Return correct header kind in MHD_get_connection_values()
even if a bitmask is used for the "kind" argument. -FC/CG
* Fixing transient resource leak affecting long-lived
connections with many keep-alives and HTTP request
pipelining under certain circumstances (which reduced
the receive window).
* Fixed assertion failure triggered by a race in
thread-per-connection mode on shutdown in rare
circumstances. -CG
* Deduplicate code between digestauth and connection
parsing logic for URI arguments, shared code moved
to new MHD_parse_arguments_ function in internal.c. -CG
-------------------------------------------------------------------
Fri Oct 2 12:33:17 UTC 2015 - mpluskal@suse.com

View File

@ -23,10 +23,10 @@
%define enable_libmicrospdy 0
%endif
%global libmicrohttpd libmicrohttpd10
%global libmicrohttpd libmicrohttpd11
%global libmicrospdy libmicrospdy0
Name: libmicrohttpd
Version: 0.9.44
Version: 0.9.45
Release: 0
Summary: Small Embeddable HTTP Server Library
License: LGPL-2.1+