mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
Release 7.9.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
795ba50a09
commit
230e953e31
5 changed files with 424 additions and 557 deletions
1
.mailmap
1
.mailmap
|
@ -15,6 +15,7 @@ Byeong-Sik Jeon <bsjeon@hanmail.net>
|
|||
Carlos Lozano <clozano@andago.com>
|
||||
Caron Wills <caron@codeweavers.com>
|
||||
Charles Davis <cdavis@codeweavers.com>
|
||||
Charles Davis <cdavis5x@gmail.com>
|
||||
Christopher Gautier <krys@via.ecp.fr>
|
||||
David A. Cuthbert <dacut@ece.cmu.edu>
|
||||
David Heidelberger <david@ixit.cz>
|
||||
|
|
4
AUTHORS
4
AUTHORS
|
@ -717,6 +717,7 @@ James Helferty
|
|||
James Juran
|
||||
James Larrowe
|
||||
James Liggett
|
||||
James McDonnell
|
||||
James McKenzie
|
||||
James Moody
|
||||
James Perry
|
||||
|
@ -899,6 +900,7 @@ Juergen Schmied
|
|||
Jukka Heinonen
|
||||
Jukka Kangas
|
||||
Jukka-Pekka Iivonen
|
||||
Julian Klemann
|
||||
Julian Rüger
|
||||
Julien Cegarra
|
||||
Julien D'ascenzio
|
||||
|
@ -1333,6 +1335,7 @@ Pavel Semerad
|
|||
Pavel Troller
|
||||
Pedro Araujo Chaves Jr
|
||||
Pedro Maia
|
||||
Pedro Perdigão
|
||||
Pengpeng Dong
|
||||
Per Ångström
|
||||
Per Johansson
|
||||
|
@ -1376,6 +1379,7 @@ Petr Tomasek
|
|||
Petter Reinholdtsen
|
||||
Phil Cole
|
||||
Phil Costin
|
||||
Philip Allison
|
||||
Philip Brown
|
||||
Philip Mason
|
||||
Philip Nilsson
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
Wine version 7.8
|
||||
Wine version 7.9
|
||||
|
|
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 7.8.
|
||||
# Generated by GNU Autoconf 2.71 for Wine 7.9.
|
||||
#
|
||||
# Report bugs to <wine-devel@winehq.org>.
|
||||
#
|
||||
|
@ -611,8 +611,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='Wine'
|
||||
PACKAGE_TARNAME='wine'
|
||||
PACKAGE_VERSION='7.8'
|
||||
PACKAGE_STRING='Wine 7.8'
|
||||
PACKAGE_VERSION='7.9'
|
||||
PACKAGE_STRING='Wine 7.9'
|
||||
PACKAGE_BUGREPORT='wine-devel@winehq.org'
|
||||
PACKAGE_URL='https://www.winehq.org'
|
||||
|
||||
|
@ -2285,7 +2285,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 7.8 to adapt to many kinds of systems.
|
||||
\`configure' configures Wine 7.9 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -2355,7 +2355,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of Wine 7.8:";;
|
||||
short | recursive ) echo "Configuration of Wine 7.9:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -2622,7 +2622,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
Wine configure 7.8
|
||||
Wine configure 7.9
|
||||
generated by GNU Autoconf 2.71
|
||||
|
||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
||||
|
@ -3106,7 +3106,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 7.8, which was
|
||||
It was created by Wine $as_me 7.9, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
$ $0$ac_configure_args_raw
|
||||
|
@ -22894,7 +22894,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 7.8, which was
|
||||
This file was extended by Wine $as_me 7.9, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -22958,7 +22958,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 7.8
|
||||
Wine config.status 7.9
|
||||
configured by $0, generated by GNU Autoconf 2.71,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
Loading…
Reference in a new issue