All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE]: Release of iptables-1.4.4
@ 2009-06-16 11:54 Patrick McHardy
  2009-06-16 13:05   ` Gabor Z. Papp
  0 siblings, 1 reply; 13+ messages in thread
From: Patrick McHardy @ 2009-06-16 11:54 UTC (permalink / raw)
  To: Netfilter Development Mailinglist, Linux Netdev List,
	'netfilter@vger.kernel.org', netfilter

[-- Attachment #1: Type: text/plain, Size: 582 bytes --]

The netfilter coreteam presents:

     iptables version 1.4.4

the iptables release for the 2.6.30 kernel. Changes include:

- support for the new features in the 2.6.30 kernel, namely the
   cluster match and persistent multi-range NAT mappings

- support for the ipset set match and target

- various minor fixes and cleanups

- documentation updates

Version 1.4.4 can be obtained from:

http://www.netfilter.org/projects/iptables/downloads.html
ftp://ftp.netfilter.org/pub/iptables/
git://git.netfilter.org/iptables.git

On behalf of the Netfilter Core Team.
Happy firewalling!

[-- Attachment #2: changes-iptables-1.4.4.txt --]
[-- Type: text/plain, Size: 1308 bytes --]

Frank Tobin (1):
      libxt_tcp: fix a manpage syntax typo

Ian Bruce (1):
      libxt_tcp: manpage corrections and suggestions

Jan Engelhardt (15):
      Add new COMMIT_NOTES document
      xtables: use extern "C"
      extensions: add const qualifiers in print/save functions
      iptables: replace open-coded sizeof by ARRAY_SIZE
      addrtype: fix one manpage type
      manpages: do not include v4-only modules in ip6tables manpage
      libip6t_policy: remove redundant functions
      policy: use direct xt_policy_info instead of ipt/ip6t
      policy: merge ipv6 and ipv4 variant
      build: fix manpage collection
      extensions: use NFPROTO_UNSPEC for .family field
      DNAT/SNAT: add manpage documentation for --persistent flag
      extensions: remove redundant casts
      iptables: close open file descriptors
      manpages: markup corrections

Jozsef Kadlecsik (1):
      Updated set/SET match and target to support multiple ipset protocols.

Pablo Neira Ayuso (2):
      extensions: add `cluster' match support
      xtables: fix segfault if incorrect protocol name is used

Patrick McHardy (2):
      SNAT/DNAT: add support for persistent multi-range NAT mappings
      Merge branch 'stable' of git://dev.medozas.de/iptables

kd6lvw (1):
      libxt_connlimit: initialize v6_mask


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
  2009-06-16 11:54 [ANNOUNCE]: Release of iptables-1.4.4 Patrick McHardy
@ 2009-06-16 13:05   ` Gabor Z. Papp
  0 siblings, 0 replies; 13+ messages in thread
From: Gabor Z. Papp @ 2009-06-16 13:05 UTC (permalink / raw)
  To: Patrick McHardy
  Cc: Netfilter Development Mailinglist, Linux Netdev List,
	'netfilter@vger.kernel.org', netfilter-announce

* Patrick McHardy <kaber@trash.net>:

| The netfilter coreteam presents:

|     iptables version 1.4.4

config.h:#define PACKAGE_VERSION "1.4.3.2"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
@ 2009-06-16 13:05   ` Gabor Z. Papp
  0 siblings, 0 replies; 13+ messages in thread
From: Gabor Z. Papp @ 2009-06-16 13:05 UTC (permalink / raw)
  To: Patrick McHardy
  Cc: Netfilter Development Mailinglist, Linux Netdev List,
	'netfilter@vger.kernel.org', netfilter-announce

* Patrick McHardy <kaber@trash.net>:

| The netfilter coreteam presents:

|     iptables version 1.4.4

config.h:#define PACKAGE_VERSION "1.4.3.2"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
  2009-06-16 13:05   ` Gabor Z. Papp
  (?)
@ 2009-06-16 13:36   ` Patrick McHardy
  2009-06-16 14:30     ` Jan Engelhardt
  -1 siblings, 1 reply; 13+ messages in thread
From: Patrick McHardy @ 2009-06-16 13:36 UTC (permalink / raw)
  To: Gabor Z. Papp
  Cc: Netfilter Development Mailinglist, Linux Netdev List,
	'netfilter@vger.kernel.org', netfilter-announce

Gabor Z. Papp wrote:
> * Patrick McHardy <kaber@trash.net>:
> 
> | The netfilter coreteam presents:
> 
> |     iptables version 1.4.4
> 
> config.h:#define PACKAGE_VERSION "1.4.3.2"
> 

Run configure.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
  2009-06-16 13:36   ` Patrick McHardy
