~ubuntu-branches/ubuntu/utopic/haproxy/utopic-proposed

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2009-02-17 08:55:12 UTC
  • mfrom: (1.1.5 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090217085512-qmij51nun3rbxorz
Fix build without debian/patches directory (Closes: #515682) using
/usr/share/quilt/quilt.make.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ChangeLog :
2
2
===========
3
3
 
 
4
2008/12/04 : 1.3.15.7
 
5
    - [BUILD] fix MANDIR default location to match documentation
 
6
    - [BUG] critical errors should be reported even in daemon mode
 
7
    - [BUG] do not dequeue requests on a dead server
 
8
    - [BUG] do not dequeue the backend's pending connections on a dead server
 
9
 
 
10
2008/11/04 : 1.3.15.6
 
11
    - [MINOR] cfgparse: fix off-by 2 in error message size
 
12
    - [BUG] cookie capture is declared in the frontend but checked on the backend
 
13
 
 
14
2008/10/12 : 1.3.15.5
 
15
    - [BUG] do not try to pause backends during reload
 
16
    - [BUG] ensure that listeners from disabled proxies are correctly unbound.
 
17
    - [BUG] acl-related keywords are not allowed in defaults sections
 
18
 
 
19
2008/09/14 : 1.3.15.4
 
20
    - [BUG] do not release the connection slot during a retry
 
21
    - [BUG] dynamic connection throttling could return a max of zero conns
 
22
 
 
23
2008/09/02 : 1.3.15.3
 
24
    - [BUG] disable buffer read timeout when reading stats
 
25
    - [BUILD] change declaration of base64tab to fix build with Intel C++
 
26
    - [BUILD] silent a warning in unlikely() with gcc 4.x
 
27
    - [BUG] use_backend would not correctly consider "unless"
 
28
    - [CLEANUP] remove dependency on obsolete INTBITS macro
 
29
    - [BUG] fix segfault with url_param + check_post
 
30
    - [BUG] server timeout was not considered in some circumstances
 
31
    - [BUG] ev_sepoll: closed file descriptors could persist in the spec list
 
32
    - [BUG] maintain_proxies must not disable backends
 
33
    - [BUG] regparm is broken on gcc < 3
 
34
    - [OPTIM] force inlining of large functions with gcc >= 3
 
35
 
4
36
2008/06/21 : 1.3.15.2
5
37
    - [BUILD] make install should depend on haproxy not "all"
6
38
    - [BUG] event pollers must not wait if a task exists in the run queue