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

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

commit adb23b430ff7c9f6741c227946aa2bb0ee687142
Merge: 1dbf859 eb5339e
Author: Jens Reyer <jre.wine...@gmail.com>
Date:   Fri Oct 14 22:49:12 2016 +0200

    Merge tag 'wine-1.9.21' of git://source.winehq.org/git/wine into upstream
    
    Release 1.9.21
    
    # gpg: Signature made Fri 14 Oct 2016 08:41:10 PM CEST
    # gpg:                using RSA key 0xCEFAC8EAAF17519D
    # gpg: Good signature from "Alexandre Julliard <julli...@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                                           | 525 +++++++------
 AUTHORS                                            |   1 +
 MAINTAINERS                                        |   1 +
 VERSION                                            |   2 +-
 configure                                          |  29 +-
 configure.ac                                       |   7 +-
 dlls/advapi32/advapi32.spec                        |   2 +-
 dlls/advapi32/eventlog.c                           |  14 +
 dlls/advapi32/tests/service.c                      |   4 +-
 .../api-ms-win-appmodel-runtime-l1-1-1/Makefile.in |   1 +
 .../api-ms-win-appmodel-runtime-l1-1-1.spec        |  27 +
 .../api-ms-win-eventing-controller-l1-1-0.spec     |   2 +-
 dlls/d2d1/Makefile.in                              |   3 +-
 dlls/d2d1/bitmap.c                                 |  97 ++-
 dlls/d2d1/d2d1_private.h                           |  19 +-
 dlls/d2d1/dc_render_target.c                       |   2 +-
 dlls/d2d1/factory.c                                |  61 +-
 dlls/d2d1/hwnd_render_target.c                     | 869 +++++++++++++++++++++
 dlls/d2d1/render_target.c                          |  56 +-
 dlls/d2d1/tests/d2d1.c                             | 287 +++++++
 dlls/d3d10core/tests/device.c                      | 173 +++-
 dlls/d3d11/tests/d3d11.c                           | 251 +++++-
 dlls/d3d9/tests/visual.c                           | 431 +++++-----
 dlls/ddraw/device.c                                |   6 +-
 dlls/ddraw/executebuffer.c                         |  13 +-
 dlls/ddraw/tests/ddraw1.c                          |  72 +-
 dlls/ddraw/tests/ddraw2.c                          | 189 ++++-
 dlls/ddraw/tests/ddraw4.c                          | 181 ++++-
 dlls/ddraw/viewport.c                              |  44 +-
 dlls/dmusic/dmusic_private.h                       |  25 +-
 dlls/dmusic/port.c                                 | 114 ++-
 dlls/dmusic/tests/dmusic.c                         |  58 ++
 dlls/dpnet/address.c                               |   4 +-
 dlls/dpnet/tests/address.c                         |   9 +
 dlls/dwrite/analyzer.c                             |  10 +-
 dlls/dwrite/dwrite_private.h                       |  22 +-
 dlls/dwrite/font.c                                 |  46 +-
 dlls/dwrite/gdiinterop.c                           |  12 +-
 dlls/dwrite/layout.c                               |  14 +-
 dlls/dwrite/main.c                                 | 265 ++++---
 .../Makefile.in                                    |   1 +
 ...ext-ms-win-kernel32-package-current-l1-1-0.spec |   2 +
 dlls/gdiplus/gdiplus_private.h                     |   1 +
 dlls/gdiplus/graphics.c                            | 414 +++++++++-
 dlls/gdiplus/graphicspath.c                        |   2 +-
 dlls/gdiplus/metafile.c                            |  97 ++-
 dlls/gdiplus/tests/graphics.c                      |  94 ++-
 dlls/gdiplus/tests/graphicspath.c                  |  18 +
 dlls/gdiplus/tests/metafile.c                      | 136 +++-
 dlls/hidclass.sys/pnp.c                            |   3 +-
 dlls/kernel32/locale.c                             | 312 +++++++-
 dlls/kernel32/tests/file.c                         |  30 +-
 dlls/kernel32/tests/locale.c                       |  22 +-
 dlls/kernel32/tests/pipe.c                         |  72 ++
 dlls/kernel32/tests/version.c                      |   3 +
 dlls/mshtml/htmlstyle.c                            |  15 +-
 dlls/mshtml/navigate.c                             |   7 +
 dlls/mshtml/tests/style.c                          |  27 +
 dlls/msvcp100/msvcp100.spec                        |  16 +-
 dlls/msvcp110/msvcp110.spec                        |  16 +-
 dlls/msvcp120/msvcp120.spec                        |  16 +-
 dlls/msvcp120/tests/msvcp120.c                     |  38 +
 dlls/msvcp120_app/msvcp120_app.spec                |  16 +-
 dlls/msvcp140/msvcp140.spec                        |  16 +-
 dlls/msvcp140/tests/msvcp140.c                     |  36 +
 dlls/msvcp90/ios.c                                 |  48 ++
 dlls/msvcp90/locale.c                              |  42 +-
 dlls/msvcp90/misc.c                                |  21 +
 dlls/msvcp90/msvcp90.h                             |   2 +
 dlls/msvcrt/cpp.c                                  |  19 +-
 dlls/ntdll/ntdll.spec                              | 394 +++++-----
 dlls/ntdll/tests/pipe.c                            |  17 +
 dlls/ntdll/version.c                               |   9 +-
 dlls/ntoskrnl.exe/ntoskrnl.c                       | 206 ++---
 dlls/ntoskrnl.exe/ntoskrnl.exe.spec                | 206 ++---
 dlls/riched20/caret.c                              |  96 +--
 dlls/riched20/editor.c                             | 197 ++++-
 dlls/riched20/editor.h                             |   8 +-
 dlls/riched20/editstr.h                            |  47 +-
 dlls/riched20/list.c                               |   1 +
 dlls/riched20/paint.c                              |  25 +-
 dlls/riched20/para.c                               | 237 +++++-
 dlls/riched20/reader.c                             |   4 +-
 dlls/riched20/richole.c                            |   2 +-
 dlls/riched20/run.c                                |  37 +-
 dlls/riched20/string.c                             |  43 +-
 dlls/riched20/style.c                              |  62 +-
 dlls/riched20/table.c                              |   2 +-
 dlls/riched20/tests/editor.c                       | 310 ++++++++
 dlls/riched20/tests/richole.c                      |   1 -
 dlls/riched20/undo.c                               |   2 +-
 dlls/riched20/wrap.c                               |  47 +-
 dlls/riched20/writer.c                             | 490 +++++++-----
 dlls/rpcrt4/rpc_transport.c                        |  20 +-
 dlls/shell32/systray.c                             |   2 +
 dlls/shell32/tests/shlfolder.c                     |   3 +-
 dlls/ucrtbase/tests/cpp.c                          |  11 +-
 dlls/user32/tests/clipboard.c                      |   3 +
 dlls/wbemprox/builtin.c                            | 126 ++-
 dlls/wbemprox/tests/query.c                        | 130 ++-
 dlls/webservices/channel.c                         |   2 +-
 dlls/webservices/reader.c                          | 375 +++++++--
 dlls/webservices/tests/reader.c                    |  82 +-
 dlls/webservices/tests/writer.c                    | 217 +++--
 dlls/webservices/webservices_private.h             |  31 +-
 dlls/webservices/writer.c                          | 264 ++++++-
 dlls/winebus.sys/bus.h                             |  19 +-
 dlls/winebus.sys/bus_udev.c                        | 295 ++++++-
 dlls/winebus.sys/main.c                            | 174 ++++-
 dlls/wined3d/arb_program_shader.c                  |  76 +-
 dlls/wined3d/ati_fragment_shader.c                 |   4 +-
 dlls/wined3d/context.c                             | 139 ++--
 dlls/wined3d/device.c                              | 181 ++---
 dlls/wined3d/directx.c                             |  91 ++-
 dlls/wined3d/glsl_shader.c                         |  80 +-
 dlls/wined3d/shader.c                              |   7 +-
 dlls/wined3d/state.c                               |  97 ++-
 dlls/wined3d/surface.c                             | 108 +--
 dlls/wined3d/utils.c                               |  34 +-
 dlls/wined3d/wined3d_gl.h                          |   3 +
 dlls/wined3d/wined3d_private.h                     |  58 +-
 dlls/winehid.sys/Makefile.in                       |   6 +
 dlls/winehid.sys/main.c                            |  93 +++
 dlls/winehid.sys/winehid.sys.spec                  |   1 +
 dlls/winemac.drv/cocoa_window.m                    |  48 +-
 dlls/winemac.drv/opengl.c                          |   4 +-
 dlls/winemac.drv/window.c                          |  10 +-
 dlls/winex11.drv/systray.c                         |  57 +-
 dlls/winhttp/session.c                             |  10 +-
 dlls/winhttp/tests/winhttp.c                       |   6 +
 dlls/wininet/tests/http.c                          |   2 +-
 dlls/ws2_32/socket.c                               |  31 +-
 dlls/ws2_32/tests/sock.c                           |  32 +-
 include/config.h.in                                |   3 +
 include/d2d1.idl                                   |   2 -
 include/d2dbasetypes.h                             |  12 -
 include/dcommon.h                                  |  14 +
 include/ddk/wdm.h                                  |  33 +
 include/dwrite_3.idl                               | 101 +++
 include/evntrace.h                                 |  13 +
 include/richedit.h                                 |   2 +
 include/webservices.h                              |  19 +
 include/winhttp.h                                  |   2 +
 loader/wine.inf.in                                 |  20 +
 po/ar.po                                           | 333 ++++----
 po/bg.po                                           | 329 ++++----
 po/ca.po                                           | 333 ++++----
 po/cs.po                                           | 333 ++++----
 po/da.po                                           | 333 ++++----
 po/de.po                                           | 333 ++++----
 po/el.po                                           | 329 ++++----
 po/en.po                                           | 325 ++++----
 po/en_US.po                                        | 325 ++++----
 po/eo.po                                           | 331 ++++----
 po/es.po                                           | 333 ++++----
 po/fa.po                                           | 326 ++++----
 po/fi.po                                           | 333 ++++----
 po/fr.po                                           | 333 ++++----
 po/he.po                                           | 331 ++++----
 po/hi.po                                           | 326 ++++----
 po/hr.po                                           | 333 ++++----
 po/hu.po                                           | 333 ++++----
 po/it.po                                           | 333 ++++----
 po/ja.po                                           | 333 ++++----
 po/ko.po                                           | 333 ++++----
 po/lt.po                                           | 329 ++++----
 po/ml.po                                           | 326 ++++----
 po/nb_NO.po                                        | 347 ++++----
 po/nl.po                                           | 333 ++++----
 po/or.po                                           | 326 ++++----
 po/pa.po                                           | 326 ++++----
 po/pl.po                                           | 333 ++++----
 po/pt_BR.po                                        | 333 ++++----
 po/pt_PT.po                                        | 333 ++++----
 po/rm.po                                           | 326 ++++----
 po/ro.po                                           | 333 ++++----
 po/ru.po                                           | 333 ++++----
 po/sk.po                                           | 331 ++++----
 po/sl.po                                           | 333 ++++----
 po/sr...@cyrillic.po                               | 329 ++++----
 po/sr...@latin.po                                  | 333 ++++----
 po/sv.po                                           | 333 ++++----
 po/te.po                                           | 326 ++++----
 po/th.po                                           | 328 ++++----
 po/tr.po                                           | 333 ++++----
 po/uk.po                                           | 333 ++++----
 po/wa.po                                           | 326 ++++----
 po/wine.pot                                        | 325 ++++----
 po/zh_CN.po                                        | 333 ++++----
 po/zh_TW.po                                        | 333 ++++----
 programs/explorer/systray.c                        |  51 +-
 programs/msinfo32/Makefile.in                      |   3 +
 programs/msinfo32/main.c                           |   9 +
 programs/{wmic/wmic.h => msinfo32/msinfo32.rc}     |  15 +-
 programs/{wmic/wmic.h => msinfo32/resource.h}      |   6 +-
 programs/subst/Makefile.in                         |   5 +
 programs/{msinfo32 => subst}/main.c                |   2 +-
 programs/winecfg/appdefaults.c                     |   6 +-
 programs/winedbg/gdbproxy.c                        |   2 +-
 programs/winefile/Makefile.in                      |   2 +-
 programs/winefile/resource.h                       |   3 -
 programs/winefile/winefile.c                       |  41 +-
 programs/winefile/winefile.h                       |   1 +
 programs/winefile/winefile.rc                      |   3 -
 programs/wmic/main.c                               |  71 +-
 programs/wmic/wmic.h                               |   1 +
 programs/wmic/wmic.rc                              |   1 +
 programs/wordpad/wordpad.c                         | 128 ++-
 programs/wordpad/wordpad.h                         |  13 +-
 programs/wordpad/wordpad.rc                        |  18 +-
 server/sock.c                                      |  20 +-
 tools/make_specfiles                               |   2 +
 212 files changed, 17219 insertions(+), 9495 deletions(-)

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

_______________________________________________
pkg-wine-party mailing list
pkg-wine-party@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party

Reply via email to