Release 8.14.
This commit is contained in:
parent
9d6aabb202
commit
ec3b773872
4 changed files with 596 additions and 414 deletions
4
AUTHORS
4
AUTHORS
|
@ -415,6 +415,7 @@ David Lee Lambert
|
|||
David Lichterman
|
||||
David Luyer
|
||||
David McCullough
|
||||
David McFarland
|
||||
David Metcalfe
|
||||
David Miller
|
||||
David Moore
|
||||
|
@ -690,6 +691,7 @@ Igor Paliychuk
|
|||
Igor Stepin
|
||||
Igor Tarasov
|
||||
Ihsan Akmal
|
||||
Ilia Docin
|
||||
Ilia Mirkin
|
||||
Illia Polishchuk
|
||||
Ilya Basin
|
||||
|
@ -731,6 +733,7 @@ Jakob Eriksson
|
|||
Jakub Bartmiński
|
||||
Jakub Staroń
|
||||
James Abbatiello
|
||||
James Beddek
|
||||
James Courtier-Dutton
|
||||
James Dean Anderson
|
||||
James Eder
|
||||
|
@ -1215,6 +1218,7 @@ Michael Patra
|
|||
Michael Ploujnikov
|
||||
Michael Poole
|
||||
Michael Schlüter
|
||||
Michael Skorokhodov
|
||||
Michael Stefaniuc
|
||||
Michael Veksler
|
||||
Michael Wetherell
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
Wine version 8.13
|
||||
Wine version 8.14
|
||||
|
|
18
configure
vendored
18
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.71 for Wine 8.13.
|
||||
# Generated by GNU Autoconf 2.71 for Wine 8.14.
|
||||
#
|
||||
# Report bugs to <wine-devel@winehq.org>.
|
||||
#
|
||||
|
@ -611,8 +611,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='Wine'
|
||||
PACKAGE_TARNAME='wine'
|
||||
PACKAGE_VERSION='8.13'
|
||||
PACKAGE_STRING='Wine 8.13'
|
||||
PACKAGE_VERSION='8.14'
|
||||
PACKAGE_STRING='Wine 8.14'
|
||||
PACKAGE_BUGREPORT='wine-devel@winehq.org'
|
||||
PACKAGE_URL='https://www.winehq.org'
|
||||
|
||||
|
@ -2357,7 +2357,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 Wine 8.13 to adapt to many kinds of systems.
|
||||
\`configure' configures Wine 8.14 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -2427,7 +2427,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of Wine 8.13:";;
|
||||
short | recursive ) echo "Configuration of Wine 8.14:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -2711,7 +2711,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
Wine configure 8.13
|
||||
Wine configure 8.14
|
||||
generated by GNU Autoconf 2.71
|
||||
|
||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
||||
|
@ -3162,7 +3162,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 Wine $as_me 8.13, which was
|
||||
It was created by Wine $as_me 8.14, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
$ $0$ac_configure_args_raw
|
||||
|
@ -22736,7 +22736,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 Wine $as_me 8.13, which was
|
||||
This file was extended by Wine $as_me 8.14, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -22800,7 +22800,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config='$ac_cs_config_escaped'
|
||||
ac_cs_version="\\
|
||||
Wine config.status 8.13
|
||||
Wine config.status 8.14
|
||||
configured by $0, generated by GNU Autoconf 2.71,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue