summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorgdt <gdt>2004-11-15 17:29:11 +0000
committergdt <gdt>2004-11-15 17:29:11 +0000
commitfbb6709986ee29b57a8a6103c592de80647ead00 (patch)
treed718749585978f2d8bcd768c288d1244b3bfce3b /HACKING
parent3764c0c0f9a60fe77338870346f24a68fcec269b (diff)
Make explicit that bumping required tool versions needs thought.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 7 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 984152d3..958610b1 100644
--- a/HACKING
+++ b/HACKING
@@ -1,6 +1,6 @@
-*- mode: text; -*-
-$Id: HACKING,v 1.10 2004/11/05 23:38:20 paul Exp $
+$Id: HACKING,v 1.11 2004/11/15 17:29:11 gdt Exp $
GUIDELINES FOR HACKING ON QUAGGA
@@ -49,6 +49,12 @@ maintainer who usually maintains that meta-data). Also, CVS meta-data such
as cvsignore files do not require ChangeLog updates, just a sane commit
message.
+TOOL VERSIONS
+
+Require versions of support tools are listed in INSTALL.quagga.txt.
+Required versions should only be done with due deliberation, as it can
+cause environments to no longer be able to compile quagga.
+
SHARED LIBRARY VERSIONING
[this section is at the moment just gdt's opinion]