From aa112083f850e1b6c5c6ed9c9e59a568ff66a000 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 8 Jul 1999 06:46:27 +0200 Subject: Import ax25-apps 0.0.2 from tarball --- ax25ipd/HISTORY.ax25ipd | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 ax25ipd/HISTORY.ax25ipd (limited to 'ax25ipd/HISTORY.ax25ipd') diff --git a/ax25ipd/HISTORY.ax25ipd b/ax25ipd/HISTORY.ax25ipd new file mode 100644 index 0000000..f4a28cd --- /dev/null +++ b/ax25ipd/HISTORY.ax25ipd @@ -0,0 +1,49 @@ +/* + * HISTORY: + * + * 0.2.1 First distribution. + * + * 0.2.2 Comments, documentation, increased routing table to 128. + * + * 0.3.0 Added the "myalias" stuff, and began work on a beacon + * mechanism. + * Added support for the SIGHUP signal. Now a "kill -1 " + * will make ax25ip re-read the config file and restart. + * + * 0.3.1 Now can specify the internet host by internet number as + * well as host name. + * + * 0.4.0 Removed "autoadd" references + * Added support for sending and listening on UDP sockets. + * Added "SIGUSR" handler for dumping statistics on demand. + * The Beacon frame is computed only once. + * Any I/O errors will result in an exit()... This should be + * fixed, specially for the UDP socket, but for the moment + * this prevents errors from going wild and consuming vast + * amounts of system and user time. + * Fixed a bug in the KISSEMIT macro (thanks Jim Durham) + * Added support for both termio and termios (thanks Jim Durham) + * + * 0.4.1 added a generic "io_error" routine to handle errors in the + * main processing loop. This is in hopes of building a mech- + * anism that can deal with temporary network failures in a + * more robust fashion. + * + * 0.4.2 added support for the BSD sgtty method for setting and + * controlling the serial port. + * + * 1.0.0 modifications to bring ax25ip into line with the standard + * linux ax25 tools distribution. (vk5xxx) + * + * 1.0.1 various cleanups and changes ... now called ax25ipd + * added prototypes, fork's itself ... (vk5xxx) + * + * 1.0.2 Incorporated patch allowing wildcarding of ax.25 callsigns. + * The old method required a route for every call/ssid + * combination. (thanks to John Woolner. Wildcarding to be + * enhanced later ... + * + * July97 Added support for broadcast addresses and routes. + * Converted route array to a linked list and removed the + * maximum route limitations. (vk2ktj) + */ -- cgit v1.2.3