summaryrefslogtreecommitdiffstats
path: root/ax25ipd/HISTORY.ax25ipd
diff options
context:
space:
mode:
Diffstat (limited to 'ax25ipd/HISTORY.ax25ipd')
-rw-r--r--ax25ipd/HISTORY.ax25ipd49
1 files changed, 49 insertions, 0 deletions
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 <pid>"
+ * 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)
+ */