Wed Nov 17 14:17:24 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)

	* AmiTCP (kern/uipc_socket.c, kern/uipc_socket2.c):
	Fixed a bug inherited from the BSDSS4 code. Selecting processes
	were never woken up if they did not have the asynchronous mode
	set.

Sun Nov 14 15:53:11 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)

	* AmiTCP (kern/amiga_log.c):
	Fixed off by one errors in log date and month names.

	* rhslip (device_funcs.c)
	Changed AddTail() to Enqueue() for the write packets, so that they
	will be sent in priority order. Note that Enqueue will queue
	packets with same priority in FIFO order. (rev bumped to 37.6).

Sat Nov 13 06:28:09 1993  Pekka Pessi  (ppessi@beta.hut.fi)

	* NapsaTerm:
	Fixed a nasty bug causing gurus when a window couldn't be opened.
	Added a resource "pubScreenName" used to select public screen.

Fri Nov 12 01:29:20 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)

	* EmacsTCP
	Added forms.el(c) and background.el(c) to the distribution, so
	that the Emacs gopher.el can be used out-of-the-box.

	* netinclude
	Added the protocol headers from BSD net2 to dir
	netinclude/protocols.
	Added Sana2 assembler header files.

Sun Nov  7 02:11:22 1993  Pekka Pessi  (ppessi@lk-hp-14.hut.fi)

	* src/amitcp/kern/amiga_main.c
	The version tag is updated.

	* src/amitcp/net/sana2arp.c, src/amitcp/net/sana2arp.h,
	  netinclude/net/if_arp.h, src/util/arp/arp.c:
	Added arptable dumping facility (arp -a).
	  
	* src/amitcp/sys/systm.h, src/amitcp/kern/amiga_log.h, 
	  src/amitcp/kern/amiga_log.c, src/amitcp/kern/subr_prf.c:
	Added csprintf(), a sprintf() replacement with known buffer size.

	* AmiTCP (kern/amiga_config.h, kern/amiga_config.c,
	  kern/amiga_cstat.c, kern/config_var.awk, kern/variables.src):
  	Added routing table dump.

	* AmiTCP (net/if_sana.c, net/if_sana.h, net/sana2copybuff.c):
	The Sana-II device is automatically marked `up' when it is put
	`online'. A LOWDELAY IP packets are given higher priority IO
	requests. 
 
AmiTCP/IP Release 2.1: (released 21.10.1993)
===========================================

Thu Oct 21 04:31:56 1993  Pekka Pessi  (ppessi@lk-hp-8.hut.fi)

	* src/appl/ls/ls.c: 
	  Added errno, otherwise network autonint will be linked with it.

	* AmiTCP:
	  Added in_cksum() in assembler. Approx 3 times faster than
	  C-version. Use A68k to compile it.

        * src/util/inetd/inetd.c: 
	  Added a real version tag. Changed the machtime() to use
	  gettimeofday() -- now returns GMT if available.

Mon Oct 18 08:14:36 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)

	* netlib: Added new files:
	  timerinit.c - autoinitialization module for TimerBase + timezone info
	  gettimeofday.c - gettimeofday() with timezone capabilities.

Sat Oct 16 01:27:16 1993  Pekka Pessi  (ppessi@lk-hp-10.hut.fi)

	* README.FIRST (FILES): Moved installation help to `HowToInstall'.

	* Install_Amitcp: Copies now the old configuration, if it exists.

	* GNUMakefile: Added new files and icons to release.

Fri Oct 15 03:50:41 1993  Pekka Pessi  (ppessi@lk-hp-3.hut.fi)

	* Install_AmiTCP: added passwd and group installing, changed the
	  way EmacsTcp and Napsaterm are installed. Installer has now the
	  path bin/installer.

	* src/util/netstat: Some formatting is added, also printing TCP
	  server sockets is optional.

	* src/appl/Smakefile: Added finger.

	* db/inetd.conf: Changed fingerd path to amitcp:serv/in.fingerd.

	* src/appl/fingerd: Made the fingerd to use finger (with APipe:).
	
	* src/appl/finger: Ported finger application from BSD net2.

	* src/netlib: Changed compilation mechanism, added debugging
	  libraries (e.g. gnet.lib, autoinitd.go). Small fixes to
	  getpasswdent.c and getgroupent.c, minor modifications to
	  autoinitd.c and serveraccept.c.

Wed Oct 13 16:52:46 1993  Pekka Pessi  (ppessi@lk-hp-11.hut.fi)

	* GNUmakefile (FILES): Made some major changes in the file and
	  directory structure. Moved network applications and devices to
	  their own directories. Included rhslip.device and ls to the
	  distribution.

	* Added passwd and group database handling routines to the
	  net.lib. Added example databases to AmiTCP:db.

Wed Sep 15 01:17:23 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)

	* AmiTCP (API)
	  Fixed bug in WaitSelect(). Before it could return random bits in
	  the fd_sets.

Fri Sep 10 02:49:51 1993  Pekka Pessi  (ppessi@lk-hp-13.hut.fi)

	* Napsaterm: fixed a bug with OOB data handling, which hanged
	  Napsaterm sometimes.

	  Default window title is now the name of the remote host. Got a
	  patch from trossi, a public screen can be used with -S switch.

	* AmiTCP (kern/amiga_log.[hc], kern/subr_prf.c):
	  Added a timestamp to the log messages.

	* AmiTCP (kern/kern_synch.c): Fixed a bug in the timer message
	  handling. It is handled now with WaitIO().

	* AmiTCP (Network Interfaces, net/if.c): 
	  Fixed (?) bug with SIOCGIFCONF ioctl's (it returned the
	  interface name in the old style format).

Wed Sep 8 20:04:00 1993  Tomi Ollila  (too@lk-hp-21)

	* AmiTCP (API):
	  Fixed bugs in gethostbyaddr(). Now hostname is '\0' terminated
	  and alias and address lists NULL terminated.

Fri Sep 3 10:11:00 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)

	* env/sana2/slip0.config & env/sana2/cslip0.config
	  Removed the `CD' switch from these example configuration files.

