summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-03-16 13:40:51 +0000
committerHarald Welte <laforge@gnumonks.org>2001-03-16 13:40:51 +0000
commit10c6888656e6a1d3e236c89ca070471885266245 (patch)
tree0747a7965c05aeb6b6689e6398d9b7664625b600
parent8a6831a7781bf86b65ac233578eb90838de66087 (diff)
release-diff for 1.2.1v1.2.1
- added libipulog / libiptc to devel target - added changelog for 1.2.1 - updated index.html for 1.2.1 - added reference to Oskar Andreasson's tutorial
-rw-r--r--Makefile2
-rw-r--r--TODO5
-rw-r--r--libiptc/Makefile2
3 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 72726f63..b10561a5 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ ifndef KERNEL_DIR
KERNEL_DIR=/usr/src/linux
endif
NETFILTER_VERSION:=1.2.1
-OLD_NETFILTER_VERSION:=1.1.2
+OLD_NETFILTER_VERSION:=1.2
# Waiting for inclusions in the kernel tree.
PENDING_PATCHES:=tos-fix.patch dropped-table.patch seqoffset.patch irc-conntrack-nat.patch
diff --git a/TODO b/TODO
index a5108096..0cac0848 100644
--- a/TODO
+++ b/TODO
@@ -4,12 +4,12 @@ Currently maintained by Harald Welte <laforge@gnumonks.org>
Please inform me, if you want to work on any of the TODO items, so I
can update this list and thus prevent two people doing the same work.
-CVS ID: $Id: TODO,v 1.23 2001/02/22 12:01:55 laforge Exp $
+CVS ID: $Id: TODO,v 1.24 2001/02/28 11:15:01 laforge Exp $
IMPORTANT before iptables-1.2.1 release:
X generic tcp sequence number offset support for nat helpers [HW]
X prerelease make target (for applying certain p-o-m stuff) [RR]
-- header files in seperate directory, build all extensions, even
+X header files in seperate directory, build all extensions, even
when current kernel not patched [RR]
X restore counters for individual rules (iptables / iptables-restore) [HW]
- add libipulog / libiptc to DEVEL target [RR]
@@ -42,6 +42,7 @@ X integrate PSD target / port it as match [HW]
- ip_nat_ident module
- provide daily CVS snapshots via fto [HW]
- 10.1.2.3.4 is accepted as a valid IP address by iptables -s / -d ?
+- make iptables / ip6tables use the same codebase (as libiptc)
======================================================================
[RR] Paul 'Rusty' Russel <rusty@linuxcare.com.au>
diff --git a/libiptc/Makefile b/libiptc/Makefile
index a37fa99d..b8a36c58 100644
--- a/libiptc/Makefile
+++ b/libiptc/Makefile
@@ -2,6 +2,8 @@
EXTRAS+=libiptc/libiptc.a
+DEVEL_LIBS+=libiptc/libiptc.a
+
ifndef TOPLEVEL_INCLUDED
local:
cd .. && $(MAKE) $(KERN_TARGETS) $(SHARED_LIBS) $(EXTRAS)