]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
COMMIT_NOTES: notice to check for soversion bumps
authorJan Engelhardt <jengelh@medozas.de>
Thu, 25 Jun 2009 19:33:23 +0000 (21:33 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Fri, 26 Jun 2009 19:13:10 +0000 (21:13 +0200)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
COMMIT_NOTES

index 7583facd3416d7fe49e5fba3aeb6cb84367f6562..592808c58d08c500ffac8e9d2491d6df033ada09 100644 (file)
@@ -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