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 Gusev
|
||||||
Andrey Melnikov
|
Andrey Melnikov
|
||||||
Andrey Panov
|
Andrey Panov
|
||||||
|
Andrey Semakin
|
||||||
Andrey Turkin
|
Andrey Turkin
|
||||||
Andrey Zhezherun
|
Andrey Zhezherun
|
||||||
Andriy Palamarchuk
|
Andriy Palamarchuk
|
||||||
|
@ -596,6 +597,7 @@ Ivan Vojtko
|
||||||
Ivan Wong
|
Ivan Wong
|
||||||
Jacek Bator
|
Jacek Bator
|
||||||
Jacek Caban
|
Jacek Caban
|
||||||
|
Jacob Lifshay
|
||||||
Jaco Greeff
|
Jaco Greeff
|
||||||
Jactry Zeng
|
Jactry Zeng
|
||||||
Jaekil Lee
|
Jaekil Lee
|
||||||
|
@ -689,6 +691,7 @@ Jesper Skov
|
||||||
Jesse Allen
|
Jesse Allen
|
||||||
Jesse Litton
|
Jesse Litton
|
||||||
Jess Haas
|
Jess Haas
|
||||||
|
Jetro Jormalainen
|
||||||
Jiang Yike
|
Jiang Yike
|
||||||
Jianqiu Zhang
|
Jianqiu Zhang
|
||||||
Jiaxing Wang
|
Jiaxing Wang
|
||||||
|
@ -738,6 +741,7 @@ John Zero
|
||||||
Jonas Maebe
|
Jonas Maebe
|
||||||
Jonas Wielicki
|
Jonas Wielicki
|
||||||
Jonathan Buzzard
|
Jonathan Buzzard
|
||||||
|
Jonathan Doron
|
||||||
Jonathan Ernst
|
Jonathan Ernst
|
||||||
Jonathan Liu
|
Jonathan Liu
|
||||||
Jonathan Naylor
|
Jonathan Naylor
|
||||||
|
@ -1175,6 +1179,7 @@ Peter Davies
|
||||||
Peter Dons Tychsen
|
Peter Dons Tychsen
|
||||||
Peter Galbavy
|
Peter Galbavy
|
||||||
Peter Ganten
|
Peter Ganten
|
||||||
|
Peter Hater
|
||||||
Peter Hawkins
|
Peter Hawkins
|
||||||
Peter Hedlund
|
Peter Hedlund
|
||||||
Peter Hunnisett
|
Peter Hunnisett
|
||||||
|
@ -1424,6 +1429,7 @@ Ted Percival
|
||||||
Theodore Dubois
|
Theodore Dubois
|
||||||
Theodore S. Hetke
|
Theodore S. Hetke
|
||||||
Thiago Barbato
|
Thiago Barbato
|
||||||
|
Thierry Vermeylen
|
||||||
Thomas Brix Larsen
|
Thomas Brix Larsen
|
||||||
Thomas Faber
|
Thomas Faber
|
||||||
Thomas Faller
|
Thomas Faller
|
||||||
|
@ -1526,6 +1532,7 @@ Warren Dumortier
|
||||||
Warren Turkal
|
Warren Turkal
|
||||||
Wei-Lun Chao
|
Wei-Lun Chao
|
||||||
Weisheng Li
|
Weisheng Li
|
||||||
|
Wei Xie
|
||||||
Wesley Filardo
|
Wesley Filardo
|
||||||
Wilbur N. Dale
|
Wilbur N. Dale
|
||||||
Wilfried Pasquazzo
|
Wilfried Pasquazzo
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# 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>.
|
# Report bugs to <wine-devel@winehq.org>.
|
||||||
#
|
#
|
||||||
|
@ -580,8 +580,8 @@ MAKEFLAGS=
|
||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='Wine'
|
PACKAGE_NAME='Wine'
|
||||||
PACKAGE_TARNAME='wine'
|
PACKAGE_TARNAME='wine'
|
||||||
PACKAGE_VERSION='2.1'
|
PACKAGE_VERSION='2.2'
|
||||||
PACKAGE_STRING='Wine 2.1'
|
PACKAGE_STRING='Wine 2.2'
|
||||||
PACKAGE_BUGREPORT='wine-devel@winehq.org'
|
PACKAGE_BUGREPORT='wine-devel@winehq.org'
|
||||||
PACKAGE_URL='http://www.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.
|
# 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.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
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]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
|
@ -2295,7 +2295,7 @@ fi
|
||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of Wine 2.1:";;
|
short | recursive ) echo "Configuration of Wine 2.2:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
|
@ -2503,7 +2503,7 @@ fi
|
||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
Wine configure 2.1
|
Wine configure 2.2
|
||||||
generated by GNU Autoconf 2.69
|
generated by GNU Autoconf 2.69
|
||||||
|
|
||||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||||
|
@ -3021,7 +3021,7 @@ cat >config.log <<_ACEOF
|
||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
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
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
|
@ -19198,7 +19198,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||||
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
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
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
|
@ -19269,7 +19269,7 @@ _ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
Wine config.status 2.1
|
Wine config.status 2.2
|
||||||
configured by $0, generated by GNU Autoconf 2.69,
|
configured by $0, generated by GNU Autoconf 2.69,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"\$ac_cs_config\\"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue