From: Krzysztof Piotr Oledzki Date: Sun, 27 Sep 2009 12:20:28 +0000 (+0200) Subject: [DOC] Add information about http://haproxy.1wt.eu/contrib.html X-Git-Tag: v1.4-dev4~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d45fcd7198300b1744c04398a49724aff729b75;p=thirdparty%2Fhaproxy.git [DOC] Add information about http://haproxy.1wt.eu/contrib.html Add information about http://haproxy.1wt.eu/contrib.html in the CONTRIB file and remove one useless comment. --- diff --git a/CONTRIB b/CONTRIB index b3cb79e4e0..47521ec699 100644 --- a/CONTRIB +++ b/CONTRIB @@ -8,13 +8,18 @@ Special thanks to the following people for their useful contributions : - Bryan Germann : option to exempt some sources from x-forwarded-for. - Fabrice Dulaunoy : health-checks on different addresses +This list is quite incomplete and very outdated. For more up-to-date +information please look at http://haproxy.1wt.eu/contrib.html, it lists +not only significant code contributions (features, fixes), but also time or +money donations. + Note to contributors: it's very handy when patches comes with a properly formated subject. Try to put one of the following words between brackets to indicate the importance of the patch followed by a short description: [MINOR] minor fix, very low risk of impact [MEDIUM] medium risk, may cause unexpected regressions of low importance or - which may quickly be discovered (just like this patch) + which may quickly be discovered [MAJOR] major risk of hidden regression. This happens when I rearrange large parts of code, when I play with timeouts, with variable initializations, etc...