diff --git a/.cvsignore b/.cvsignore index 43ab821..16107b7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -9,3 +9,4 @@ iptables-1.4.4.tar.bz2 iptables-1.4.5.tar.bz2 iptables-1.4.6.tar.bz2 iptables-1.4.7.tar.bz2 +iptables-1.4.8.tar.bz2 diff --git a/iptables.spec b/iptables.spec index cdba494..d51f83c 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,7 +1,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities -Version: 1.4.7 -Release: 2%{?dist} +Version: 1.4.8 +Release: 1%{?dist} Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -163,6 +163,27 @@ fi %{_libdir}/pkgconfig/xtables.pc %changelog +* Fri Jul 2 2010 Thomas Woerner 1.4.8-1 +- new version 1.4.8 all new features of 2.6.34 (rhbz#) + - extensions: REDIRECT: fix --to-ports parser + - iptables: add noreturn attribute to exit_tryhelp() + - extensions: MASQUERADE: fix --to-ports parser + - libxt_comment: avoid use of IPv4-specific examples + - libxt_CT: add a manpage + - iptables: correctly check for too-long chain/target/match names + - doc: libxt_MARK: no longer restricted to mangle table + - doc: remove claim that TCPMSS is limited to mangle + - libxt_recent: add a missing space in output + - doc: add manpage for libxt_osf + - libxt_osf: import nfnl_osf program + - extensions: add support for xt_TEE + - CT: fix --ctevents parsing + - extensions: add CT extension + - libxt_CT: print conntrack zone in ->print/->save + - xtables: fix compilation when debugging is enabled + - libxt_conntrack: document --ctstate UNTRACKED + - iprange: fix xt_iprange v0 parsing + * Wed Mar 24 2010 Thomas Woerner 1.4.7-2 - added default values for IPTABLES_STATUS_VERBOSE and IPTABLES_STATUS_LINENUMBERS in init script diff --git a/sources b/sources index 75979f8..35a7ee9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -645941dd1f9e0ec1f74c61918d70d52f iptables-1.4.7.tar.bz2 +697ed89f37af4473a5f6349ba2700f2d iptables-1.4.8.tar.bz2