Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- COMMIT_NOTES | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/COMMIT_NOTES b/COMMIT_NOTES index 7583fac..592808c 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 -- 1.6.3.2 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html