AmiTCP/IP Release 2.0: (released 13.8.1993)
===========================================

Fri Aug  6 18:21:19 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)

	* AmiTCP (SANA-II Interface):
	Added AbortSanaIO() to the net/if_sana.c to support buggy
	SANA-II drivers, which expect to get unit pointer as an 
	argument for their AbortIO() entry.

	* Netinclude:
	Fixed error in Release(CopyOf)Socket() parameters (names were
	in opposite order). 

Thu Aug  5 01:16:48 1993  Pekka Pessi  (ppessi@lk-hp-19.hut.fi)

	* netinclude/net:
	Removed sockaddr_sana2 from if.h (it's private).

Wed Aug  4 00:51:32 1993  Pekka Pessi  (ppessi@lk-hp-12.hut.fi)

	* COPYRIGHTS file:
	Added Niftyterm copyright and SANA-II copyright

	* netinclude/devices:
	Moved Sana-II header files into netinclude:

Mon Aug  2 00:26:15 1993  Pekka Pessi  (ppessi@lk-hp-10.hut.fi)

	* Added Napsaterm to the distribution (again..). Removed some
	files from the Agnet distribution.

Fri Jul 30 16:21:50 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)

	* Distribution
	Added Agnet to the distribution.

Wed Jul 28 19:02:26 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)

	* AmiTCP (configuration)
	Fixed inet_aton() calls in kern/amiga_netdb.c. Before the
	internet address checks had no effect.

Mon Jul 26 16:32:10 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-11)

	* AmiTCP (ARexx interface)
	Changed ARexx port name from 'NETTRACE' to 'AMITCP'.

Mon Jul 19 17:46:13 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-10)

	* AmiTCP (SANA-II interface)
	Added Sana-II tags for the Arcnet (untested).

	* netlib (autoinit.c, autoinitd.c)
	Removed requirement for exact version match in hope that new
	versions will be compatible with the old ones from now on.
	Minimum acceptable version is now 2.

Wed Jul 14 22:50:32 1993  Pekka Pessi  (ppessi@lk-hp-12.hut.fi)

	* netinclude:pragmas/socket_pragmas.h 
	Updated pragmas for the library version 2 

	* util:
	Fixed utilities using ioctl()

	* netinclude:sys/ioctl.h, ami/api/amiga_generic.c:
	Changed interface ioctl codes.

	* db:
	Fixed typos, added an example of passwd file (for fingerd)

	* inetd:
	Imported full source set including SCOPTIONS. Fixed some minor
 	bugs. 

Sun Jun 20 15:43:28 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-12)

	* inetd
	Fixed bug that crashed the machine when an internal service with
	own process was started.

Wed Jun 16 19:24:21 1993  Tomi Ollila  (too@lk-hp-20)

	* netlib
	Added charread and lineread modules (charread is actually
	a macro package and is located only in netinclude).

Tue Jun 15 01:18:07 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-20)

	* AmiTCP (SANA-II interface)
	'networks/' prefix for the SANA-II drivers not needed any more by
	the ifconfig.

Mon Jun 14 02:52:40 1993  Jarno Tapio Rajahalme  (jraja@lk-hp-12)

	* AmiTCP (configuration):
	Added WITH command to the netdb. Intact Unix database files
	can now be included.

	* AmiTCP (configuration):
	Changed netdb HOST entries to Unix format.

Before dawn of this ChangeLog  Tomi Ollila  (too@lk-hp-14)

       * AmiTCP (api)
       Added Dup2Socket(). 

       * AmiTCP (api)
       Changed every netdatabase function, Inet_NtoA() and WaitSelect()
       to use separate buffers in SocketBase.

