~csurbhi/ubuntu/maverick/iptables/iptable-fix.600195

« back to all changes in this revision

Viewing changes to upstream/changes-iptables-1.2.6a.txt

  • Committer: Bazaar Package Importer
  • Author(s): Laurence J. Lane
  • Date: 2004-06-15 20:38:42 UTC
  • Revision ID: james.westby@ubuntu.com-20040615203842-o4o634vwht1cix5k
Tags: 1.2.9-10
* Closes: #246037, added default logging level to man pages, requested
  by Max Vozeler. Thanks.
* conslidated all man page patches to 003-man_pages.patch.
* added 006-64_32.patch, CVS pull, Sparc64 and HPPA makefile clean up
  for 64/32-bit builds. Reported by Igor Genibel. Thanks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
iptables v1.2.6a (== fixed 1.2.6) Changelog
 
2
======================================================================
 
3
This version requires kernel >= 2.4.4
 
4
This version recommends kernel >= 2.4.18
 
5
 
 
6
Bugs Fixed from 1.2.5:
 
7
 
 
8
- Fix iptables segfault problem when using `!' without argument
 
9
        [ Dionis Papavramidis, Harald Welte ]
 
10
- Fix PSD match for psd-delay-threshold > 100
 
11
        [ Steven Coenen, Dennis Koslowski ]
 
12
- ip6tables alignment fixes 
 
13
        [ Andreas Herrmann ]
 
14
- patch-o-matic:
 
15
        - Fix NAT-related bug in TCP window tracking code
 
16
                [ Jozsef Kadlecsik ]
 
17
        - Fix support for DNAT of locally-originated connections (NAT in
 
18
          LOCAL_OUT) 
 
19
                [ Henrik Nordstrom, Harald Welte ]
 
20
        - Fix string match (is now SMP safe)
 
21
                [ Gianni Tedesco ]
 
22
        - Fix TFTP conntrack/nat helper (now also catches first packet)
 
23
                [ Magnus Boden ]
 
24
 
 
25
Changes from 1.2.5:
 
26
 
 
27
- Added global PREFIX makefile variable for all paths
 
28
        [ Harald Welte ]
 
29
- If compiled without any COPT_FLAGS, debugging is disabled.  To enable
 
30
  debugging, use -DIPTC_DEBUG
 
31
        [ Harald Welte ]
 
32
- New ip6tables-restore and ip6tables-save manpage
 
33
        [ Andras Kis-Szabo ] 
 
34
- Sync ip6tables-restore and ip6tables-save with iptables-restore
 
35
        [ Andras Kis-Szabo ]
 
36
- Sync ip6tables with iptables
 
37
        [ Andras Kis-Szabo ]
 
38
- mangle table attaches now to all five netfilter hooks
 
39
        [ Brad Chapman, Harald Welte ]
 
40
- iptables and ip6tables manpage updates
 
41
        [ Herve Eychenne ]
 
42
- patch-o-matic program now supports removal of already-applied patches
 
43
        [ Bob Hockney ]
 
44
- patch-o-matic program now supports patches to the userspace extensions
 
45
        [ Fabrice Marie ]
 
46
- patch-o-matic:
 
47
        - Extend recent match to support multiple recent lists
 
48
                [ Stephen Frost ]
 
49
        - New GRE and PPTP connection tracking and NAT helper
 
50
                [ Harald Welte ]
 
51
        - New CONNMARK target for marking all packets within one connection
 
52
                [ Henrik Nordstrom ]
 
53
        - New conntrack match, enables matching on more conntrack informatin
 
54
          than state
 
55
                [ Marc Boucher ]
 
56
        - New DSCP match and target (DSCP header field obsoletes TOS)
 
57
                [ Harald Welte ]
 
58
        - New owner match extension: Match on process name
 
59
                [ Marc Boucher ]
 
60
        - Add support for bitwise AND / OR manipulation on nfmark
 
61
                [ Fabrice Marie ]
 
62
        - New experimental patch for disabling TCP connection tracking pickup
 
63
                [ Harald Welte ]
 
64
        - Add support for SACK in all NAT helpers
 
65
                [ Harald Welte ]
 
66
        - Make eggdrop botnet connection tracking support work with eggdrop
 
67
          v1.6.x 
 
68
                [ Magnus Sandin ]
 
69
        - Add support to REJECT for sending icmp-unreachable messages
 
70
          from a fake source address
 
71
                [ Fabrice Marie ]
 
72
        - Add support for ntalk2 to talk NAT helper
 
73
                [ Jozsef Kadlecsik ]
 
74
        - Big update to newnat patch
 
75
                [ Jozsef Kadlecsik, Paul P Komkoff ]
 
76