Blame COMMIT_NOTES

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