@ 2009-06-16 14:30     ` Jan Engelhardt
  2009-06-16 14:36       ` Jan Engelhardt
  2009-06-16 14:38       ` Patrick McHardy
  0 siblings, 2 replies; 13+ messages in thread
From: Jan Engelhardt @ 2009-06-16 14:30 UTC (permalink / raw)
  To: Patrick McHardy
  Cc: Gabor Z. Papp, Netfilter Development Mailinglist,
	Linux Netdev List, 'netfilter@vger.kernel.org',
	netfilter-announce


On Tuesday 2009-06-16 15:36, Patrick McHardy wrote:
> Gabor Z. Papp wrote:
>> * Patrick McHardy <kaber@trash.net>:
>>
>> | The netfilter coreteam presents:
>>
>> |     iptables version 1.4.4
>>
>> config.h:#define PACKAGE_VERSION "1.4.3.2"
>
> Run configure.

Nope, see `git show v1.4.4:configure.ac`.
AC_INIT in configure.ac was indeed not updated.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
  2009-06-16 14:30     ` Jan Engelhardt
@ 2009-06-16 14:36       ` Jan Engelhardt
  2009-06-16 14:41         ` Thomas Jarosch
  2009-06-16 14:38       ` Patrick McHardy
  1 sibling, 1 reply; 13+ messages in thread
From: Jan Engelhardt @ 2009-06-16 14:36 UTC (permalink / raw)
  To: Patrick McHardy
  Cc: Gabor Z. Papp, Netfilter Development Mailinglist,
	Linux Netdev List, 'netfilter@vger.kernel.org',
	netfilter-announce


On Tuesday 2009-06-16 16:30, Jan Engelhardt wrote:
>On Tuesday 2009-06-16 15:36, Patrick McHardy wrote:
>> Gabor Z. Papp wrote:
>>> * Patrick McHardy <kaber@trash.net>:
>>>
>>> | The netfilter coreteam presents:
>>> |     iptables version 1.4.4
>>>
>>> config.h:#define PACKAGE_VERSION "1.4.3.2"
>>
>> Run configure.
>
>Nope, see `git show v1.4.4:configure.ac`.
>AC_INIT in configure.ac was indeed not updated.

In other words: tagging a revision alone won't do it. Similarly
to the Linux kernel, a specific version bump commit like
07a2039b8eb0af4ff464efd3dfd95de5c02648c6 is needed which is then
tagged.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
  2009-06-16 14:30     ` Jan Engelhardt
  2009-06-16 14:36       ` Jan Engelhardt
@ 2009-06-16 14:38       ` Patrick McHardy
  2009-06-16 14:54         ` Patrick McHardy
  1 sibling, 1 reply; 13+ messages in thread
From: Patrick McHardy @ 2009-06-16 14:38 UTC (permalink / raw)
  To: Jan Engelhardt
  Cc: Gabor Z. Papp, Netfilter Development Mailinglist,
	Linux Netdev List, 'netfilter@vger.kernel.org',
	netfilter-announce

Jan Engelhardt wrote:
> On Tuesday 2009-06-16 15:36, Patrick McHardy wrote:
>   
>> Gabor Z. Papp wrote:
>>     
>>> * Patrick McHardy <kaber@trash.net>:
>>>
>>> | The netfilter coreteam presents:
>>>
>>> |     iptables version 1.4.4
>>>
>>> config.h:#define PACKAGE_VERSION "1.4.3.2"
>>>       
>> Run configure.
>>     
>
> Nope, see `git show v1.4.4:configure.ac`.
> AC_INIT in configure.ac was indeed not updated.
>   

Damn, the release script fooled me. I'll fix up the tarballs.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
  2009-06-16 14:36       ` Jan Engelhardt
@ 2009-06-16 14:41         ` Thomas Jarosch
  2009-06-16 14:54           ` Patrick McHardy
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Jarosch @ 2009-06-16 14:41 UTC (permalink / raw)
  To: Netfilter Development Mailinglist

On Tuesday, 16. June 2009 16:36:43 you wrote:
> On Tuesday 2009-06-16 16:30, Jan Engelhardt wrote:
> >On Tuesday 2009-06-16 15:36, Patrick McHardy wrote:
> >> Gabor Z. Papp wrote:
> >>> * Patrick McHardy <kaber@trash.net>:
> >>> | The netfilter coreteam presents:
> >>> |     iptables version 1.4.4
> >>>
> >>> config.h:#define PACKAGE_VERSION "1.4.3.2"

Besides this small cosmetic matter, I can report that it compiles fine :-)

