Blame bootstrap_ver/COMMIT_NOTES

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