File: COMMIT_NOTES

package info (click to toggle)
iptables 1.4.8-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,696 kB
  • ctags: 3,860
  • sloc: ansic: 30,115; sh: 10,372; makefile: 132
file content (19 lines) | stat: -rw-r--r-- 863 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
A quick list of rules for committing stuff into netfilter git:

- Always add an appropriate description, in git format
  (i.e. first line is a summary)

- Please try to include references to bugs when the description does not
  include total discussion coverage or when the bug report is external to
  netfilter-devel, e.g.
  "Closes: netfilter bugzilla #123", or
  "Reference: http://bugs.{debian,gentoo}.org/..."

- 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.
  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