[pkg-wine-party] [wine] 151/151: Merge tag 'wine-1.9.22' of git://source.winehq.org/git/wine into upstream

Jens Reyer jreyer-guest at moszumanska.debian.org
Wed Nov 2 20:54:46 UTC 2016


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

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

commit e7a22385d3ad4a142927859dbeb5575f019869de
Merge: adb23b4 1316520
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Fri Oct 28 22:44:08 2016 +0200

    Merge tag 'wine-1.9.22' of git://source.winehq.org/git/wine into upstream
    
    Release 1.9.22
    
    # gpg: Signature made Fri 28 Oct 2016 08:41:37 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

 .mailmap                                           |    1 +
 ANNOUNCE                                           |  517 +++---
 AUTHORS                                            |    3 +-
 VERSION                                            |    2 +-
 configure                                          |   28 +-
 configure.ac                                       |    5 +
 dlls/advapi32/eventlog.c                           |    4 +-
 dlls/advapi32/registry.c                           |   31 +-
 dlls/advapi32/security.c                           |    2 +-
 .../Makefile.in                                    |    1 +
 .../api-ms-win-core-psapi-obsolete-l1-1-0.spec     |    7 +
 .../api-ms-win-core-rtlsupport-l1-1-0.spec         |   11 +
 dlls/comctl32/header.c                             |  111 +-
 dlls/comctl32/treeview.c                           |    4 +-
 dlls/comdlg32/colordlg.c                           |   21 +-
 dlls/comdlg32/filedlg.c                            |   12 +-
 dlls/comdlg32/fontdlg.c                            |    4 +-
 dlls/comdlg32/tests/filedlg.c                      |   41 +
 dlls/crypt32/crypt32.spec                          |    2 +
 dlls/crypt32/store.c                               |   45 +
 dlls/crypt32/tests/store.c                         |   92 +-
 dlls/d2d1/Makefile.in                              |    1 +
 dlls/d2d1/bitmap_render_target.c                   |  832 ++++++++++
 dlls/d2d1/brush.c                                  |   43 +-
 dlls/d2d1/d2d1_private.h                           |   46 +-
 dlls/d2d1/geometry.c                               |   33 +-
 dlls/d2d1/render_target.c                          |   74 +-
 dlls/d2d1/tests/d2d1.c                             |   38 +-
 dlls/d3drm/device.c                                |    4 +-
 dlls/d3drm/frame.c                                 |    2 +-
 dlls/d3drm/meshbuilder.c                           |    2 +-
 dlls/d3drm/texture.c                               |    4 +-
 dlls/davclnt/main.c                                |    4 +-
 dlls/ext-ms-win-gdi-dc-create-l1-1-1/Makefile.in   |    1 +
 .../ext-ms-win-gdi-dc-create-l1-1-1.spec           |    4 +
 dlls/ext-ms-win-ntuser-message-l1-1-1/Makefile.in  |    1 +
 .../ext-ms-win-ntuser-message-l1-1-1.spec          |   25 +
 .../Makefile.in                                    |    1 +
 .../ext-ms-win-ntuser-uicontext-ext-l1-1-0.spec    |   55 +
 .../Makefile.in                                    |    1 +
 .../ext-ms-win-rtcore-ntuser-dpi-l1-1-0.spec       |    3 +
 dlls/gdiplus/brush.c                               |   45 +-
 dlls/gdiplus/graphics.c                            |   26 +-
 dlls/gdiplus/graphicspath.c                        |   40 +-
 dlls/hid/hid.spec                                  |    2 +-
 dlls/hid/hidd.c                                    |    6 +
 dlls/hidclass.sys/buffer.c                         |   29 +-
 dlls/hidclass.sys/device.c                         |   66 +-
 dlls/hidclass.sys/main.c                           |   26 +-
 dlls/hidclass.sys/pnp.c                            |   14 +-
 dlls/kernel32/locale.c                             |   35 +-
 dlls/kernel32/tests/locale.c                       |  140 ++
 dlls/kernel32/tests/pipe.c                         |   14 +
 dlls/kernel32/tests/process.c                      |    6 +-
 dlls/mpr/wnet.c                                    |  188 ++-
 dlls/mshtml/pluginhost.c                           |    2 +-
 dlls/mshtml/tests/activex.c                        |    4 +-
 dlls/mshtml/view.c                                 |    2 +-
 dlls/msi/database.c                                |    6 +-
 dlls/msi/registry.c                                |   37 +-
 dlls/msi/tests/db.c                                |   23 +
 dlls/msvcirt/msvcirt.c                             |  357 ++++-
 dlls/msvcirt/msvcirt.spec                          |  164 +-
 dlls/msvcirt/tests/msvcirt.c                       | 1142 ++++++++++++++
 dlls/msvcrt20/msvcrt20.spec                        |  156 +-
 dlls/msvcrt40/msvcrt40.spec                        |  156 +-
 dlls/netapi32/netapi32.c                           |   85 +
 dlls/netapi32/netapi32.spec                        |    1 +
 dlls/netapi32/tests/access.c                       |  153 ++
 dlls/ntdll/file.c                                  |    2 +
 dlls/ntdll/nt.c                                    |    4 +-
 dlls/ntdll/reg.c                                   |   10 +-
 dlls/ntdll/server.c                                |   45 +-
 dlls/ntdll/tests/reg.c                             |   76 +-
 dlls/ntoskrnl.exe/ntoskrnl.c                       |   70 +-
 dlls/quartz/filtergraph.c                          |   10 +-
 dlls/quartz/filtermapper.c                         |    2 +-
 dlls/quartz/vmr9.c                                 |    4 +-
 dlls/riched20/para.c                               |    4 +-
 dlls/rpcrt4/rpc_binding.c                          |   22 +-
 dlls/rpcrt4/rpc_transport.c                        |   33 +-
 dlls/rpcrt4/tests/server.c                         |   33 +-
 dlls/shell32/shell32.spec                          |    2 +
 dlls/shell32/shellord.c                            |    9 +
 dlls/shell32/shellreg.c                            |   11 +
 dlls/shell32/tests/shellole.c                      |   10 +-
 dlls/taskschd/task.c                               |  274 +++-
 dlls/taskschd/tests/scheduler.c                    |   42 +
 dlls/user32/button.c                               |    3 +-
 dlls/user32/edit.c                                 |    2 +-
 dlls/uxtheme/draw.c                                |    2 +-
 dlls/uxtheme/main.c                                |    2 +-
 dlls/wbemprox/Makefile.in                          |    1 +
 dlls/wbemprox/builtin.c                            |   63 +-
 dlls/wbemprox/tests/query.c                        |   40 +
 dlls/webservices/msg.c                             |   78 +-
 dlls/webservices/proxy.c                           |  154 +-
 dlls/webservices/reader.c                          |  241 ++-
 dlls/webservices/tests/proxy.c                     |  208 +++
 dlls/webservices/tests/reader.c                    |  357 +++++
 dlls/webservices/webservices.spec                  |    6 +-
 dlls/webservices/webservices_private.h             |   11 +
 dlls/webservices/writer.c                          |   42 +-
 dlls/windowscodecs/converter.c                     |    4 +-
 dlls/windowscodecs/icnsformat.c                    |    2 +-
 dlls/windowscodecs/tiffformat.c                    |    2 +-
 dlls/winebus.sys/bus.h                             |    3 +
 dlls/winebus.sys/bus_udev.c                        |   93 ++
 dlls/winebus.sys/main.c                            |  183 ++-
 dlls/wined3d/buffer.c                              |  503 +++---
 dlls/wined3d/context.c                             |   14 +-
 dlls/wined3d/device.c                              |    3 +-
 dlls/wined3d/drawprim.c                            |   19 +-
 dlls/wined3d/state.c                               |    2 +-
 dlls/wined3d/wined3d_private.h                     |   16 +-
 dlls/winemac.drv/clipboard.c                       | 1652 +++++++++-----------
 dlls/winemac.drv/cocoa_app.m                       |    3 +-
 dlls/winemac.drv/cocoa_clipboard.m                 |   20 +-
 dlls/winemac.drv/cocoa_window.m                    |    7 +
 dlls/winemac.drv/dragdrop.c                        |    9 +-
 dlls/winemac.drv/event.c                           |    5 +
 dlls/winemac.drv/keyboard.c                        |    8 +
 dlls/winemac.drv/macdrv.h                          |    5 +-
 dlls/winemac.drv/macdrv_cocoa.h                    |    5 +-
 dlls/winemac.drv/macdrv_main.c                     |    2 -
 dlls/winemac.drv/window.c                          |    2 +
 dlls/winemac.drv/winemac.drv.spec                  |    8 +-
 dlls/winex11.drv/window.c                          |    6 +-
 dlls/winspool.drv/info.c                           |   31 +-
 dlls/wintrust/register.c                           |    2 +-
 dlls/wpc/wpc.c                                     |    2 +-
 dlls/ws2_32/socket.c                               |    8 +
 dlls/ws2_32/ws2_32.spec                            |    1 +
 dlls/xmllite/reader.c                              |    7 +
 dlls/xmllite/tests/reader.c                        |   18 +
 include/davclnt.h                                  |    1 +
 include/ddk/hidsdi.h                               |    7 +-
 include/ddk/wdm.h                                  |   30 +
 include/evntrace.h                                 |   14 +-
 include/webservices.h                              |    3 +
 po/fi.po                                           |   24 +-
 po/fr.po                                           |  165 +-
 po/lt.po                                           |    6 +-
 po/ru.po                                           |   28 +-
 po/uk.po                                           |   22 +-
 programs/explorer/systray.c                        |    7 +-
 programs/reg/tests/reg.c                           |   36 +
 programs/regedit/regproc.c                         |   19 +-
 programs/regedit/tests/regedit.c                   |  269 ++--
 server/device.c                                    |    2 +
 server/fd.c                                        |    2 +-
 server/named_pipe.c                                |   16 +-
 server/process.c                                   |    2 +-
 tools/make_specfiles                               |    5 +
 154 files changed, 7710 insertions(+), 2509 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