forked from pool/haproxy
- Update to version 1.7.1:
* BUG/MAJOR: stream: fix session abort on resource shortage * BUG/MINOR: cli: allow the backslash to be escaped on the CLI * BUG/MEDIUM: cli: fix "show stat resolvers" and "show tls-keys" * DOC: Fix map table's format * DOC: Added 51Degrees conv and fetch functions to documentation. * BUG/MINOR: http: don't send an extra CRLF after a Set-Cookie in a redirect * DOC: mention that req_tot is for both frontends and backends * BUG/MEDIUM: variables: some variable name can hide another ones * BUG/MINOR: stats: fix be/sessions/max output in html stats * MINOR: proxy: Add fe_name/be_name fetchers next to existing fe_id/be_id * DOC: lua: Documentation about some entry missing * MINOR: Do not forward the header "Expect: 100-continue" when the option http-buffer-request is set * DOC: Add undocumented argument of the trace filter * DOC: Fix some typo in SPOE documentation * BUG/MINOR: cli: be sure to always warn the cli applet when input buffer is full * MINOR: applet: Count number of (active) applets * MINOR: task: Rename run_queue and run_queue_cur counters * BUG/MEDIUM: stream: Save unprocessed events for a stream * BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled * BUILD/MEDIUM: Fixing the build using LibreSSL * [RELEASE] Released version 1.7.1 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=141
This commit is contained in:
parent
aa29cf4811
commit
61e04c2c81
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">haproxy</param>
|
||||
<param name="versionformat">1.7.0</param>
|
||||
<param name="versionformat">1.7.1</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.6.git</param>
|
||||
<param name="changesrevision">864bf78c3b6898eb12ece5f0a44032090f26f57f</param></service><service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
||||
<param name="changesrevision">5961fb820a9484c0b5ff83583bdeacef0b5d42f0</param></service></servicedata>
|
||||
<param name="changesrevision">2c0b1b9774e60259f63b179fc38e0989e6a04e9d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abdce486f98c024f3df45dade4011caeb925f48129370f4754a45f1623794622
|
||||
size 1728237
|
3
haproxy-1.7.1.tar.gz
Normal file
3
haproxy-1.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:237a12f8c754eddfad749cf89396f3762169dc06efc8bcae7b9996e5d1953507
|
||||
size 1781439
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 24 02:36:10 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
- Update to version 1.7.1:
|
||||
* BUG/MAJOR: stream: fix session abort on resource shortage
|
||||
* BUG/MINOR: cli: allow the backslash to be escaped on the CLI
|
||||
* BUG/MEDIUM: cli: fix "show stat resolvers" and "show tls-keys"
|
||||
* DOC: Fix map table's format
|
||||
* DOC: Added 51Degrees conv and fetch functions to documentation.
|
||||
* BUG/MINOR: http: don't send an extra CRLF after a Set-Cookie in a redirect
|
||||
* DOC: mention that req_tot is for both frontends and backends
|
||||
* BUG/MEDIUM: variables: some variable name can hide another ones
|
||||
* BUG/MINOR: stats: fix be/sessions/max output in html stats
|
||||
* MINOR: proxy: Add fe_name/be_name fetchers next to existing fe_id/be_id
|
||||
* DOC: lua: Documentation about some entry missing
|
||||
* MINOR: Do not forward the header "Expect: 100-continue" when the option http-buffer-request is set
|
||||
* DOC: Add undocumented argument of the trace filter
|
||||
* DOC: Fix some typo in SPOE documentation
|
||||
* BUG/MINOR: cli: be sure to always warn the cli applet when input buffer is full
|
||||
* MINOR: applet: Count number of (active) applets
|
||||
* MINOR: task: Rename run_queue and run_queue_cur counters
|
||||
* BUG/MEDIUM: stream: Save unprocessed events for a stream
|
||||
* BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled
|
||||
* BUILD/MEDIUM: Fixing the build using LibreSSL
|
||||
* [RELEASE] Released version 1.7.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 02 07:31:16 UTC 2016 - kgronlund@suse.com
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.7.0
|
||||
Version: 1.7.1
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user