[RELEASE] Released version 1.3.12 with the following main changes : v1.3.12
authorWilly Tarreau <w@1wt.eu>
Sun, 17 Jun 2007 21:41:40 +0000 (23:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Jun 2007 21:41:40 +0000 (23:41 +0200)
commitb21152be7a4b227df7fe722073d501c3891f7733
tree871d6e22a04c014686b767b97a5e4d056d042bcb
parent8f8e6450662697cbfc1f4f5f919ff09488b71aa4
[RELEASE] Released version 1.3.12 with the following main changes :

    - acl: smarter integer comparison support in ACLs
    - acl: specify the direction during fetches
    - acl: provide the argument length for fetch functions
    - acl: provide a reference to the expr to fetch()
    - acl: implement matching on header values
    - acl: support maching on 'path' component
    - acl: permit to return any header when no name specified
    - errorfile: use a local file to feed error messages
    - negation in ACL conds was not cleared between terms
    - fix segfault at exit when using captures
    - improve memory freeing upon exit
    - acl: support '-i' to ignore case when matching
    - str2net() must not change the const char *
    - provide default ACLs
    - acl: distinguish between request and response headers
    - added the 'use_backend' keyword for full content-switching
    - acl: added the TRUE and FALSE ACLs.
    - shut warnings 'is*' macros from ctype.h on solaris
CHANGELOG
Makefile
Makefile.bsd
Makefile.osx
examples/acl-content-sw.cfg [new file with mode: 0644]
examples/haproxy-small.spec
examples/haproxy.spec
include/common/version.h