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

pablo at netfilter.org pablo at netfilter.org
Mon Jun 25 16:10:38 CEST 2007


Author: pablo at netfilter.org
Date: 2007-06-25 16:10:38 +0200 (Mon, 25 Jun 2007)
New Revision: 6887

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


Added: trunk/homepage/output/projects/iptables/files/changes-iptables-1.3.8.txt
===================================================================
--- trunk/homepage/output/projects/iptables/files/changes-iptables-1.3.8.txt	                        (rev 0)
+++ trunk/homepage/output/projects/iptables/files/changes-iptables-1.3.8.txt	2007-06-25 14:10:38 UTC (rev 6887)
@@ -0,0 +1,83 @@
+- Fix build error of conntrack match
+	[Yasuyuki Kozakai]
+
+- Remove whitespace in ip6tables.c
+	[Yasuyuki Kozakai]
+
+- `-p all' and `-p 0' should be allowed in ip6tables
+	[Yasuyuki Kozakai]
+
+- hashlimit doc update
+	[Jan Engelhardt]
+
+- add --random option to DNAT and REDIRECT
+	[Patrick McHardy]
+
+- Makefile uses POSIX conform directory check
+	[Roy Marples]
+
+- Fix missing newlines in iptables-save/restore output
+	[Pavol Rusnak]
+
+- Update quota manpage for SMP
+	[Phil Oester]
+
+- Output for unspecified proto is `all' instead of `0'
+	[Phil Oester]
+
+- Fix iptables-save with --random option
+	[Patrick McHardy]
+
+- Remove unnecessary IP_NAT_RANGE_PROTO_RANDOM ifdefs
+	[Patrick McHardy]
+
+- Remove libnsl from LDLIBS
+	[Patrick McHardy]
+
+- Fix problem with iptables-restore and quotes
+	[Pablo Neira Ayuso]
+
+- Remove unnecessary includes
+	[Patrick McHardy]
+
+- Fix --modprobe parameter
+	[Maurice van der Pot]
+
+- ip6tables-restore should output error of modprobe after failed to load
+	[Yasuyuki Kozakai]
+
+- Add random option to SNAT
+	[Eric Leblond]
+
+- Fix missing space in error message
+	[Patrick McHardy]
+
+- Fixes for manpages of tcp, udp, and icmp{,6}
+	[Yasuyuki Kozakai]
+
+- Add ip6tables mh extension
+	[Masahide Nakamura]
+
+- Fix tcpmss manpage
+	[Patrick McHardy]
+
+- Add ip6tables TCPMSS extension
+	[Arnaud Ebalard]
+
+- Add UDPLITE multiport support
+	[Patrick McHardy]
+
+- Fix missing space in ruleset listing
+	[Patrick McHardy]
+
+- Remove extensions for unmaintained/obsolete patchlets
+	[Patrick McHardy]
+
+- Fix greedy debug grep
+	[Patrick McHardy]
+
+- Fix type in manpage
+	[Thomas Aktaia]
+
+- Fix compile/install error for iptables-xml with DO_MULTI=1
+	[Lutz Jaenicke]

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


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

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


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

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


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

Modified: trunk/homepage/xml/layout.xml
===================================================================
--- trunk/homepage/xml/layout.xml	2007-06-25 12:22:34 UTC (rev 6886)
+++ trunk/homepage/xml/layout.xml	2007-06-25 14:10:38 UTC (rev 6887)
@@ -116,11 +116,14 @@
 			</tocentry>
 		</tocentry>
 		<tocentry page="news.xml" filename="news.html">
+			<tocentry id="toc-news-2007-06-21" href="/news.html#2007-06-21">
+				<title>2007-06-21: iptables-1.3.8</title>
+				<titleabbrev>iptables-1.3.8</titleabbrev>
+			</tocentry>
 			<tocentry id="toc-news-2007-05-23" href="/news.html#2007-05-23">
 				<title>2007-05-23: conntrack-tools release</title>
 				<titleabbrev>conntrack-tools release</titleabbrev>
 			</tocentry>
-
 			<tocentry id="toc-news-2007-05-22" href="/news.html#2007-05-22">
 				<title>2007-05-22: libnetfilter_conntrack release</title>
 				<titleabbrev>libnetfilter_conntrack release</titleabbrev>

Modified: trunk/homepage/xml/news.xml
===================================================================
--- trunk/homepage/xml/news.xml	2007-06-25 12:22:34 UTC (rev 6886)
+++ trunk/homepage/xml/news.xml	2007-06-25 14:10:38 UTC (rev 6887)
@@ -15,6 +15,19 @@
 <section>
 <title>News &amp; Announcements</title>
 
+<section id="2007-06-25">
+<title>2007-Jun-25</title>
+<blockquote>
+<section>
+<title>iptables release</title>
+<para>The netfilter core team has released <olink targetdoc="projects-iptables-downloads" targetptr="iptables-1.3.8">iptables-1.3.8</olink> that contains lots
+of accumulated bugfixes, manpage updates, and support for IPv6-MH, TCPMSS and
+port randomization for NAT. Upgrade is recommended.
+</para>
+</section>
+</blockquote>
+</section>
+
 <section id="2007-05-23">
 <title>2007-May-23</title>
 <blockquote>

Modified: trunk/homepage/xml/projects/iptables/downloads.xml
===================================================================
--- trunk/homepage/xml/projects/iptables/downloads.xml	2007-06-25 12:22:34 UTC (rev 6886)
+++ trunk/homepage/xml/projects/iptables/downloads.xml	2007-06-25 14:10:38 UTC (rev 6887)
@@ -5,7 +5,7 @@
 <webpage id="projects-iptables-downloads" lang="en">
 <config param="desc" value="Releases"/>
 <head>
-	<title>iptables Releasese of the netfilter/iptables project</title>
+	<title>iptables Release of the netfilter/iptables project</title>
 	<titleabbrev>Downloads</titleabbrev>
 	<summary>iptables Downloads offered by the netfilter/iptables project</summary>
 </head>
@@ -13,6 +13,32 @@
 <section id="iptables">
 <title>iptables Releases </title>
 
+<section id="iptables-1.3.8">
+<title>2007-Jun-25: iptables-1.3.8</title>
+<para>
+	iptables 1.3.8 has been released:
+	<simplelist>
+	<member>
+		<ulink url="files/changes-iptables-1.3.8.txt">ChangeLog</ulink> 
+	</member>
+	<member>
+		<ulink url="files/iptables-1.3.8.tar.bz2">
+			iptables-1.3.8.tar.bz2
+		</ulink>: <ulink url="files/iptables-1.3.8.tar.bz2.sig">
+			GPG signature
+		</ulink> (<ulink url="/files/coreteam-gpg-key-2D0987E6.txt">key</ulink>) :
+		md5sum 0a9209f928002e5eee9cdff8fef4d4b3
+	</member>
+	<member>
+		<ulink url="files/patch-iptables-1.3.7-1.3.8.bz2">
+			Patch against 1.3.7
+		</ulink>: md5sum 9906197e9acfd7488802b991de78b2b2
+	</member>
+	</simplelist>
+</para>
+</section>
+
+
 <section id="iptables-1.3.7">
 <title>2006-Dec-04: iptables-1.3.7</title>
 <para>




More information about the netfilter-cvslog mailing list