Thomas


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
  2009-06-16 14:38       ` Patrick McHardy
@ 2009-06-16 14:54         ` Patrick McHardy
  2009-06-16 14:57           ` Jan Engelhardt
  0 siblings, 1 reply; 13+ messages in thread
From: Patrick McHardy @ 2009-06-16 14:54 UTC (permalink / raw)
  To: Jan Engelhardt
  Cc: Gabor Z. Papp, Netfilter Development Mailinglist,
	Linux Netdev List, 'netfilter@vger.kernel.org',
	netfilter-announce

Patrick McHardy wrote:
> Jan Engelhardt wrote:
>> Nope, see `git show v1.4.4:configure.ac`.
>> AC_INIT in configure.ac was indeed not updated.
>>   
>>     
>
> Damn, the release script fooled me. I'll fix up the tarballs.
>   

All should be fixed now, including the git tag.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
  2009-06-16 14:41         ` Thomas Jarosch
@ 2009-06-16 14:54           ` Patrick McHardy
  2009-06-17  7:17             ` Thomas Jarosch
  0 siblings, 1 reply; 13+ messages in thread
From: Patrick McHardy @ 2009-06-16 14:54 UTC (permalink / raw)
  To: Thomas Jarosch; +Cc: Netfilter Development Mailinglist

Thomas Jarosch wrote:
> On Tuesday, 16. June 2009 16:36:43 you wrote:
>   
>> On Tuesday 2009-06-16 16:30, Jan Engelhardt wrote:
>>     
>>> On Tuesday 2009-06-16 15:36, Patrick McHardy wrote:
>>>       
>>>> Gabor Z. Papp wrote:
>>>>         
>>>>> * Patrick McHardy <kaber@trash.net>:
>>>>> | The netfilter coreteam presents:
>>>>> |     iptables version 1.4.4
>>>>>
>>>>> config.h:#define PACKAGE_VERSION "1.4.3.2"
>>>>>           
>
> Besides this small cosmetic matter, I can report that it compiles fine :-)
>   

Thats some good news at least :)


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
  2009-06-16 14:54         ` Patrick McHardy
@ 2009-06-16 14:57           ` Jan Engelhardt
  0 siblings, 0 replies; 13+ messages in thread
From: Jan Engelhardt @ 2009-06-16 14:57 UTC (permalink / raw)
  To: Patrick McHardy
  Cc: Gabor Z. Papp, Netfilter Development Mailinglist,
	Linux Netdev List, 'netfilter@vger.kernel.org',
	netfilter-announce


On Tuesday 2009-06-16 16:54, Patrick McHardy wrote:
>Patrick McHardy wrote:
>> Jan Engelhardt wrote:
>>> Nope, see `git show v1.4.4:configure.ac`.
>>> AC_INIT in configure.ac was indeed not updated.
>>>   
>>>     
>>
>> Damn, the release script fooled me. I'll fix up the tarballs.
>
>All should be fixed now, including the git tag.
>

Note to parties: `git tag -d v1.4.4` is needed if you have the old one, 
as git fetch does not force-update tags by default like it does 
branches.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
  2009-06-16 14:54           ` Patrick McHardy
@ 2009-06-17  7:17             ` Thomas Jarosch
  2009-06-17 12:01               ` Patrick McHardy
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Jarosch @ 2009-06-17  7:17 UTC (permalink / raw)
  To: Patrick McHardy, Netfilter Development Mailinglist

Good morning Patrick,

On Tuesday, 16. June 2009 16:54:36 you wrote:
> > Besides this small cosmetic matter, I can report that it compiles fine
> > :-)
>
> Thats some good news at least :)

Good enough for freshmeat.net? ;-)

Cheers,
Thomas


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ANNOUNCE]: Release of iptables-1.4.4
  2009-06-17  7:17             ` Thomas Jarosch
@ 2009-06-17 12:01               ` Patrick McHardy
  0 siblings, 0 replies; 13+ messages in thread
From: Patrick McHardy @ 2009-06-17 12:01 UTC (permalink / raw)
  To: Thomas Jarosch; +Cc: Netfilter Development Mailinglist

Thomas Jarosch wrote:
> Good morning Patrick,
> 
> On Tuesday, 16. June 2009 16:54:36 you wrote:
>>> Besides this small cosmetic matter, I can report that it compiles fine
>>> :-)
>> Thats some good news at least :)
> 
> Good enough for freshmeat.net? ;-)

Done, thanks for the reminder.

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-06-17 12:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-16 11:54 [ANNOUNCE]: Release of iptables-1.4.4 Patrick McHardy
2009-06-16 13:05 ` Gabor Z. Papp
2009-06-16 13:05   ` Gabor Z. Papp
2009-06-16 13:36   ` Patrick McHardy
2009-06-16 14:30     ` Jan Engelhardt
2009-06-16 14:36       ` Jan Engelhardt
2009-06-16 14:41         ` Thomas Jarosch
2009-06-16 14:54           ` Patrick McHardy
2009-06-17  7:17             ` Thomas Jarosch
2009-06-17 12:01               ` Patrick McHardy
2009-06-16 14:38       ` Patrick McHardy
2009-06-16 14:54         ` Patrick McHardy
2009-06-16 14:57           ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.