summaryrefslogtreecommitdiffstats
path: root/userspace/libebtc/ChangeLog
blob: 72e878dea3f37baaf3ca04ad30414b875e5bbb8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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