Accepting request 443139 from home:KGronlund:branches:server:http

- Update to version 1.7.0:
  * BUG/MEDIUM: proxy: return "none" and "unknown" for unknown LB algos
  * BUG/MINOR: stats: make field_str() return an empty string on NULL
  * BUG/MEDIUM: http: Fix tunnel mode when the CONNECT method is used
  * BUG/MINOR: http: Keep the same behavior between 1.6 and 1.7 for tunneled txn
  * BUG/MINOR: filters: Protect args in macros HAS_DATA_FILTERS and IS_DATA_FILTER
  * BUG/MINOR: filters: Invert evaluation order of HTTP_XFER_BODY and XFER_DATA analyzers
  * BUG/MINOR: http: Call XFER_DATA analyzer when HTTP txn is switched in tunnel mode

OBS-URL: https://build.opensuse.org/request/show/443139
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=138
This commit is contained in:
2016-12-02 11:21:32 +00:00
committed by Git OBS Bridge
parent 0fce639874
commit da47bd97cb
6 changed files with 42 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">http://git.haproxy.org/git/haproxy-1.6.git</param>
<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.6.9</param>
<param name="versionformat">1.7.0</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
</service>