2004-01-15  Michal Ludvig  <mludvig@suse.cz>

	* src/racoon/isakmp.c: Don't try to bind to IPv6 multicast addresses.
	* src/racoon/isakmp_inf.c: Prevent unauthorized deletion of SA
	  (reported on bugtraq, fixed by itojun).
	* src/racoon/plog.c: Fix racoon segfault on AMD64 (backport from 
	  mainline).
	* bootstrap: Don't require older versions of autoconf & co.
	* src/racoon/config.{sub,guess}: Update to recognize AMD64.
	* configure.ac: Bump up version to 0.2.3 (yes, we're getting closer).
	* src/racoon/main.c: Ditto.
	* src/racoon/crypto_openssl.c: Enhance support for OpenSSL 0.9.7
	  (by Brian Buesker <bbuesker@qualcomm.com>
	   and Christophe Saout <christophe@saout.de>)
	* NEWS: Update for 0.2.3

2004-01-07  Michal Ludvig  <michal@logix.cz>

	* src/setkey/token.l, src/setkey/parse.y: Add support for lifetime 
 	  specified in bytes (by Michal Ludvig).
	* src/setkey/setkey.8: Document -bh/-bs options for the above feature.

2004-01-07  Michal Ludvig  <michal@logix.cz>

	* src/racoon/proposal.c: Be more verbose.

2004-01-02  Michal Ludvig  <michal@logix.cz>

	* src/racoon/cfparse.y: Flush SA on SIGHUP
	  (by Brian Buesker <bbuesker@qualcomm.com>)
	* src/racoon/pfkey.c: IPcomp fixes
	  (by Brian Buesker <bbuesker@qualcomm.com>)
	* src/racoon/proposal.c: Fix typo lifebyte -> lifetime.
	* src/racoon/grabmyaddr.c: Prevent segfault if getifaddrs() returns
	  an entry with NULL ifa_addr (Michal Ludvig).
	* configure.ac: Change path to kernel headers 
	  from /usr/src/devel-2.5/devel to /usr/src/linux

2003-06-20  Derek Atkins  <derek@ihtfp.com>

	* src/racoon/aclocal.m4:
	* src/racoon/configure:
	  Don't execute "for i in $3" if "$3" doesn't exist.
	  Fixes bug #721296.
	
2003-03-13  Derek Atkins  <derek@ihtfp.com>

	* rpm/ipsec-tools.spec.in: Bill Nottingham's SPEC-file patch:
	  This switches it to use %{_lib} (for /lib64 systems such as
	  x86-64 and s390x, and has it own the /etc/racoon directory in
	  the package as well.
	
---------------------------------------------

	0.2.2 released

2003-03-13  Derek Atkins  <derek@ihtfp.com>

	* configure.am, NEWS:
	  Update for 0.2.2 release

	* Makefile.am: distribute depcomp
	
2003-03-10  Derek Atkins  <derek@ihtfp.com>

	* src/racoon/Makefile.in: add @LEXLIB@ to the LIBS line to make
	  sure we link against the lexer library when necessary.
	
2003-03-07  Derek Atkins  <derek@ihtfp.com>

	* configure.am:
	* Makefile.am:
	* rpm/Makefile.am:
	* rpm/ipsec-tools.spec.in:
	  Added RPM SPEC to CVS
	
---------------------------------------------

	0.2.1 released

2003-03-07  Derek Atkins  <derek@ihtfp.com>

	* src/racoon/configure.in:  change "CFLAGS" to "CPPFLAGS" for
	  ssl include directory, to make sure the other tests work properly.

2003-03-06  Derek Atkins  <derek@ihtfp.com>

	* src/racoon/kmpstat.c:  fix gcc-3.2.2 compiler warning

	* src/racoon/configure.in:  look for krb5-config and don't
	  use it if it's not found.  Fixes a configure-time warning.
	
--------------------------------------------

	0.2 Released
