diff options
author | gdt <gdt> | 2004-11-15 17:29:11 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-11-15 17:29:11 +0000 |
commit | fbb6709986ee29b57a8a6103c592de80647ead00 (patch) | |
tree | d718749585978f2d8bcd768c288d1244b3bfce3b /HACKING | |
parent | 3764c0c0f9a60fe77338870346f24a68fcec269b (diff) |
Make explicit that bumping required tool versions needs thought.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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] |