COMMIT_NOTES 863 B

12345678910111213141516171819
  1. A quick list of rules for committing stuff into netfilter git:
  2. - Always add an appropriate description, in git format
  3. (i.e. first line is a summary)
  4. - Please try to include references to bugs when the description does not
  5. include total discussion coverage or when the bug report is external to
  6. netfilter-devel, e.g.
  7. "Closes: netfilter bugzilla #123", or
  8. "Reference: http://bugs.{debian,gentoo}.org/..."
  9. - If you touch any parts of libxtables (xtables.c, include/xtables.h.in),
  10. make sure the so-version is updated _appropriately_ (i.e. read the
  11. libtool manual about Versioning:: first, if need be) in configure.ac.
  12. Adding fields to a struct always entails a vcurrent bump.
  13. - Check, whether a bump (vcurrent,vage) has already been made since the
  14. last release (no more than one per release), e.g.:
  15. git log v1.4.4.. configure.ac