]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] Add information about http://haproxy.1wt.eu/contrib.html
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Sun, 27 Sep 2009 12:20:28 +0000 (14:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 16:31:35 +0000 (18:31 +0200)
Add information about http://haproxy.1wt.eu/contrib.html in
the CONTRIB file and remove one useless comment.

CONTRIB

diff --git a/CONTRIB b/CONTRIB
index b3cb79e4e092ca8b2d729cf7c5104040ef7e42fd..47521ec699ef358fda8262fe5fcced705d76d2db 100644 (file)
--- 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...