forked from pool/haproxy
Accepting request 735634 from server:http
OBS-URL: https://build.opensuse.org/request/show/735634 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=75
This commit is contained in:
commit
020dd47147
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">v2.0.6</param>
|
||||
<param name="revision">v2.0.7</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-2.0.git</param>
|
||||
<param name="changesrevision">58706ab4bdbea3468253eddf07f2d58db43bfcb4</param>
|
||||
<param name="changesrevision">1909aa1e2f34dc8aaa86c279553eec2c99c14f2e</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19693941cb1e83871b5d8a5d9afd2bc592ed20da6e093fcd46d07f94d0b8bb52
|
||||
size 2618003
|
3
haproxy-2.0.7+git0.1909aa1e.tar.gz
Normal file
3
haproxy-2.0.7+git0.1909aa1e.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7345988132423349b2d10d9383fde1f892d6770a9b0ad17bd40b1bb3874f7e0b
|
||||
size 2619665
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 07 08:05:46 UTC 2019 - kgronlund@suse.com
|
||||
|
||||
- Update to version 2.0.7+git0.1909aa1e:
|
||||
* [RELEASE] Released version 2.0.7
|
||||
* BUG/MEDIUM: namespace: fix fd leak in master-worker mode
|
||||
* DOC: Fix documentation about the cli command to get resolver stats
|
||||
* BUG/MINOR: contrib/prometheus-exporter: Return the time averages in seconds
|
||||
* MINOR: stats: Add the support of float fields in stats
|
||||
* MINOR: spoe: Support the async mode with several threads
|
||||
* MINOR: spoe: Improve generation of the engine-id
|
||||
* BUG/MEDIUM: spoe: Use a different engine-id per process
|
||||
* BUG/MINOR: mux-h1: Do h2 upgrade only on the first request
|
||||
* BUG/MAJOR: mux_h2: Don't consume more payload than received for skipped frames
|
||||
* BUG/MINOR: mux-h2: Use the dummy error when decoding headers for a closed stream
|
||||
* BUG/MEDIUM: mux-h2: don't reject valid frames on closed streams
|
||||
* BUG/MEDIUM: namespace: close open namespaces during soft shutdown
|
||||
* BUG/MINOR: mux-h2: do not wake up blocked streams before the mux is ready
|
||||
* BUG/MEDIUM: checks: make sure the connection is ready before trying to recv
|
||||
* BUG/MEDIUM: stream-int: Process connection/CS errors during synchronous sends
|
||||
* BUG/MINOR: stream-int: Process connection/CS errors first in si_cs_send()
|
||||
* BUG/MEDIUM: check/threads: make external checks run exclusively on thread 1
|
||||
* BUG/MAJOR: mux-h2: Handle HEADERS frames received after a RST_STREAM frame
|
||||
* BUG/MINOR: mux-h2: Be sure to have a connection to unsubcribe
|
||||
* BUG/MEDIUM: stick-table: Properly handle "show table" with a data type argument
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 15:41:39 UTC 2019 - kgronlund@suse.com
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 2.0.6+git0.58706ab4
|
||||
Version: 2.0.7+git0.1909aa1e
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user