This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch buster in repository wine.
commit ecdea69929eedc20966ec04ef5d0d995383c208d Merge: 2fbe5d3 da73ab4 Author: Jens Reyer <[email protected]> Date: Sun Oct 22 21:45:57 2017 +0200 Merge tag 'wine-2.0.3' of git://source.winehq.org/git/wine into upstream-stable Release 2.0.3 # gpg: Signature made Fr 20 Okt 2017 14:17:32 CEST # gpg: using RSA key DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D # gpg: Good signature from "Alexandre Julliard <[email protected]>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: DA23 579A 74D4 AD9A F9D3 F945 CEFA C8EA AF17 519D ANNOUNCE | 347 ++-- AUTHORS | 1 + VERSION | 2 +- configure | 26 +- configure.ac | 8 + dlls/advpack/advpack.c | 8 +- .../api-ms-win-crt-math-l1-1-0.spec | 24 +- dlls/comctl32/listview.c | 78 +- dlls/comctl32/tests/toolbar.c | 135 +- dlls/comctl32/toolbar.c | 24 +- dlls/ddraw/surface.c | 24 +- dlls/ddraw/tests/ddraw1.c | 248 ++- dlls/ddraw/tests/ddraw2.c | 270 +-- dlls/ddraw/tests/ddraw4.c | 307 ++-- dlls/ddraw/tests/ddraw7.c | 323 ++-- dlls/dmime/audiopath.c | 21 +- dlls/dmime/tests/dmime.c | 40 + dlls/dplayx/dplay.c | 4 +- dlls/dsound/dsound_main.c | 2 +- dlls/dsound/dsound_private.h | 15 +- dlls/dsound/propset.c | 12 +- .../ext-ms-win-ntuser-uicontext-ext-l1-1-0.spec | 2 +- .../ext-ms-win-ntuser-window-l1-1-1.spec | 2 +- dlls/gameux/gamestatistics.c | 36 +- dlls/gdi32/freetype.c | 7 + dlls/gdiplus/graphicspath.c | 4 + dlls/hal/hal.spec | 4 +- dlls/iphlpapi/iphlpapi.spec | 2 +- dlls/iphlpapi/iphlpapi_main.c | 14 + dlls/iphlpapi/tests/iphlpapi.c | 23 +- dlls/msacm32/format.c | 3 +- dlls/msacm32/pcmconverter.c | 584 ++++--- dlls/msacm32/tests/msacm.c | 99 ++ dlls/mshtml/nsembed.c | 2 +- dlls/msi/table.c | 12 +- dlls/msvcp140/msvcp140.spec | 16 +- dlls/msvcp140/tests/msvcp140.c | 415 +++++ dlls/msvcp90/locale.c | 16 + dlls/msvcp90/misc.c | 49 + dlls/msvcr120/msvcr120.spec | 24 +- dlls/msvcr120_app/msvcr120_app.spec | 24 +- dlls/msvcrt/file.c | 3 +- dlls/msvcrt/math.c | 183 ++ dlls/ntoskrnl.exe/ntoskrnl.c | 39 + dlls/ntoskrnl.exe/ntoskrnl.exe.spec | 5 +- dlls/ole32/ole2stubs.c | 9 + dlls/ole32/ole32.spec | 2 +- dlls/oleaut32/tests/vartype.c | 7 + dlls/oleaut32/typelib.c | 3 + dlls/oleaut32/vartype.c | 2 +- dlls/secur32/tests/ntlm.c | 12 +- dlls/shell32/ebrowser.c | 3 +- dlls/shell32/shell32.rgs | 2 +- dlls/shell32/tests/ebrowser.c | 2 +- dlls/ucrtbase/ucrtbase.spec | 24 +- dlls/user.exe16/user.c | 5 +- dlls/user32/menu.c | 3 +- dlls/user32/painting.c | 3 + dlls/user32/tests/msg.c | 19 + dlls/user32/user32.spec | 2 + dlls/user32/winhelp.c | 5 +- dlls/user32/winpos.c | 24 + dlls/wbemprox/table.c | 1 + dlls/winealsa.drv/mmdevdrv.c | 2 +- dlls/wined3d/state.c | 5 +- dlls/winemac.drv/cocoa_window.m | 20 +- dlls/winemp3.acm/mpegl3.c | 8 +- dlls/winhttp/request.c | 4 +- dlls/wmp/oleobj.c | 30 +- dlls/wmp/tests/Makefile.in | 2 +- dlls/wmp/tests/oleobj.c | 51 + dlls/wmp/wmp_private.h | 1 + dlls/wpcap/wpcap.c | 5 + dlls/ws2_32/socket.c | 2 - dlls/ws2_32/tests/sock.c | 162 ++ fonts/courier.sfd | 1015 +++++------ fonts/courier.ttf | Bin 17884 -> 17892 bytes fonts/fixedsys.sfd | 519 +++--- fonts/fixedsys.ttf | Bin 10696 -> 10704 bytes fonts/ms_sans_serif.sfd | 1051 +++++------ fonts/ms_sans_serif.ttf | Bin 38360 -> 38536 bytes fonts/small_fonts.sfd | 1825 ++++++++++---------- fonts/small_fonts.ttf | Bin 18796 -> 19068 bytes fonts/small_fonts_jp.sfd | 881 +++++----- fonts/small_fonts_jp.ttf | Bin 9820 -> 9828 bytes include/config.h.in | 24 + include/dxva2api.idl | 2 +- include/shlobj.h | 4 +- programs/oleview/details.c | 11 +- programs/regedit/regproc.c | 1 + programs/uninstaller/main.c | 1 + tools/sfnt2fon/sfnt2fon.c | 6 +- 92 files changed, 5417 insertions(+), 3830 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
