Release 2.2.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7603e859c3
commit
9eb56e25e3
7
AUTHORS
7
AUTHORS
|
@ -126,6 +126,7 @@ Andrey Esin
|
|||
Andrey Gusev
|
||||
Andrey Melnikov
|
||||
Andrey Panov
|
||||
Andrey Semakin
|
||||
Andrey Turkin
|
||||
Andrey Zhezherun
|
||||
Andriy Palamarchuk
|
||||
|
@ -596,6 +597,7 @@ Ivan Vojtko
|
|||
Ivan Wong
|
||||
Jacek Bator
|
||||
Jacek Caban
|
||||
Jacob Lifshay
|
||||
Jaco Greeff
|
||||
Jactry Zeng
|
||||
Jaekil Lee
|
||||
|
@ -689,6 +691,7 @@ Jesper Skov
|
|||
Jesse Allen
|
||||
Jesse Litton
|
||||
Jess Haas
|
||||
Jetro Jormalainen
|
||||
Jiang Yike
|
||||
Jianqiu Zhang
|
||||
Jiaxing Wang
|
||||
|
@ -738,6 +741,7 @@ John Zero
|
|||
Jonas Maebe
|
||||
Jonas Wielicki
|
||||
Jonathan Buzzard
|
||||
Jonathan Doron
|
||||
Jonathan Ernst
|
||||
Jonathan Liu
|
||||
Jonathan Naylor
|
||||
|
@ -1175,6 +1179,7 @@ Peter Davies
|
|||
Peter Dons Tychsen
|
||||
Peter Galbavy
|
||||
Peter Ganten
|
||||
Peter Hater
|
||||
Peter Hawkins
|
||||
Peter Hedlund
|
||||
Peter Hunnisett
|
||||
|
@ -1424,6 +1429,7 @@ Ted Percival
|
|||
Theodore Dubois
|
||||
Theodore S. Hetke
|
||||
Thiago Barbato
|
||||
Thierry Vermeylen
|
||||
Thomas Brix Larsen
|
||||
Thomas Faber
|
||||
Thomas Faller
|
||||
|
@ -1526,6 +1532,7 @@ Warren Dumortier
|
|||
Warren Turkal
|
||||
Wei-Lun Chao
|
||||
Weisheng Li
|
||||
Wei Xie
|
||||
Wesley Filardo
|
||||
Wilbur N. Dale
|
||||
Wilfried Pasquazzo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for Wine 2.1.
|
||||
# Generated by GNU Autoconf 2.69 for Wine 2.2.
|
||||
#
|
||||
# Report bugs to <wine-devel@winehq.org>.
|
||||
#
|
||||
|
@ -580,8 +580,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='Wine'
|
||||
PACKAGE_TARNAME='wine'
|
||||
PACKAGE_VERSION='2.1'
|
||||
PACKAGE_STRING='Wine 2.1'
|
||||
PACKAGE_VERSION='2.2'
|
||||
PACKAGE_STRING='Wine 2.2'
|
||||
PACKAGE_BUGREPORT='wine-devel@winehq.org'
|
||||
PACKAGE_URL='http://www.winehq.org'
|
||||
|
||||
|
@ -2225,7 +2225,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 2.1 to adapt to many kinds of systems.
|
||||
\`configure' configures Wine 2.2 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -2295,7 +2295,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of Wine 2.1:";;
|
||||
short | recursive ) echo "Configuration of Wine 2.2:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -2503,7 +2503,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
Wine configure 2.1
|
||||
Wine configure 2.2
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
|
@ -3021,7 +3021,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 2.1, which was
|
||||
It was created by Wine $as_me 2.2, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -19198,7 +19198,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 2.1, which was
|
||||
This file was extended by Wine $as_me 2.2, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -19269,7 +19269,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="\\
|
||||
Wine config.status 2.1
|
||||
Wine config.status 2.2
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
Loading…
Reference in New Issue