2005-07-31  Sergey Poznyakoff  <gray@gnu.org.ua>

	* icmp.h,icmp_address.c,icmp_cksum.c,icmp_echo.c,
	icmp_timestamp.c,libping.c,ping.h: Updated FSF postal mail
	address. 
	* Makefile.am: Remove ansi2knr. Add copyleft header. Update
	INCLUDES.

2005-07-30  Sergey Poznyakoff  <gray@gnu.org.ua>

	* libping.c (ping_init): Use PING_DEFAULT_INTERVAL
	* ping.h (PING_INTERVAL): Renamed to to
	PING_DEFAULT_INTERVAL
	(PING_PRECISION,PING_SET_INTERVAL): New defines

2005-07-29  Sergey Poznyakoff  <gray@gnu.org.ua>

	* libicmp/libping.c (ping_set_count,ping_set_interval)
	(ping_set_packetsize): Second argument is size_t
	* libicmp/ping.h: Likewise

2005-01-21  Alfred M. Szmidt  <ams@gnu.org>

	* Makefile.am (INCLUDES): Variable removed.

2005-01-20  Alfred M. Szmidt  <ams@gnu.org>

	* libping.c: Comply with GCS.	
	(_ping_packetsize): Rewritten.

2003-11-10  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* libping.c (ping_recv): Check icmp ID only
	for replies. Use more detailed check for other
	packet types.

2003-04-21  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* libping.c (ping_recv): Placed checksum and id
	test before the switch.

2002-02-10  Jeff Bailey  <jbailey@outpost.dnsalias.org>

	* Makefile.am: Add -I$(top_builddir)/include to INCLUDES

2001-08-11  Sergey Poznyakoff  <gray@farlep.net>

        * icmp.h: Fixed coding style to comply with GNU.
	* icmp_address.c: Likewise.
	* icmp_cksum.c: Likewise.
	* icmp_echo.c: Likewise.
	* icmp_timestamp.c: Likewise.
	* libping.c: Likewise.
	* ping.h: Likewise.

2001-06-20  Sergey Poznyakoff  <gray@farlep.net>
	Patches by Alain:
	* icmp_cksum.c,icmp_echo.c,icmp_timestamp.c,libping.c:
		use <signal.h> instead of <sys/signal.h>,
		truncate pid_t before using as ping_ident.

2001-06-19  Sergey Poznyakoff  <gray@farlep.net>
	* icmp_timestamp.c: forgotten to commit yesterday :^)
	* ping.h: changed counters in struct PING from int to longs.
	* icmp.h,libping.c,

2001-06-18  Sergey Poznyakoff  <gray@farlep.net>
	* Makefile.am: added icmp_address.c
	* icmp_address.c: added.
	* icmp.h: added new protos
	* icmp_echo.c: eliminated unused variable
	* icmp_timestamp.c: implemented
	* libping.c: changes too numerous to mention.
	* ping.h: reflect changes to libping.c

2001-06-13  Sergey Poznyakoff  <gray@farlep.net>
	* libicmp(Makefile.am, icmp.h, icmp_cksum.c, icmp_echo.c,
	  icmp_timestamp.c,libping.c,ping.h): added to repository.
	  Currently it is more libping than libicmp, I will be adding
          required functionality latter.

