Skip to content

Commit

Permalink
COMMIT_NOTES: notice to check for soversion bumps
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
  • Loading branch information
Jan Engelhardt committed Jun 26, 2009
1 parent c284de5 commit add2457
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion COMMIT_NOTES
Expand Up @@ -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

0 comments on commit add2457

Please sign in to comment.