[pkg-wine-party] [wine] 191/197: Merge tag 'wine-2.19' of git://source.winehq.org/git/wine into upstream

Jens Reyer jreyer-guest at moszumanska.debian.org
Tue Oct 31 23:26:33 UTC 2017


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

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

commit f67443c286868bedd9996522a648c97d5a5c339e
Merge: 9a43786 cf5616f
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Mon Oct 30 16:18:11 2017 +0100

    Merge tag 'wine-2.19' of git://source.winehq.org/git/wine into upstream
    
    Release 2.19
    
    # gpg: Signature made Sa 14 Okt 2017 01:41:54 CEST
    # gpg:                using RSA key DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D
    # 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                                           |   593 +-
 AUTHORS                                            |     1 +
 README                                             |     8 +
 VERSION                                            |     2 +-
 configure                                          |   100 +-
 configure.ac                                       |    27 +-
 dlls/advapi32/tests/service.c                      |    66 +
 .../api-ms-win-appmodel-runtime-l1-1-2/Makefile.in |     1 +
 .../api-ms-win-appmodel-runtime-l1-1-2.spec        |    17 +
 .../api-ms-win-crt-multibyte-l1-1-0.spec           |    14 +-
 .../api-ms-win-crt-stdio-l1-1-0.spec               |     2 +-
 dlls/atl/atl.c                                     |   129 +
 dlls/comctl32/listview.c                           |     7 +-
 dlls/comctl32/taskdialog.c                         |    22 +-
 dlls/comctl32/tests/listview.c                     |   202 +-
 dlls/concrt140/concrt140.spec                      |     4 +-
 dlls/crtdll/crtdll.spec                            |     2 +-
 dlls/crypt32/collectionstore.c                     |     1 -
 dlls/crypt32/rootstore.c                           |    98 +
 dlls/d3d10/stateblock.c                            |     1 +
 dlls/d3d11/inputlayout.c                           |     1 +
 dlls/d3d9/device.c                                 |     7 +-
 dlls/d3dcompiler_43/hlsl.y                         |     2 +-
 dlls/dwrite/analyzer.c                             |     4 +-
 dlls/dwrite/dwrite_private.h                       |     2 +
 dlls/dwrite/font.c                                 |   317 +
 dlls/dwrite/layout.c                               |    36 +-
 dlls/dwrite/main.c                                 |     8 +-
 dlls/dwrite/opentype.c                             |   144 +-
 dlls/dwrite/tests/font.c                           |   520 +-
 dlls/dwrite/tests/layout.c                         |   119 +-
 dlls/gdi32/bitblt.c                                |     7 +-
 dlls/gdi32/dibdrv/opengl.c                         |     4 +-
 dlls/gdiplus/gdiplus_private.h                     |    30 +
 dlls/gdiplus/graphics.c                            |   102 +-
 dlls/gdiplus/image.c                               |    19 +-
 dlls/gdiplus/metafile.c                            |   159 +-
 dlls/gdiplus/tests/graphics.c                      |    70 +
 dlls/gdiplus/tests/matrix.c                        |     1 +
 dlls/gdiplus/tests/metafile.c                      |   422 +-
 dlls/hid/tests/device.c                            |     2 +-
 dlls/inetcomm/smtptransport.c                      |     8 +-
 dlls/jscript/compile.c                             |     7 +-
 dlls/kernel32/tests/pipe.c                         |    57 +-
 dlls/kernel32/tests/process.c                      |     2 +-
 dlls/kernelbase/kernelbase.spec                    |     8 +-
 dlls/kernelbase/main.c                             |    55 +
 dlls/{winemp3.acm => l3codeca.acm}/Makefile.in     |     2 +-
 .../l3codeca.acm.spec}                             |     0
 dlls/{winemp3.acm => l3codeca.acm}/mpegl3.c        |     0
 dlls/midimap/midimap.c                             |     8 +
 dlls/mscoree/corruntimehost.c                      |     2 +-
 dlls/mscoree/metahost.c                            |    10 +-
 dlls/mscoree/mscoree_private.h                     |     2 +-
 dlls/mshtml/htmlanchor.c                           |     1 -
 dlls/mshtml/htmlbody.c                             |     1 -
 dlls/mshtml/htmldoc.c                              |    74 +-
 dlls/mshtml/htmlelem.c                             |    14 +-
 dlls/mshtml/htmlevent.c                            |    16 -
 dlls/mshtml/htmlevent.h                            |     1 -
 dlls/mshtml/htmlform.c                             |     1 -
 dlls/mshtml/htmlframe.c                            |     1 -
 dlls/mshtml/htmlhead.c                             |     1 -
 dlls/mshtml/htmliframe.c                           |     1 -
 dlls/mshtml/htmlimg.c                              |     1 -
 dlls/mshtml/htmlinput.c                            |    21 -
 dlls/mshtml/htmllink.c                             |     1 -
 dlls/mshtml/htmlobject.c                           |     1 -
 dlls/mshtml/htmloption.c                           |     1 -
 dlls/mshtml/htmlscript.c                           |     1 -
 dlls/mshtml/htmlselect.c                           |     1 -
 dlls/mshtml/htmlstyleelem.c                        |     1 -
 dlls/mshtml/htmltable.c                            |     1 -
 dlls/mshtml/htmltablecell.c                        |     1 -
 dlls/mshtml/htmltablerow.c                         |     1 -
 dlls/mshtml/htmltextarea.c                         |     1 -
 dlls/mshtml/mshtml_private.h                       |     2 +-
 dlls/mshtml/tests/events.c                         |    23 +-
 dlls/mshtml/tests/events.html                      |    21 +-
 dlls/mshtml/tests/winetest.js                      |     6 +
 dlls/msi/format.c                                  |    31 +-
 dlls/msvcp100/msvcp100.spec                        |     4 +-
 dlls/msvcp110/msvcp110.spec                        |     4 +-
 dlls/msvcp120/msvcp120.spec                        |    16 +-
 dlls/msvcp120/tests/msvcp120.c                     |    37 +
 dlls/msvcp120_app/msvcp120_app.spec                |    16 +-
 dlls/msvcp140/msvcp140.spec                        |     8 +-
 dlls/msvcp140/tests/msvcp140.c                     |    94 +
 dlls/msvcp60/msvcp60.spec                          |    22 +-
 dlls/msvcp90/cxx.h                                 |     1 +
 dlls/msvcp90/exception.c                           |    63 +
 dlls/msvcp90/ios.c                                 |    40 +
 dlls/msvcp90/misc.c                                |    49 +
 dlls/msvcr100/msvcr100.spec                        |    18 +-
 dlls/msvcr110/msvcr110.spec                        |    18 +-
 dlls/msvcr120/msvcr120.spec                        |    18 +-
 dlls/msvcr120_app/msvcr120_app.spec                |     4 +-
 dlls/msvcr80/msvcr80.spec                          |    18 +-
 dlls/msvcr90/msvcr90.spec                          |    18 +-
 dlls/msvcrt/file.c                                 |   176 +-
 dlls/msvcrt/mbcs.c                                 |   115 +-
 dlls/msvcrt/msvcrt.spec                            |    18 +-
 dlls/msvcrt/tests/string.c                         |    52 +
 dlls/msvcrt/wcs.c                                  |    33 +-
 dlls/msvcrt20/msvcrt20.spec                        |     2 +-
 dlls/msvcrt40/msvcrt40.spec                        |     2 +-
 dlls/msvcrtd/msvcrtd.spec                          |     2 +-
 dlls/msxml3/saxreader.c                            |     3 +-
 dlls/ntdll/directory.c                             |     2 +
 dlls/ntdll/file.c                                  |    88 +-
 dlls/ntdll/heap.c                                  |    22 +-
 dlls/ntdll/loadorder.c                             |     2 +-
 dlls/ntdll/ntdll.spec                              |     5 +-
 dlls/ntdll/rtl.c                                   |    19 +
 dlls/ntdll/tests/file.c                            |     8 +
 dlls/ntdll/tests/pipe.c                            |    45 +-
 dlls/ntdll/virtual.c                               |    51 +-
 dlls/ole32/datacache.c                             |     5 +-
 dlls/ole32/storage32.h                             |     8 +
 dlls/ole32/tests/ole2.c                            |     8 +-
 dlls/oleaut32/tests/vartype.c                      |     2 +
 dlls/oleaut32/typelib.c                            |     1 -
 dlls/oleaut32/vartype.c                            |     2 +-
 dlls/opengl32/make_opengl                          |   997 +-
 dlls/opengl32/opengl32.spec                        |     5 +-
 dlls/opengl32/opengl_ext.c                         | 13361 +++++++++++--------
 dlls/opengl32/opengl_ext.h                         |    17 +-
 dlls/opengl32/opengl_norm.c                        |  5048 +++----
 dlls/opengl32/tests/opengl.c                       |    25 +-
 dlls/opengl32/wgl.c                                |   199 +-
 dlls/opengl32/winegl.xml                           |   442 +
 dlls/qedit/tests/timeline.c                        |    12 +-
 dlls/qedit/timeline.c                              |   195 +
 dlls/quartz/avisplit.c                             |     3 +-
 dlls/quartz/pin.c                                  |     5 +-
 dlls/quartz/pin.h                                  |     5 +-
 dlls/riched20/table.c                              |     2 +-
 dlls/rsaenh/rsaenh.c                               |   174 +-
 dlls/secur32/lsa.c                                 |     2 +-
 dlls/secur32/tests/ntlm.c                          |     4 -
 dlls/shell32/shell32_main.c                        |     2 +-
 dlls/shell32/shelldispatch.c                       |     4 +-
 dlls/shell32/tests/shelldispatch.c                 |     3 +
 dlls/shlwapi/path.c                                |    26 +-
 dlls/shlwapi/tests/path.c                          |    12 +
 dlls/twain_32/dsm_ctrl.c                           |     6 +
 dlls/ucrtbase/ucrtbase.spec                        |    16 +-
 dlls/user32/combo.c                                |   130 +-
 dlls/user32/tests/input.c                          |     3 +-
 dlls/user32/tests/msg.c                            |    83 +-
 dlls/usp10/tests/usp10.c                           |   101 +-
 dlls/usp10/usp10.c                                 |    72 +-
 dlls/vbscript/global.c                             |    42 +-
 dlls/vbscript/interp.c                             |    45 +-
 dlls/vbscript/parser.y                             |     8 +-
 dlls/vbscript/tests/api.vbs                        |    15 +
 dlls/vbscript/tests/error.vbs                      |    12 +-
 dlls/vbscript/tests/lang.vbs                       |    71 +-
 dlls/vbscript/tests/run.c                          |    24 +-
 dlls/wbemprox/builtin.c                            |     2 +-
 dlls/wbemprox/tests/query.c                        |     2 +
 dlls/webservices/channel.c                         |    18 +-
 dlls/webservices/reader.c                          |    28 +-
 dlls/webservices/string.c                          |    12 -
 dlls/webservices/webservices_private.h             |     1 -
 dlls/wineandroid.drv/build.gradle.in               |     2 +-
 dlls/wineandroid.drv/mmdevdrv.c                    |   236 +-
 dlls/wineandroid.drv/opengl.c                      |     5 +-
 dlls/wined3d/wined3d_gl.h                          |     1 -
 dlls/winemac.drv/opengl.c                          |     5 +-
 dlls/winex11.drv/opengl.c                          |     5 +-
 dlls/winhttp/cookie.c                              |     2 +-
 dlls/winhttp/request.c                             |  2111 +--
 dlls/winhttp/tests/winhttp.c                       |    50 +
 dlls/winspool.drv/info.c                           |     2 +-
 dlls/wldap32/init.c                                |    17 +-
 dlls/wldap32/tests/parse.c                         |    10 +
 dlls/ws2_32/socket.c                               |     4 +-
 dlls/ws2_32/tests/sock.c                           |     7 +-
 documentation/README.fi                            |     9 +-
 documentation/README.ja                            |    24 +-
 documentation/README.ru                            |    12 +-
 fonts/fixedsys_jp.sfd                              |   515 +-
 fonts/fixedsys_jp.ttf                              |   Bin 8716 -> 8724 bytes
 fonts/system.sfd                                   |  1265 +-
 fonts/system.ttf                                   |   Bin 28712 -> 28912 bytes
 include/Makefile.in                                |     1 +
 include/appmodel.h                                 |    60 +
 include/atlbase.h                                  |    28 +
 include/dxva2api.idl                               |     3 +
 include/mshtmdid.h                                 |     3 +
 include/mshtml.idl                                 |    16 +
 include/uianimation.idl                            |   108 +
 include/wine/server_protocol.h                     |    18 +-
 include/wine/wgl.h                                 | 11547 ++++++++--------
 include/wine/wgl_driver.h                          |  5890 ++++----
 include/wine/wglext.h                              |   943 --
 include/wpcapi.idl                                 |     2 +-
 loader/wine.inf.in                                 |     2 +-
 po/ja.po                                           |   116 +-
 programs/reg/tests/reg.c                           |   285 +-
 programs/regedit/regproc.c                         |     5 +-
 programs/regedit/tests/regedit.c                   |   222 +-
 programs/services/rpc.c                            |     3 +
 programs/winecfg/libraries.c                       |     2 +-
 server/change.c                                    |     1 +
 server/console.c                                   |     1 +
 server/debugger.c                                  |    18 +-
 server/device.c                                    |     1 +
 server/fd.c                                        |    18 +
 server/file.c                                      |     1 +
 server/file.h                                      |     7 +-
 server/mailslot.c                                  |     3 +
 server/mapping.c                                   |   121 +-
 server/named_pipe.c                                |   366 +-
 server/protocol.def                                |     7 +
 server/request.h                                   |     6 +
 server/serial.c                                    |     1 +
 server/sock.c                                      |     2 +
 server/trace.c                                     |    14 +
 tools/make_specfiles                               |     1 +
 tools/winapi/win32.api                             |     2 +-
 tools/winedump/pdb.c                               |     3 +-
 223 files changed, 27276 insertions(+), 22846 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