Skip to content

Commit

Permalink
Release v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dharple committed Aug 15, 2021
1 parent e1ce706 commit 8c097c9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For releases after 1.3.0, the format is based on
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.4.5] - 2021-08-15
### Fixed
- Autoconf macros have been updated to support 2.70 changes. [#82]

Expand Down Expand Up @@ -176,7 +176,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Initial release

[Unreleased]: https://github.com/dharple/detox/compare/v1.4.4...1.x
[Unreleased]: https://github.com/dharple/detox/compare/v1.4.5...1.x
[1.4.5]: https://github.com/dharple/detox/compare/v1.4.4...v1.4.5
[1.4.4]: https://github.com/dharple/detox/compare/v1.4.3...v1.4.4
[1.4.3]: https://github.com/dharple/detox/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/dharple/detox/compare/v1.4.1...v1.4.2
Expand Down
23 changes: 10 additions & 13 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for detox 1.4.4.
# Generated by GNU Autoconf 2.69 for detox 1.4.5.
#
# Report bugs to <detox.dharple at gmail.com>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='detox'
PACKAGE_TARNAME='detox'
PACKAGE_VERSION='1.4.4'
PACKAGE_STRING='detox 1.4.4'
PACKAGE_VERSION='1.4.5'
PACKAGE_STRING='detox 1.4.5'
PACKAGE_BUGREPORT='detox.dharple at gmail.com'
PACKAGE_URL='https://github.com/dharple/detox'

Expand Down Expand Up @@ -1284,7 +1284,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 detox 1.4.4 to adapt to many kinds of systems.
\`configure' configures detox 1.4.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1351,7 +1351,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of detox 1.4.4:";;
short | recursive ) echo "Configuration of detox 1.4.5:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1450,7 +1450,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
detox configure 1.4.4
detox configure 1.4.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1785,7 +1785,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 detox $as_me 1.4.4, which was
It was created by detox $as_me 1.4.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2648,7 +2648,7 @@ fi

# Define the identity of the package.
PACKAGE='detox'
VERSION='1.4.4'
VERSION='1.4.5'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -3940,9 +3940,6 @@ $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
fi
rm -f conftest.l $LEX_OUTPUT_ROOT.c

fi
if test "$LEX" = :; then
LEX=${am_missing_run}flex
fi
for ac_prog in 'bison -y' byacc
do
Expand Down Expand Up @@ -5152,7 +5149,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 detox $as_me 1.4.4, which was
This file was extended by detox $as_me 1.4.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5219,7 +5216,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="\\
detox config.status 1.4.4
detox config.status 1.4.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT([detox], [1.4.4], [detox.dharple at gmail.com], [], [https://github.com/dharple/detox])
AC_INIT([detox], [1.4.5], [detox.dharple at gmail.com], [], [https://github.com/dharple/detox])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])

AC_PROG_CC
Expand Down

0 comments on commit 8c097c9

Please sign in to comment.