Skip to content

Commit

Permalink
Release v1.4.3
Browse files Browse the repository at this point in the history
dharple committed Jul 24, 2021
1 parent e71fee3 commit 9bf3e88
Showing 3 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.3] - 2021-07-24
### Fixed
- Fixed build when the `stat` struct is missing `st_blocks`. [#77]

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

- Initial release

[Unreleased]: https://github.com/dharple/detox/compare/v1.4.2...1.x
[Unreleased]: https://github.com/dharple/detox/compare/v1.4.3...1.x
[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
[1.4.1]: https://github.com/dharple/detox/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/dharple/detox/compare/v1.3.3...v1.4.0
20 changes: 10 additions & 10 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.2.
# Generated by GNU Autoconf 2.69 for detox 1.4.3.
#
# Report bugs to <detox.dharple at gmail.com>.
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='detox'
PACKAGE_TARNAME='detox'
PACKAGE_VERSION='1.4.2'
PACKAGE_STRING='detox 1.4.2'
PACKAGE_VERSION='1.4.3'
PACKAGE_STRING='detox 1.4.3'
PACKAGE_BUGREPORT='detox.dharple at gmail.com'
PACKAGE_URL='https://github.com/dharple/detox'

@@ -1283,7 +1283,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.2 to adapt to many kinds of systems.
\`configure' configures detox 1.4.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1350,7 +1350,7 @@ fi

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

# Define the identity of the package.
PACKAGE='detox'
VERSION='1.4.2'
VERSION='1.4.3'


cat >>confdefs.h <<_ACEOF
@@ -4949,7 +4949,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.2, which was
This file was extended by detox $as_me 1.4.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5016,7 +5016,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.2
detox config.status 1.4.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
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.2], [detox.dharple at gmail.com], [], [https://github.com/dharple/detox])
AC_INIT([detox], [1.4.3], [detox.dharple at gmail.com], [], [https://github.com/dharple/detox])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])

AC_PROG_CC

0 comments on commit 9bf3e88

Please sign in to comment.