This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch jessie-backports-1.9.x in repository wine.
commit 8759700d137060dc09990cc24674a1903f784c24 Merge: a3a2497 221dd05 Author: Jens Reyer <[email protected]> Date: Tue Nov 8 17:47:46 2016 +0100 Merge branch 'master' into jessie-backports-1.9.x # Conflicts: # debian/changelog .mailmap | 1 + ANNOUNCE | 517 +++--- AUTHORS | 3 +- VERSION | 2 +- configure | 28 +- configure.ac | 5 + debian/changelog | 13 + debian/patches/binary-indep/sfnt2fon.patch | 4 +- debian/wine32VERSION-tools.lintian-overrides | 2 - debian/wine64VERSION-tools.lintian-overrides | 2 - 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 + 158 files changed, 7725 insertions(+), 2515 deletions(-) diff --cc debian/changelog index b6d3ecf,91c2169..80dfa3e --- a/debian/changelog +++ b/debian/changelog @@@ -1,10 -1,16 +1,23 @@@ + wine-development (1.9.22-1) unstable; urgency=medium + + * New upstream release 1.9.22, released Oct 28, 2016. + - macOS clipboard support adapted to the new design. + - Initial implementation of bitmap rendering in Direct2D. + - More WebServices implementation. + - A few more steps towards HID support. + - Various bug fixes. + * Refresh patches. + * Drop unused lintian override hardening-no-pie from the -tools packages. + + -- Jens Reyer <[email protected]> Wed, 02 Nov 2016 20:49:56 +0100 + +wine-development (1.9.21-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + * No changes. + + -- Jens Reyer <[email protected]> Mon, 24 Oct 2016 19:59:47 +0200 + wine-development (1.9.21-1) unstable; urgency=medium * New upstream release 1.9.21, released Oct 14, 2016. -- 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
