Willy Tarreau | 5eb0917 | 2007-03-25 22:56:04 +0200 | [diff] [blame] | 1 | Special 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 Oledzki | 4ad3b40 | 2008-02-04 00:00:15 +0100 | [diff] [blame] | 10 | |
| 11 | Note to contributors: it's very handy when patches comes with a properly |
| 12 | formated subject. Try to put one of the following words between brackets |
| 13 | to 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 | |
| 31 | Example: "[DOC] document options forwardfor to logasap" |