Skip to content

Commit

Permalink
release: prepare and roll 1.4.5
Browse files Browse the repository at this point in the history
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
  • Loading branch information
inaky-intc committed Mar 22, 2011
1 parent f1672ad commit bcc0f95
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,3 +1,11 @@
Changes in v1.4.5:

- automake: fix missing/extra distroed files

- autoconf: add silent mode

- wimaxll_cb_ctx: move to internal.h to wimaxll.h (fixing bug #20)

Changes in v1.4.4:

- Misc small fixes
Expand Down
20 changes: 10 additions & 10 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.66 for WiMAX low level tools 1.4.4.
# Generated by GNU Autoconf 2.66 for WiMAX low level tools 1.4.5.
#
# Report bugs to <linux-wimax@intel.com>.
#
Expand Down Expand Up @@ -562,8 +562,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='WiMAX low level tools'
PACKAGE_TARNAME='wimax-tools'
PACKAGE_VERSION='1.4.4'
PACKAGE_STRING='WiMAX low level tools 1.4.4'
PACKAGE_VERSION='1.4.5'
PACKAGE_STRING='WiMAX low level tools 1.4.5'
PACKAGE_BUGREPORT='linux-wimax@intel.com'
PACKAGE_URL=''

Expand Down Expand Up @@ -1305,7 +1305,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.4.4 to adapt to many kinds of systems.
\`configure' configures WiMAX low level tools 1.4.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1375,7 +1375,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of WiMAX low level tools 1.4.4:";;
short | recursive ) echo "Configuration of WiMAX low level tools 1.4.5:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1502,7 +1502,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
WiMAX low level tools configure 1.4.4
WiMAX low level tools configure 1.4.5
generated by GNU Autoconf 2.66
Copyright (C) 2010 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1826,7 +1826,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.4.4, which was
It was created by WiMAX low level tools $as_me 1.4.5, which was
generated by GNU Autoconf 2.66. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2642,7 +2642,7 @@ fi
# Define the identity of the package.
PACKAGE='wimax-tools'
VERSION='1.4.4'
VERSION='1.4.5'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -11647,7 +11647,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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.4.4, which was
This file was extended by WiMAX low level tools $as_me 1.4.5, which was
generated by GNU Autoconf 2.66. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -11713,7 +11713,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
WiMAX low level tools config.status 1.4.4
WiMAX low level tools config.status 1.4.5
configured by $0, generated by GNU Autoconf 2.66,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
AC_INIT([WiMAX low level tools], [1.4.4],
AC_INIT([WiMAX low level tools], [1.4.5],
[linux-wimax@intel.com], [wimax-tools])
AC_CONFIG_SRCDIR([lib/internal.h])
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit bcc0f95

Please sign in to comment.