blob: b3cb79e4e092ca8b2d729cf7c5104040ef7e42fd [file] [log] [blame]
Willy Tarreau5eb09172007-03-25 22:56:04 +02001Special thanks to the following people for their useful contributions :
2
3- Aleksandar Lazic and Klaus Wagner : ability to learn application cookies.
4- Cameron Simpson : code reviews and many cleanups.
5- Dan Zinngrabe : Makefile for MacOS 10.4 / Darwin.
6- Sin Yu : preliminary virtual host support and rbtree for the scheduler.
7- Marcus Rueckert : support for username/groupname.
8- Bryan Germann : option to exempt some sources from x-forwarded-for.
9- Fabrice Dulaunoy : health-checks on different addresses
Krzysztof Piotr Oledzki4ad3b402008-02-04 00:00:15 +010010
11Note to contributors: it's very handy when patches comes with a properly
12formated subject. Try to put one of the following words between brackets
13to indicate the importance of the patch followed by a short description:
14
15[MINOR] minor fix, very low risk of impact
16[MEDIUM] medium risk, may cause unexpected regressions of low importance or
17 which may quickly be discovered (just like this patch)
18[MAJOR] major risk of hidden regression. This happens when I rearrange large
19 parts of code, when I play with timeouts, with variable
20 initializations, etc...
21[BUG] fix for a minor or medium-level bug.
22[CRITICAL] medium-term reliability or security is at risk, an upgrade is
23 absolutely required.
24[RELEASE] release a new version
25[BUILD] fix build issues. If you could build, no upgrade required.
26[CLEANUP] code cleanup, silence of warnings, etc... theorically no impact
27[TESTS] added regression testing configuration files or scripts
28[DOC] documentation updates, no need to upgrade
29[LICENSE] licensing updates (may impact distro packagers)
30
31Example: "[DOC] document options forwardfor to logasap"