summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2010-09-30 12:37:19 -0700
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2010-10-02 00:33:06 -0700
commit412c241764510ddac1148334b3b50a333021061c (patch)
tree378c5a950c2e83a236698d46e1d18839750cc8b3
parentfdbad51d1f587df88b75b1fa4121ab729de17243 (diff)
release: roll 1.5.1
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
-rw-r--r--CHANGELOG8
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
3 files changed, 19 insertions, 11 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7717054..792440a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+Changes in [1.]5.1
+ - fix build issues (especially on other arches)
+ - cleanups: killed a lot of compile warnings, still many left; many
+ thanks to Dan Williams
+ - move to use libeap >= 0.7 (patches in http://linuxwimax.org)
+ - fix bug 15 http://linuxwimax.org/bugzilla/show_bug.cgi?id=15
+ - misc small fixes
+
Changes in 5.10.1114
- Fixed merge issue with trace handler in KDapi.c
- Increated shutdown sleep time to 5 seconds before sending SIGKILL
diff --git a/configure b/configure
index 253d2d3..aa5baa4 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.63 for wimax 1.5.
+# Generated by GNU Autoconf 2.63 for wimax 1.5.1.
#
# Report bugs to <wimax-linux@wimaxlinux.org>.
#
@@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='wimax'
PACKAGE_TARNAME='wimax'
-PACKAGE_VERSION='1.5'
-PACKAGE_STRING='wimax 1.5'
+PACKAGE_VERSION='1.5.1'
+PACKAGE_STRING='wimax 1.5.1'
PACKAGE_BUGREPORT='wimax-linux@wimaxlinux.org'
# Factoring default headers for most tests.
@@ -1498,7 +1498,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 wimax 1.5 to adapt to many kinds of systems.
+\`configure' configures wimax 1.5.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1568,7 +1568,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of wimax 1.5:";;
+ short | recursive ) echo "Configuration of wimax 1.5.1:";;
esac
cat <<\_ACEOF
@@ -1701,7 +1701,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-wimax configure 1.5
+wimax configure 1.5.1
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1715,7 +1715,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by wimax $as_me 1.5, which was
+It was created by wimax $as_me 1.5.1, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -2564,7 +2564,7 @@ fi
# Define the identity of the package.
PACKAGE='wimax'
- VERSION='1.5'
+ VERSION='1.5.1'
cat >>confdefs.h <<_ACEOF
@@ -12623,7 +12623,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by wimax $as_me 1.5, which was
+This file was extended by wimax $as_me 1.5.1, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -12686,7 +12686,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-wimax config.status 1.5
+wimax config.status 1.5.1
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index b657067..e684bfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wimax],[1.5],[wimax-linux@wimaxlinux.org])
+AC_INIT([wimax],[1.5.1],[wimax-linux@wimaxlinux.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign tar-ustar])
AC_PROG_CC
AC_PROG_LIBTOOL