

--------------------------------------------------------------------------------

  Library for ethernet bridge tables
  Version 0.1.0

  Copyright 2005 by Jens Gtze
  All rights reserved.

--------------------------------------------------------------------------------


Changes from 0.0.4 to 0.1.0

  2005-04-06: Jens Gtze <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 Gtze <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 Gtze <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 Gtze <jens@1in1.de>

    - add a second test


