diff options
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2008-12-14 23:11:24 -0800 |
---|---|---|
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2008-12-14 23:11:24 -0800 |
commit | 8a56f1152b640b90022d6515592cb766b789cb85 (patch) | |
tree | d2803bb61f9627066785de7fd46b60cf8418b7cc | |
parent | 1b9377f225c126746fb2e71a400699b91193d432 (diff) |
release: v1.3.98
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
-rw-r--r-- | CHANGELOG | 13 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 24 insertions, 11 deletions
@@ -6,3 +6,16 @@ Changes in v1.3.96: - Remove deprecated libwimax interface, all clients should have moved to libwimaxll. + +Changes in v1.3.97: + + - Move to use a single WiMAX family for all the adapters (following + the kernel as requested by the community). Interfaces are now + addresed with an attribute indicating the interface index. + +Changes in v1.3.98: + + - Make callbacks seen by the user take a void pointer instead of an + specific type that has to be wrapped. + + - Namespace cleanups. @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for WiMAX low level tools 1.3.97. +# Generated by GNU Autoconf 2.61 for WiMAX low level tools 1.3.98. # # Report bugs to <linux-wimax@intel.com>. # @@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='WiMAX low level tools' PACKAGE_TARNAME='wimax-tools' -PACKAGE_VERSION='1.3.97' -PACKAGE_STRING='WiMAX low level tools 1.3.97' +PACKAGE_VERSION='1.3.98' +PACKAGE_STRING='WiMAX low level tools 1.3.98' PACKAGE_BUGREPORT='linux-wimax@intel.com' ac_unique_file="lib/internal.h" @@ -1407,7 +1407,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 low level tools 1.3.97 to adapt to many kinds of systems. +\`configure' configures WiMAX low level tools 1.3.98 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1477,7 +1477,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of WiMAX low level tools 1.3.97:";; + short | recursive ) echo "Configuration of WiMAX low level tools 1.3.98:";; esac cat <<\_ACEOF @@ -1594,7 +1594,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -WiMAX low level tools configure 1.3.97 +WiMAX low level tools configure 1.3.98 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1608,7 +1608,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 low level tools $as_me 1.3.97, which was +It was created by WiMAX low level tools $as_me 1.3.98, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2299,7 +2299,7 @@ fi # Define the identity of the package. PACKAGE='wimax-tools' - VERSION='1.3.97' + VERSION='1.3.98' cat >>confdefs.h <<_ACEOF @@ -20761,7 +20761,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 low level tools $as_me 1.3.97, which was +This file was extended by WiMAX low level tools $as_me 1.3.98, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20814,7 +20814,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -WiMAX low level tools config.status 1.3.97 +WiMAX low level tools config.status 1.3.98 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index 60835bd..8faed4f 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([WiMAX low level tools], [1.3.97], +AC_INIT([WiMAX low level tools], [1.3.98], [linux-wimax@intel.com], [wimax-tools]) AC_CONFIG_SRCDIR([lib/internal.h]) AM_INIT_AUTOMAKE |