summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-06 16:38:10 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-06 16:38:10 +0000
commit5f31bca972deca185371225aed43a0ded1dc73f5 (patch)
treed557136224ef2add34a4ed39c2df2c57b7cc4617
parent5503548a6f0ec2123ad74e3e1b6de944c83672e5 (diff)
Bump version number to 0.0.10-rc1.ax25-tools-0.0.10-rc1
-rw-r--r--ChangeLog14
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
3 files changed, 25 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index f759c4b..5c5c8b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ax25-tools (0.0.10)
+ * Version number 0.0.10 was used for several years in CVS. To avoid
+ confusion we decieded to not make a 0.0.9 tarball release.
+ * Fixed numerous build warnings and errors with modern distributions
+ and compilers and other functional errors.
+ * Support for UNIX98 pseudo terminals.
+ * Support UNIX authentication for axspawn logins.
+ * Axspawn now support Hufman compression.
+ * An IP address is no longer mandatory for nrattach, kissattach.
+ * kissparms now allows to send a raw value to the driver and to set
+ the CRC mode by command line option.
+
+ -- Ralf Baechle DL5RB <ralf@linux-mips.org> Sat, 6 Jun 2009 17:36:01 +0100
+
ax25-tools (0.0.9)
* Fix for mkiss pid problem
* Removed inline statesment in hdrvcomm.c
diff --git a/configure b/configure
index 4c068ff..7aaa725 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for ax25-tools 0.0.9.
+# Generated by GNU Autoconf 2.59 for ax25-tools 0.0.10-rc1.
#
# Report bugs to <linux-hams@vger.kernel.org>.
#
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='ax25-tools'
PACKAGE_TARNAME='ax25-tools'
-PACKAGE_VERSION='0.0.9'
-PACKAGE_STRING='ax25-tools 0.0.9'
+PACKAGE_VERSION='0.0.10-rc1'
+PACKAGE_STRING='ax25-tools 0.0.10-rc1'
PACKAGE_BUGREPORT='linux-hams@vger.kernel.org'
ac_unique_file="ax25/ax25d.c"
@@ -788,7 +788,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures ax25-tools 0.0.9 to adapt to many kinds of systems.
+\`configure' configures ax25-tools 0.0.10-rc1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -854,7 +854,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ax25-tools 0.0.9:";;
+ short | recursive ) echo "Configuration of ax25-tools 0.0.10-rc1:";;
esac
cat <<\_ACEOF
@@ -979,7 +979,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-ax25-tools configure 0.0.9
+ax25-tools configure 0.0.10-rc1
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -993,7 +993,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by ax25-tools $as_me 0.0.9, which was
+It was created by ax25-tools $as_me 0.0.10-rc1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1637,7 +1637,7 @@ fi
# Define the identity of the package.
PACKAGE='ax25-tools'
- VERSION='0.0.9'
+ VERSION='0.0.10-rc1'
cat >>confdefs.h <<_ACEOF
@@ -7528,7 +7528,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by ax25-tools $as_me 0.0.9, which was
+This file was extended by ax25-tools $as_me 0.0.10-rc1, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7591,7 +7591,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-ax25-tools config.status 0.0.9
+ax25-tools config.status 0.0.10-rc1
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 6851626..c64aa06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT(ax25-tools, 0.0.9, linux-hams@vger.kernel.org)
+AC_INIT(ax25-tools, 0.0.10-rc1, linux-hams@vger.kernel.org)
AC_CONFIG_SRCDIR(ax25/ax25d.c)
AM_INIT_AUTOMAKE