forked from pool/haproxy
- Update to version 1.8.3:
* [RELEASE] Released version 1.8.3 * MEDIUM: h2: prepare a graceful shutdown when the frontend is stopped * BUG/MAJOR: hpack: don't return direct references to the dynamic headers table * BUG/MEDIUM: http: don't automatically forward request close * MINOR: don't close stdio anymore * BUG/MEDIUM: mworker: don't close stdio several time * BUG/MEDIUM: h2: ensure we always know the stream before sending a reset * DOC/MINOR: configuration: typo, formatting fixes * BUG/MEDIUM: h2: improve handling of frames received on closed streams * BUG/MEDIUM: h2: properly handle and report some stream errors OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=156
This commit is contained in:
parent
f1d1cfad8f
commit
fc179e5573
4
_service
4
_service
@ -3,8 +3,8 @@
|
|||||||
<param name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
|
<param name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">haproxy</param>
|
<param name="filename">haproxy</param>
|
||||||
<param name="versionformat">1.8.2</param>
|
<param name="versionformat">1.8.3</param>
|
||||||
<param name="revision">v1.8.2</param>
|
<param name="revision">v1.8.3</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
||||||
<param name="changesrevision">640d526f8cdad00f7f5043b51f6a34f3f6ebb49f</param></service><service name="tar_scm">
|
<param name="changesrevision">640d526f8cdad00f7f5043b51f6a34f3f6ebb49f</param></service><service name="tar_scm">
|
||||||
<param name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
|
<param name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
|
||||||
<param name="changesrevision">08396fa0af8955072a2a479168a9945995ed7a43</param></service></servicedata>
|
<param name="changesrevision">205f6751891b60dac1958181f53cdcd2f1067651</param></service></servicedata>
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 31 02:26:13 UTC 2017 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.8.3:
|
||||||
|
* [RELEASE] Released version 1.8.3
|
||||||
|
* MEDIUM: h2: prepare a graceful shutdown when the frontend is stopped
|
||||||
|
* BUG/MAJOR: hpack: don't return direct references to the dynamic headers table
|
||||||
|
* BUG/MEDIUM: http: don't automatically forward request close
|
||||||
|
* MINOR: don't close stdio anymore
|
||||||
|
* BUG/MEDIUM: mworker: don't close stdio several time
|
||||||
|
* BUG/MEDIUM: h2: ensure we always know the stream before sending a reset
|
||||||
|
* DOC/MINOR: configuration: typo, formatting fixes
|
||||||
|
* BUG/MEDIUM: h2: improve handling of frames received on closed streams
|
||||||
|
* BUG/MEDIUM: h2: properly handle and report some stream errors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 24 23:30:31 UTC 2017 - mrueckert@suse.de
|
Sun Dec 24 23:30:31 UTC 2017 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
%bcond_without apparmor
|
%bcond_without apparmor
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 1.8.2
|
Version: 1.8.3
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user