#############################################################################
##  |\   ======   /|  ##           noarp - MasarLabs ARP Filter            ##
##  |__\========/__|  ##      filters and drops unwanted ARP requests      ##
##  |\            /|  ##  ===============================================  ##
##  |  \        /  |  ##           Maurizio Sartori (c) 2002-2004          ##
##  |    \    /    |  ##  ===============================================  ##
##  |    /=\/=\    |  ##                    Written  by                    ##
##  |  /========\  |  ##              Maurizio Sartori 'masar'             ##
##  |/   ======   \|  ##            e-mail:  masar@MasarLabs.com           ##
#############################################################################
## $Id: ChangeLog 215 2004-12-16 15:50:06Z svn $
#############################################################################
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
##
#############################################################################

2004-12-16  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 2.0.2
        * Updated to work with kernel 2.6.9.

2004-09-02  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 2.0.1
        * Updated to work with kbuild of kernel 2.6.8.

2004-03-04  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 2.0.0
        * New main version for Linux kernel 2.6.x only
        * With this version kernel 2.4.x is not supported.

2003-11-03  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 1.2.3
        * Minor documentation changes in README (again :-))

2003-10-31  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 1.2.2
        * Minor documentation changes in README and man page

2003-09-30  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 1.2.1
        * Added check for running kernel version in configure.ac
        * Fixed mcount initialization value

2003-09-24  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 1.2.0
        * Solved the "observer" problem (thanks to Harley A. Stenzel);
          the noarp module did not correctly suppressed the selection of the
          VIP as the sender IP address in arp requests. This leaded to the
          back-end host updating all arp cache entries on the local net for
          the VIP with the mac of the back-end host.
        * changed syntax of "add" in noarpctl to solve the above problem
        * changed internal structures in noarp.o to solve the above problem

2003-06-10  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 1.1.5
        * Minor text fix and copyright changes

2003-05-22  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 1.1.4
        * Removed -Werror and -Wnested-externs to let RH9 compile

2003-01-07  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 1.1.3
        * Added check for kernel netfiltering in configure.ac
        * Updated README file

2002-12-19  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 1.1.2
        * Changed way to check for modversions in configure.ac

2002-12-19  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 1.1.1
        * Corrected error locating <linux/netfilter_arp.h> in configure.ac

2002-12-18  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 1.1.0
        * Added automake, autoconf support
        * Added 'check' and 'list' commands to noarpctl
        * Added NOARP_IOCTL_CHECKENTRY ioctl function to noarp.o
        * Added 'in' and 'out' drop counters
        * Added output filtering
        * Added 'filter_input', 'filter_output', 'verbosity' module
          parameters to noarp.o
        * Spelling corrections (thanks to Sbastien Bonnet)

2002-11-28  Maurizio Sartori  <masar@Masarlabs.com>

        * Version 1.0.0
        * First revision

