aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
Diffstat (limited to 'extension')
-rw-r--r--extension/ChangeLog4
-rw-r--r--extension/build-aux/ChangeLog4
-rwxr-xr-xextension/configure20
-rw-r--r--extension/configure.ac2
-rw-r--r--extension/m4/ChangeLog4
-rw-r--r--extension/po/ChangeLog4
6 files changed, 27 insertions, 11 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index ef4f632c..3d83f77e 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * 5.0.1: Release tar ball made.
+
2019-04-18 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): Add ChangeLog.1 to the list. Ooops.
diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog
index 84b50078..f7abc792 100644
--- a/extension/build-aux/ChangeLog
+++ b/extension/build-aux/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * 5.0.1: Release tar ball made.
+
2019-04-23 Arnold D. Robbins <arnold@skeeve.com>
* config.sub: Updated from GNULIB.
diff --git a/extension/configure b/extension/configure
index 297f24d5..c5dc3be1 100755
--- a/extension/configure
+++ b/extension/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNU Awk Bundled Extensions 5.0.0.
+# Generated by GNU Autoconf 2.69 for GNU Awk Bundled Extensions 5.0.1.
#
# Report bugs to <bug-gawk@gnu.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='GNU Awk Bundled Extensions'
PACKAGE_TARNAME='gawk-extensions'
-PACKAGE_VERSION='5.0.0'
-PACKAGE_STRING='GNU Awk Bundled Extensions 5.0.0'
+PACKAGE_VERSION='5.0.1'
+PACKAGE_STRING='GNU Awk Bundled Extensions 5.0.1'
PACKAGE_BUGREPORT='bug-gawk@gnu.org'
PACKAGE_URL='http://www.gnu.org/software/gawk-extensions/'
@@ -1339,7 +1339,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 GNU Awk Bundled Extensions 5.0.0 to adapt to many kinds of systems.
+\`configure' configures GNU Awk Bundled Extensions 5.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1409,7 +1409,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 5.0.0:";;
+ short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 5.0.1:";;
esac
cat <<\_ACEOF
@@ -1531,7 +1531,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GNU Awk Bundled Extensions configure 5.0.0
+GNU Awk Bundled Extensions configure 5.0.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2003,7 +2003,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 GNU Awk Bundled Extensions $as_me 5.0.0, which was
+It was created by GNU Awk Bundled Extensions $as_me 5.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2872,7 +2872,7 @@ fi
# Define the identity of the package.
PACKAGE='gawk-extensions'
- VERSION='5.0.0'
+ VERSION='5.0.1'
cat >>confdefs.h <<_ACEOF
@@ -15943,7 +15943,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 GNU Awk Bundled Extensions $as_me 5.0.0, which was
+This file was extended by GNU Awk Bundled Extensions $as_me 5.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16011,7 +16011,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="\\
-GNU Awk Bundled Extensions config.status 5.0.0
+GNU Awk Bundled Extensions config.status 5.0.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/extension/configure.ac b/extension/configure.ac
index f6ec3ce6..f4f458cd 100644
--- a/extension/configure.ac
+++ b/extension/configure.ac
@@ -23,7 +23,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU Awk Bundled Extensions],[5.0.0],[bug-gawk@gnu.org],[gawk-extensions])
+AC_INIT([GNU Awk Bundled Extensions],[5.0.1],[bug-gawk@gnu.org],[gawk-extensions])
AC_PREREQ([2.69])
diff --git a/extension/m4/ChangeLog b/extension/m4/ChangeLog
index 9386aa86..3009b395 100644
--- a/extension/m4/ChangeLog
+++ b/extension/m4/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * 5.0.1: Release tar ball made.
+
2019-04-12 Arnold D. Robbins <arnold@skeeve.com>
* 5.0.0: Release tar ball made.
diff --git a/extension/po/ChangeLog b/extension/po/ChangeLog
index 2c931132..1ccc698d 100644
--- a/extension/po/ChangeLog
+++ b/extension/po/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * 5.0.1: Release tar ball made.
+
2019-04-12 Arnold D. Robbins <arnold@skeeve.com>
* 5.0.0: Release tar ball made.