summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-24 01:29:33 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-08-24 01:29:33 +0200
commit2964aba637fede36e89a3b6c4330767438a3b619 (patch)
tree9ee5894aa19ceb7d7eba5d9143ff93b7ae77cf6e
parenta4cc50373fbe27c973f95628fc142efec14e05cf (diff)
Import ax25-tools 0.0.5 from tarballax25-tools-0.0.5
-rw-r--r--ChangeLog12
-rw-r--r--INSTALL2
-rw-r--r--README12
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
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 <csmall@small.dropbear.id.au> 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 <csmall@small.dropbear.id.au>
+ --Craig Small <csmall@small.dropbear.id.au> Tue, 10 Aug 1999 11:44:19 +1000,
ax25-tools (0.0.3)
@@ -26,5 +32,9 @@ ax25-tools (0.0.2)
-- Craig Small <csmall@small.dropbear.id.au> 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 <csmall@small.dropbear.id.au>
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 <csmall@small.dropbear.id.au>
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)