[pkg-wine-party] [wine] 66/66: Merge tag 'wine-1.8.5' of git://source.winehq.org/git/wine into upstream-stable

Jens Reyer jreyer-guest at moszumanska.debian.org
Mon Oct 10 13:03:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch upstream-stable
in repository wine.

commit 401a94d9a262b701ae3466fa4d10a6adf78416ff
Merge: 7165d87 b1387f9
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Sat Oct 8 02:44:36 2016 +0200

    Merge tag 'wine-1.8.5' of git://source.winehq.org/git/wine into upstream-stable
    
    Release 1.8.5
    
    # gpg: Signature made Fri 07 Oct 2016 10:00:36 PM CEST
    # gpg:                using RSA key 0xCEFAC8EAAF17519D
    # gpg: Good signature from "Alexandre Julliard <julliard at winehq.org>" [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                                           | 346 ++++++++++-----------
 AUTHORS                                            |   7 +
 VERSION                                            |   2 +-
 configure                                          |  18 +-
 dlls/advapi32/registry.c                           |  48 ++-
 dlls/advapi32/tests/registry.c                     |  13 +
 .../api-ms-win-crt-math-l1-1-0.spec                |   6 +-
 .../api-ms-win-crt-runtime-l1-1-0.spec             |  10 +-
 .../api-ms-win-crt-stdio-l1-1-0.spec               |   4 +-
 dlls/apphelp/apphelp.c                             |   6 +
 dlls/apphelp/apphelp.spec                          |   2 +-
 dlls/cfgmgr32/cfgmgr32.spec                        |   2 +-
 dlls/comctl32/dsa.c                                |   3 +
 dlls/comctl32/listview.c                           |   2 +-
 dlls/comctl32/tests/listview.c                     |  22 ++
 dlls/comctl32/tests/trackbar.c                     |  23 ++
 dlls/comctl32/trackbar.c                           |  26 +-
 dlls/comctl32/treeview.c                           |  71 +++--
 dlls/d3d8/surface.c                                |  16 +-
 dlls/d3d8/tests/visual.c                           |  10 +-
 dlls/d3d9/tests/visual.c                           |  10 +-
 dlls/dbghelp/dwarf.c                               |   6 +
 dlls/dinput/joystick.c                             |  14 +-
 dlls/gdi32/freetype.c                              |  91 ++++--
 dlls/gdi32/icm.c                                   |   9 +-
 dlls/gdi32/tests/icm.c                             |   1 -
 dlls/hal/hal.c                                     |   5 +
 dlls/hal/hal.spec                                  |   2 +-
 dlls/kernel32/locale.c                             |   6 +-
 dlls/kernel32/process.c                            |   3 +-
 dlls/mmdevapi/devenum.c                            |   1 +
 dlls/mmdevapi/tests/propstore.c                    |   6 +-
 dlls/mpr/wnet.c                                    |  10 +-
 dlls/msctf/context.c                               | 341 ++++++++++----------
 dlls/msctf/tests/inputprocessor.c                  |   8 +-
 dlls/mshtml/htmlelem.c                             |   8 +
 dlls/mshtml/navigate.c                             |   4 +-
 dlls/mshtml/tests/dom.c                            |  13 +-
 dlls/msvcp100/msvcp100.spec                        |  32 +-
 dlls/msvcp60/msvcp60.spec                          | 240 +++++++-------
 dlls/msvcp90/ios.c                                 | 223 ++++++++++---
 dlls/msvcp90/math.c                                |  48 +++
 dlls/msvcr100/msvcr100.spec                        |   3 +-
 dlls/msvcr110/msvcr110.spec                        |   4 +-
 dlls/msvcr120/msvcr120.spec                        |  12 +-
 dlls/msvcr120_app/msvcr120_app.spec                |  10 +-
 dlls/msvcr80/msvcr80.spec                          |   4 +-
 dlls/msvcr90/msvcr90.spec                          |   3 +-
 dlls/msvcrt/data.c                                 |  72 +++++
 dlls/msvcrt/math.c                                 |  29 +-
 dlls/msvcrt/misc.c                                 |   8 +
 dlls/msvcrt/tests/cpp.c                            |   5 +
 dlls/msvcrt/undname.c                              |  79 ++++-
 dlls/msvcrt/wcs.c                                  |  80 +++--
 dlls/msxml3/domdoc.c                               |  31 +-
 dlls/msxml3/tests/domdoc.c                         |  49 ++-
 dlls/ntdll/directory.c                             |  13 +-
 dlls/ntdll/loader.c                                |  21 +-
 dlls/ntdll/tests/directory.c                       |   2 +
 dlls/ole32/ole32.spec                              |   2 +
 dlls/ole32/stg_prop.c                              |  86 +++++
 dlls/oleaut32/tests/vartype.c                      |  20 ++
 dlls/oleaut32/variant.c                            |   6 +
 dlls/oledb32/datainit.c                            |  24 +-
 dlls/oledb32/tests/database.c                      |   4 +
 dlls/pdh/pdh.spec                                  |   8 +-
 dlls/pdh/pdh_main.c                                |  36 +++
 dlls/riched20/editor.c                             |   2 +-
 dlls/riched20/paint.c                              |  43 ++-
 dlls/setupapi/misc.c                               |   9 +
 dlls/setupapi/setupapi.spec                        |   2 +-
 dlls/setupapi/tests/misc.c                         |  10 +
 dlls/ucrtbase/tests/printf.c                       |  56 ++++
 dlls/ucrtbase/ucrtbase.spec                        |  20 +-
 dlls/user32/dde_client.c                           |   2 +-
 dlls/user32/dialog.c                               |   3 +
 dlls/user32/tests/dialog.c                         |  50 +++
 dlls/wined3d/directx.c                             |   9 +
 dlls/wined3d/swapchain.c                           |  49 ++-
 dlls/wined3d/wined3d_private.h                     |   4 +
 dlls/winepulse.drv/mmdevdrv.c                      | 325 ++++++++++++++-----
 dlls/winspool.drv/info.c                           |   4 +
 dlls/wlanapi/main.c                                |  14 +
 dlls/wlanapi/wlanapi.spec                          |   4 +-
 include/Makefile.in                                |   1 +
 include/cfgmgr32.h                                 |   1 +
 include/devpkey.h                                  |   6 +-
 include/msctf.idl                                  |  30 ++
 include/pdh.h                                      |   3 +
 include/wlanapi.h                                  |  52 ++++
 loader/wine.inf.in                                 |   2 +-
 programs/services/services.c                       |   3 +-
 92 files changed, 2216 insertions(+), 817 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list