From 2964aba637fede36e89a3b6c4330767438a3b619 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 24 Aug 1999 01:29:33 +0200 Subject: Import ax25-tools 0.0.5 from tarball --- ChangeLog | 12 +++++++++++- INSTALL | 2 +- README | 12 +++++------- configure | 2 +- configure.in | 2 +- 5 files changed, 19 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3a9baaa..eb1a422 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ax25-tools (0.0.5) + + * Added Tomi's patch to correctly detect broken headers + + -- Craig Small Mon, 23 Aug 1999 12:41:12 +1000 + ax25-tools (0.0.4) * Changed kissattach so that it demands an IP address @@ -7,7 +13,7 @@ ax25-tools (0.0.4) * configure checks for linux/dmascc.h * kiss/Makefile.am uses ln -sf instead of ln -s - - Tue, 10 Aug 1999 11:44:19 +1000, Craig Small + --Craig Small Tue, 10 Aug 1999 11:44:19 +1000, ax25-tools (0.0.3) @@ -26,5 +32,9 @@ ax25-tools (0.0.2) -- Craig Small 21 April 1999 +ax25-tools (0.0.1) + * Initial version from Terry Dawson's code, split from the old ax25-utils package. Uses new ntoa aton calls. + + -- Craig Small diff --git a/INSTALL b/INSTALL index 008d3f2..e367a18 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Installation Instructions for AX.25 Tools ========================================= -To make this library you will need the following: +To make these programs you will need the following: glibc2.1 (Debian 2.1.1-5 or RedHat glibc-2.1.2-3) A Modern kernel (2.2.x) libtool diff --git a/README b/README index 3a5dd0f..293e64f 100644 --- a/README +++ b/README @@ -1,14 +1,12 @@ AX25 Tools ========== -You are supposed to use glibc 2.1 (libc6 unstable libraries) for this -package. I have attempted to cater for glibc 2.0 users here. +Note that kissattch has changed its command line format slight. While the +old format will work, the -i option is now, err, not optional. This was +done to stop the million or so emails we get on linux-hams email list +saying why do people get axports unconfigured even after a kissattach +command. -More specifically, it is recommended that you use a glibc newer than -2 May 1999, I believe Debian libc6 package 2.1.1-5 will do. - -These tools were built on a Debian system, potato release, the libraries -are libc6 2.1.1-10, libax25 0.0.5 and ncurses 4.2-3.2. Kernel is 2.2.10 - Craig Small diff --git a/configure b/configure index cd8df65..7831278 100755 --- a/configure +++ b/configure @@ -522,7 +522,7 @@ fi -VERSION=0.0.4 +VERSION=0.0.5 PACKAGE=ax25-tools ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do diff --git a/configure.in b/configure.in index 9c1f8e6..f6946f7 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(ax25/ax25d.c) dnl For automake -VERSION=0.0.4 +VERSION=0.0.5 PACKAGE=ax25-tools AM_INIT_AUTOMAKE($PACKAGE,$VERSION) -- cgit v1.2.3