Tag 'v1.4.9' created by Patrick McHardy <[email protected]> at 2010-08-03 15:55 
-0700

iptables 1.4.9 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkxYLf4ACgkQQYf4ZS0Jh+bHfwCcDtk2bvDmtfycWPnnZ9MH2HiD
ueIAn2n8JTpflp7y7npNXCRKkMNCqUsD
=dWdN
-----END PGP SIGNATURE-----

Changes since v1.4.8:
Adam Nielsen (1):
      extensions: add the LED target

Eric Dumazet (1):
      extensions: REDIRECT: add random help

Jan Engelhardt (10):
      utils: add missing include flags to Makefile
      doc: xt_string: correct copy-and-pasting in manpage
      doc: xt_hashlimit: fix a typo
      doc: xt_LED: nroff formatting requirements
      includes: sync header files from Linux 2.6.35-rc1
      xtables: another try at chain name length checking
      xtables: remove xtables_set_revision function
      libxt_hashlimit: always print burst value
      libxt_conntrack: do print netmask
      xt_quota: also document negation

Jozsef Kadlecsik (1):
      libxt_set: new revision added

Luciano Coelho (2):
      extensions: libxt_rateest: fix typo in the man page
      extensions: libxt_rateest: fix bps options for iptables-save

Patrick McHardy (5):
      Revert "Revert "Merge branch 'iptables-next'""
      Merge branch 'master' of git://dev.medozas.de/iptables
      Merge branch 'master' of git://dev.medozas.de/iptables
      Merge branch 'master' of vishnu.netfilter.org:/data/git/iptables
      Bump version to 1.4.9

Samuel Ortiz (1):
      extensions: libxt_quota.c: Support option negation

Shan Wei (2):
      xt_sctp: Trace DATA chunk that supports SACK-IMMEDIATELY extension
      xt_sctp: support FORWARD_TSN chunk type

---
 extensions/libipt_SET.c                |  164 ----------
 extensions/libipt_SET.man              |   18 -
 extensions/libipt_set.c                |  160 ----------
 extensions/libipt_set.h                |  119 -------
 extensions/libipt_set.man              |   23 -
 include/linux/netfilter_ipv4/ip_set.h  |  498 ---------------------------------
 include/linux/netfilter_ipv4/ipt_set.h |   21 -
 configure.ac                           |    4 
 extensions/libipt_REDIRECT.c           |    3 
 extensions/libxt_LED.c                 |  155 ++++++++++
 extensions/libxt_LED.man               |   30 +
 extensions/libxt_SET.c                 |  286 ++++++++++++++++++
 extensions/libxt_SET.man               |   18 +
 extensions/libxt_TEE.c                 |  202 +++++++++++++
 extensions/libxt_TEE.man               |   12 
 extensions/libxt_conntrack.c           |   16 -
 extensions/libxt_hashlimit.c           |    6 
 extensions/libxt_hashlimit.man         |    2 
 extensions/libxt_quota.c               |    6 
 extensions/libxt_quota.man             |    3 
 extensions/libxt_rateest.c             |    6 
 extensions/libxt_rateest.man           |    8 
 extensions/libxt_sctp.c                |    5 
 extensions/libxt_sctp.man              |    4 
 extensions/libxt_set.c                 |  250 ++++++++++++++++
 extensions/libxt_set.h                 |  147 +++++++++
 extensions/libxt_set.man               |   23 +
 extensions/libxt_string.man            |    4 
 include/linux/kernel.h                 |   62 ++++
 include/linux/netfilter/x_tables.h     |   30 +
 include/linux/netfilter/xt_CONNMARK.h  |   22 -
 include/linux/netfilter/xt_MARK.h      |    6 
 include/linux/netfilter/xt_TEE.h       |   12 
 include/linux/netfilter/xt_connmark.h  |   11 
 include/linux/netfilter/xt_mark.h      |    4 
 include/linux/netfilter/xt_recent.h    |    7 
 include/linux/netfilter/xt_set.h       |  110 +++++++
 include/linux/netfilter_ipv6.h         |    1 
 include/xtables.h.in                   |    1 
 ip6tables-restore.c                    |    4 
 ip6tables.c                            |   12 
 iptables-restore.c                     |    4 
 iptables.c                             |   15 
 utils/Makefile.am                      |    2 
 xtables.c                              |   18 -
 45 files changed, 1415 insertions(+), 1099 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to