summaryrefslogtreecommitdiffstats
path: root/COMMIT_NOTES
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-06-25 21:33:23 +0200
committerJan Engelhardt <jengelh@medozas.de>2009-06-26 21:13:10 +0200
commitadd2457a23b9894905b498b13c8328f9cffcaada (patch)
treea455198d1e62f3e1186d6e8abf4aa8c35cda78e6 /COMMIT_NOTES
parentc284de545d03aad9a04a4e17cfb55d911a96810c (diff)
COMMIT_NOTES: notice to check for soversion bumps
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'COMMIT_NOTES')
-rw-r--r--COMMIT_NOTES6
1 files changed, 5 insertions, 1 deletions
diff --git a/COMMIT_NOTES b/COMMIT_NOTES
index 7583facd..592808c5 100644
--- a/COMMIT_NOTES
+++ b/COMMIT_NOTES
@@ -11,5 +11,9 @@ A quick list of rules for committing stuff into netfilter git:
- If you touch any parts of libxtables (xtables.c, include/xtables.h.in),
make sure the so-version is updated _appropriately_ (i.e. read the
- libtool manual about Versioning:: first if need be) in configure.ac.
+ libtool manual about Versioning:: first, if need be) in configure.ac.
Adding fields to a struct always entails a vcurrent bump.
+
+ - Check, whether a bump (vcurrent,vage) has already been made since the
+ last release (no more than one per release), e.g.:
+ git log v1.4.4.. configure.ac