summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-06 16:59:28 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-06 16:59:28 +0000
commit627d9a90cf98a7cc083e80798accaf18337f0afa (patch)
tree894bd53de560de5b3bc17834c3f9c1c65afd30e4
parent43c203254916f4cacba96d14b494d80cdb87d8f6 (diff)
Bump version to 0.0.8-rc1.ax25-apps-0.0.8-rc1
-rw-r--r--ChangeLog9
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
3 files changed, 19 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 043987e..d2ad4bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+ax25-apps (0.0.8)
+ * Fix numerous build warnings and errors on modern systems.
+ * Switch to more modern autoconf and automake to fix build issues on
+ many modern systems.
+ * Fix various application crashes.
+ * Support for UNIX98 pseudo terminals.
+ * New option -S to silence call for use in shell scripts.
+
ax25-apps (0.0.7)
* Added opentrac to listen, Thanks to Scott Miller
* More autobreak nightmares
-
ax25-apps (0.0.6)
* listen can decode INP Packets. Thanks to Jeroen Vreeken
* Added \n to flexdump after "Poll" and "data" - Alexandre Fornieles
diff --git a/configure b/configure
index 298b12e..416b2c5 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 libax25 0.0.7.
+# Generated by GNU Autoconf 2.59 for libax25 0.0.8-rc1.
#
# Report bugs to <linux-hams@vger.kernel.org>.
#
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='libax25'
PACKAGE_TARNAME='libax25'
-PACKAGE_VERSION='0.0.7'
-PACKAGE_STRING='libax25 0.0.7'
+PACKAGE_VERSION='0.0.8-rc1'
+PACKAGE_STRING='libax25 0.0.8-rc1'
PACKAGE_BUGREPORT='linux-hams@vger.kernel.org'
ac_unique_file="ax25ipd/config.c"
@@ -954,7 +954,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 libax25 0.0.7 to adapt to many kinds of systems.
+\`configure' configures libax25 0.0.8-rc1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1020,7 +1020,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libax25 0.0.7:";;
+ short | recursive ) echo "Configuration of libax25 0.0.8-rc1:";;
esac
cat <<\_ACEOF
@@ -1159,7 +1159,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-libax25 configure 0.0.7
+libax25 configure 0.0.8-rc1
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1173,7 +1173,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 libax25 $as_me 0.0.7, which was
+It was created by libax25 $as_me 0.0.8-rc1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1817,7 +1817,7 @@ fi
# Define the identity of the package.
PACKAGE='libax25'
- VERSION='0.0.7'
+ VERSION='0.0.8-rc1'
cat >>confdefs.h <<_ACEOF
@@ -21041,7 +21041,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by libax25 $as_me 0.0.7, which was
+This file was extended by libax25 $as_me 0.0.8-rc1, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -21104,7 +21104,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-libax25 config.status 0.0.7
+libax25 config.status 0.0.8-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 9167226..77eecab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT(ax25-apps, 0.0.7, linux-hams@vger.kernel.org)
+AC_INIT(ax25-apps, 0.0.8-rc1, linux-hams@vger.kernel.org)
AC_CONFIG_SRCDIR(ax25ipd/config.c)
AM_INIT_AUTOMAKE