~ubuntu-branches/debian/stretch/haproxy/stretch

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Package Import Robot
  • Author(s): Vincent Bernat
  • Date: 2015-05-02 16:38:28 UTC
  • mfrom: (1.3.13)
  • Revision ID: package-import@ubuntu.com-20150502163828-lph2toctaqrw41x5
Tags: 1.5.12-1
* New upstream stable release including the following fixes:
  - BUG/MAJOR: http: don't read past buffer's end in http_replace_value
  - BUG/MAJOR: http: prevent risk of reading past end with balance
               url_param
  - BUG/MEDIUM: Do not consider an agent check as failed on L7 error
  - BUG/MEDIUM: patern: some entries are not deleted with case
                insensitive match
  - BUG/MEDIUM: buffer: one byte miss in buffer free space check
  - BUG/MEDIUM: http: thefunction "(req|res)-replace-value" doesn't
                respect the HTTP syntax
  - BUG/MEDIUM: peers: correctly configure the client timeout
  - BUG/MEDIUM: http: hdr_cnt would not count any header when called
                without name
  - BUG/MEDIUM: listener: don't report an error when resuming unbound
                listeners
  - BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes only
  - BUG/MEDIUM: stream-int: always reset si->ops when si->end is
                nullified
  - BUG/MEDIUM: http: remove content-length from chunked messages
  - BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to
                HTTP/1.1
  - BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad
                request
  - BUG/MEDIUM: http: remove content-length form responses with bad
                transfer-encoding
  - BUG/MEDIUM: http: wait for the exact amount of body bytes in
                wait_for_request_body

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ChangeLog :
2
2
===========
3
3
 
 
4
2015/05/02 : 1.5.12
 
5
    - BUG/MINOR: ssl: Display correct filename in error message
 
6
    - DOC: Fix L4TOUT typo in documentation
 
7
    - BUG/MEDIUM: Do not consider an agent check as failed on L7 error
 
8
    - BUG/MINOR: pattern: error message missing
 
9
    - BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match
 
10
    - BUG/MEDIUM: buffer: one byte miss in buffer free space check
 
11
    - BUG/MAJOR: http: don't read past buffer's end in http_replace_value
 
12
    - BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax
 
13
    - BUG/MEDIUM: peers: correctly configure the client timeout
 
14
    - BUG/MINOR: compression: consider the expansion factor in init
 
15
    - BUG/MEDIUM: http: hdr_cnt would not count any header when called without name
 
16
    - BUG/MEDIUM: listener: don't report an error when resuming unbound listeners
 
17
    - BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes only
 
18
    - BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified
 
19
    - BUG/MEDIUM: http: remove content-length from chunked messages
 
20
    - DOC: http: update the comments about the rules for determining transfer-length
 
21
    - BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1
 
22
    - BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request
 
23
    - BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding
 
24
    - MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230
 
25
    - MEDIUM: http: add option-ignore-probes to get rid of the floods of 408
 
26
    - BUG/MINOR: config: clear proxy->table.peers.p for disabled proxies
 
27
    - MINOR: stick-table: don't attach to peers in stopped state
 
28
    - MEDIUM: config: initialize stick-tables after peers, not before
 
29
    - MEDIUM: peers: add the ability to disable a peers section
 
30
    - DOC: document option http-ignore-probes
 
31
    - DOC: fix the comments about the meaning of msg->sol in HTTP
 
32
    - BUG/MEDIUM: http: wait for the exact amount of body bytes in wait_for_request_body
 
33
    - BUG/MAJOR: http: prevent risk of reading past end with balance url_param
 
34
    - DOC: update the doc on the proxy protocol
 
35
 
4
36
2015/02/01 : 1.5.11
5
37
    - BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used
6
38
    - MINOR: ssl: load certificates in alphabetical order