summaryrefslogtreecommitdiffstats
path: root/userspace/libebtc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/libebtc/ChangeLog')
-rw-r--r--userspace/libebtc/ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/userspace/libebtc/ChangeLog b/userspace/libebtc/ChangeLog
new file mode 100644
index 0000000..72e878d
--- /dev/null
+++ b/userspace/libebtc/ChangeLog
@@ -0,0 +1,50 @@
+
+
+--------------------------------------------------------------------------------
+
+ Library for ethernet bridge tables
+ Version 0.1.0
+
+ Copyright 2005 by Jens Götze
+ All rights reserved.
+
+--------------------------------------------------------------------------------
+
+
+Changes from 0.0.4 to 0.1.0
+
+ 2005-04-06: Jens Götze <jens@1in1.de>
+
+ - add function ebtc_target_jumptochain for standard targets (for
+ std->verdict)
+ - bugfix in ebtc_delete_chain: wrong adjust in chain list
+
+
+Changes from 0.0.3 to 0.0.4
+
+ 2005-04-05: Jens Götze <jens@1in1.de>
+
+ - add same useful marcos to header file
+ - bugfix in ebtc.c: free got invalid pointer in end of ebtc_commit
+ - bugfix in ebtc.c: in ebtc_commit was handle not fully cleaned. this was
+ caused by a too small size with memset and had as consequence some
+ pointers was wrongly initialized.
+ - add entry check before append, insert or replace a entry.
+ - rename header file to libebtc.h
+
+
+Changes from 0.0.2 to 0.0.3
+
+ 2005-04-05: Jens Götze <jens@1in1.de>
+
+ - modifications in function ebtc_commit: counter refresh for not changed
+ rules, after EBT_SO_SET_ENTRIES
+
+
+Changes from 0.0.1 to 0.0.2
+
+ 2005-04-04: Jens Götze <jens@1in1.de>
+
+ - add a second test
+
+