[netfilter-cvslog] r6671 - in trunk/homepage: output/projects/iptables/files xml xml/projects/iptables

laforge at netfilter.org laforge at netfilter.org
Thu Sep 28 19:40:54 CEST 2006


Author: laforge at netfilter.org
Date: 2006-09-28 19:40:53 +0200 (Thu, 28 Sep 2006)
New Revision: 6671

Added:
   trunk/homepage/output/projects/iptables/files/changes-iptables-1.3.6.txt
   trunk/homepage/output/projects/iptables/files/iptables-1.3.6.tar.bz2
   trunk/homepage/output/projects/iptables/files/iptables-1.3.6.tar.bz2.sig
   trunk/homepage/output/projects/iptables/files/patch-iptables-1.3.5-1.3.6.bz2
Modified:
   trunk/homepage/xml/news.xml
   trunk/homepage/xml/projects/iptables/downloads.xml
Log:
iptables-1.3.6 release


Added: trunk/homepage/output/projects/iptables/files/changes-iptables-1.3.6.txt
===================================================================
--- trunk/homepage/output/projects/iptables/files/changes-iptables-1.3.6.txt	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/changes-iptables-1.3.6.txt	2006-09-28 17:40:53 UTC (rev 6671)
@@ -0,0 +1,109 @@
+Bugs fixed since 1.3.5:
+
+- Fix segfault on loading of invalid counters in ip[6]tables-restore
+  [ Bugzilla #437, Olaf Rempel ]
+
+- Fix double-free if a single match is used multiple times within a single rule
+  [ Bugzilla #440, Harald Welte ]
+
+- Don't try to resolve "-p all" using getprotoent()
+  [ Bugzilla #446, Harald Welte ]
+
+- Refuse never matching protocol specifications for ip6tables
+  [ Yasuyuki Kozakai ]
+
+- Fix iptables-save output of osf match
+  [ Daniel De Graaf ]
+
+- Fix esp/connbytes detection with newer kernels (x_tables)
+  [ Harald Welte ]
+
+- Fix loading of IPCMv6 match shared library
+  [ Yasuyuki Kozakai ]
+
+- Refuse invalid esp match SPI ranges 
+  [ Yasuyuki Kozakai ]
+
+- Fix out-of-bounds memory access when the unsupported "check" command was used
+  [ Bugzilla #463, Larry Stefani, Harald Welte ]
+
+- Fix out-of-bounds memory access when the "-c" option was used
+  [ Bugzilla #462, Larry Stefani, Harald Welte ]
+
+- Fix "Unknown error 4294967295" message
+  [ Bugzilla #460, Patrick McHardy ]
+
+- Use lower-case letters for realm match output
+  [ Simon Lodal ]
+
+- Fix example in connlimit manpage
+  [ Phil Oester ]
+
+- Refuse IP addresses as arguments to REDIRECT target
+  [ Bugzilla #482, Phil Oester ]
+
+- Fix set match negation
+  [ Jozsef Kadlecsik ]
+
+- Fix some compiler warnings
+  [ Bugzilla #457, Phil Oester ]
+
+- Refuse port ranges in ip6tables multiport match
+  [ Bugzilla #451, Phil Oester ]
+
+- Force user to specify --ipcmv6-type if ipcmv6 match is used
+  [ Bugzilla #461, Yasuyuki Kozakai ]
+
+- Fix libiptc symbol clash
+  [ Bugzilla #456, Phil Oester ]
+
+- Remove "hoho" message
+  [ Pierre-Yves Ritschard ]
+
+- Handle CIDR notation more sanely
+  [ Bugzilla #422, Phil Oester ]
+
+- Fix chain reference increment bug
+  [ Jesper Brouer ]
+
+- Fix counter clearing for policy counters
+  [ Bugzilla #502, Andy Gay ]
+
+- Remove warnings about interface names with non-alphanumeric characters
+  [ Patrick McHardy ]
+
+New features since 1.3.5:
+
+- Support multiple matches of the same type within a single rule
+  [ Jozsef Kadlecsik ]
+
+- DCCP/SCTP support for multiport match (needs kernel >= 2.6.18)
+  [ Patrick McHardy ]
+
+- SELinux SECMARK target (needs kernel >= 2.6.18)
+  [ James Morris ]
+
+- SELinux CONNSECMARK target (needs kernel >= 2.6.18)
+  [ James Morris ]
+
+- Add documentation for DNAT target :<port> syntax
+  [ Evan Miller ]
+
+- Add new exit value to indicate concurrency issues
+  [ Jesper Dangaard Brouer ]
+
+- Use gcc to build shared objects
+  [ Bugzilla #454, Phil Oester ]
+
+- Update quota match for version in current kernel, fix -D (needs kernel >= 2.6.18)
+  [ Phil Oester ]
+
+- Update MARK target documentation to include --and-mask/--or-mask
+  [ Eric Leblond ]
+
+- Add support for statistic match (needs kernel >= 2.6.18)
+  [ Patrick McHardy ]
+
+- Optionally read realm values from /etc/iproute2/rt_realms
+  [ Simon Lodal ]
+

Added: trunk/homepage/output/projects/iptables/files/iptables-1.3.6.tar.bz2
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/iptables-1.3.6.tar.bz2
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/homepage/output/projects/iptables/files/iptables-1.3.6.tar.bz2.sig
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/iptables-1.3.6.tar.bz2.sig
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/homepage/output/projects/iptables/files/patch-iptables-1.3.5-1.3.6.bz2
===================================================================
(Binary files differ)


Property changes on: trunk/homepage/output/projects/iptables/files/patch-iptables-1.3.5-1.3.6.bz2
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/homepage/xml/news.xml
===================================================================
--- trunk/homepage/xml/news.xml	2006-09-20 08:32:25 UTC (rev 6670)
+++ trunk/homepage/xml/news.xml	2006-09-28 17:40:53 UTC (rev 6671)
@@ -15,6 +15,19 @@
 <section>
 <title>News &amp; Announcements</title>
 
+<section id="2006-09-28">
+<title>2006-Sep-28</title>
+<blockquote>
+<section>
+<title>New iptables 1.3.6 release</title>
+<para>The netfilter core team has released 
+<olink targetdoc="projects-iptables-downloads" targetptr="iptables-1.3.6">iptables-1.3.6</olink>.
+The 1.3.6 version is a maintainance release that contains accumulated bugfixes against iptables-1.3.5.
+</para>
+</section>
+</blockquote>
+</section>
+
 <section id="2006-01-31">
 <title>2006-Jan-31</title>
 <blockquote>
@@ -28,7 +41,6 @@
 </blockquote>
 </section>
 
-
 <section id="2006-01-25">
 <title>2006-Jan-25</title>
 <blockquote>

Modified: trunk/homepage/xml/projects/iptables/downloads.xml
===================================================================
--- trunk/homepage/xml/projects/iptables/downloads.xml	2006-09-20 08:32:25 UTC (rev 6670)
+++ trunk/homepage/xml/projects/iptables/downloads.xml	2006-09-28 17:40:53 UTC (rev 6671)
@@ -13,6 +13,32 @@
 <section id="iptables">
 <title>iptables Releases </title>
 
+<section id="iptables-1.3.6">
+<title>2006-Sep-28: iptables-1.3.6</title>
+<para>
+	iptables 1.3.6 has been released:
+	<simplelist>
+	<member>
+		<ulink url="files/changes-iptables-1.3.6.txt">ChangeLog</ulink> 
+	</member>
+	<member>
+		<ulink url="files/iptables-1.3.6.tar.bz2">
+			iptables-1.3.6.tar.bz2
+		</ulink>: <ulink url="files/iptables-1.3.6.tar.bz2.sig">
+			GPG signature
+		</ulink> (<ulink url="/files/coreteam-gpg-key.txt">key</ulink>) :
+		md5sum 077e886a9c90a11bb47f3d7a4fc4a689
+	</member>
+	<member>
+		<ulink url="files/patch-iptables-1.3.5-1.3.6.bz2">
+			Patch against 1.3.5
+		</ulink>: md5sum 960a79626bc23ba58dcc9beeeceb8393
+	</member>
+	</simplelist>
+</para>
+</section>
+
+
 <section id="iptables-1.3.5">
 <title>2006-Jan-31: iptables-1.3.5</title>
 <para>




More information about the netfilter-cvslog mailing list