~ubuntu-branches/ubuntu/trusty/haproxy/trusty-updates

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2009-10-19 22:31:45 UTC
  • mfrom: (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20091019223145-rymupk5njs544bvp
ImportĀ upstreamĀ versionĀ 1.3.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ChangeLog :
2
2
===========
3
3
 
 
4
2009/10/14 : 1.3.22
 
5
    - [BUG] unix socket: don't try to dereference frontend/backends
 
6
    - [MINOR] unix socket: report the socket path in case of bind error
 
7
    - [CONTRIB] halog: support searching by response time
 
8
    - [DOC] add a reminder about obsolete documents
 
9
 
 
10
2009/10/12 : 1.3.21
 
11
    - [DOC] add missing rate_lim and rate_max
 
12
    - [BUG] check if rise/fall has an argument and it is > 0
 
13
    - [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2
 
14
    - [DOC] Add information about http://haproxy.1wt.eu/contrib.html
 
15
    - [MINOR] acl: don't report valid acls as potential mistakes
 
16
    - [BUG] task.c: don't assing last_timer to node-less entries
 
17
    - [MINOR] export the hostname variable so that all the code can access it
 
18
    - [MINOR] stats: add a new node-name setting
 
19
    - [MINOR] acl: add support for hdr_ip to match IP addresses in headers
 
20
    - [CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead
 
21
    - [BUG] buffer_forward() would not correctly consider data already scheduled
 
22
    - [MAJOR] http: add support for HTTP 1xx informational responses
 
23
    - [BUILD] stream_interface: fix conflicting declaration
 
24
    - [CLEANUP] include time.h from freq_ctr.h as it uses "now".
 
25
    - [MINOR] report list of supported pollers with -vv
 
26
    - [MEDIUM] new option "independant-streams" to stop updating read timeout on writes
 
27
    - [BUG] don't refresh timeouts late after detected activity
 
28
    - [MINOR] acl: add fe_conn, be_conn, queue, avg_queue
 
29
    - [BUILD] add a 'make tags' target (cherry picked from commit ebe0af4b77bca2042565a3f15fc1f597f5862874)
 
30
 
 
31
2009/08/09 : 1.3.20
 
32
    - [BUG] task: fix possible crash when some timeouts are not configured
 
33
    - [BUG] log: option tcplog would log to global if no logger was defined
 
34
 
 
35
2009/07/27 : 1.3.19
 
36
    - [MINOR] startup: don't imply -q with -D
 
37
    - [BUG] ensure that we correctly re-start old process in case of error
 
38
    - [MEDIUM] add support for binding to source port ranges during connect
 
39
    - [MEDIUM] support setting a server weight to zero
 
40
    - [MINOR] make DEFAULT_MAXCONN user-configurable at build time
 
41
    - [MEDIUM] config: split parser and checker in two functions
 
42
    - [MEDIUM] config: support loading multiple configuration files
 
43
    - [BUG] http: redirect rules were processed too early
 
44
    - [CLEANUP] remove unused DEBUG_PARSE_NO_SPEEDUP define
 
45
    - [BUG] default ACLs did not properly set the ->requires flag
 
46
    - [BUILD] report commit date and not author's date as build date
 
47
    - [BUG] stream_sock: always shutdown(SHUT_WR) before closing
 
48
    - [BUG] stream_sock: don't stop reading when the poller reports an error
 
49
    - [BUG] config: tcp-request content only accepts "if" or "unless"
 
50
    - [BUG] task: fix possible timer drift after update
 
51
    - [MINOR] stats: better displaying in MSIE
 
52
    - [MINOR] config: improve error reporting in global section
 
53
    - [MINOR] config: improve error reporting in listen sections
 
54
    - [MINOR] config: the "capture" keyword is not allowed in backends
 
55
    - [MINOR] config: improve error reporting when checking configuration
 
56
    - [BUILD] fix a minor build warning on AIX
 
57
    - [BUILD] use "git cmd" instead of "git-cmd"
 
58
    - [CLEANUP] report 2009 not 2008 in the copyright banner.
 
59
    - [MINOR] print usage on the stats sockets upon invalid commands
 
60
    - [MINOR] acl: detect and report potential mistakes in ACLs
 
61
    - [BUILD] fix incorrect printf arg count with tcp_splice
 
62
    - [BUG] fix random pauses on last segment of a series
 
63
    - [BUILD] add support for build under Cygwin
 
64
 
4
65
2009/05/10 : 1.3.18
5
66
    - [MEDIUM] add support for "balance hdr(name)"
6
67
    - [CLEANUP] give a little bit more information in error message