ANNOUNCE 22.2 KB
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
1
The Wine development release 1.9.13 is now available.
Alexandre Julliard's avatar
Alexandre Julliard committed
2

Alexandre Julliard's avatar
Alexandre Julliard committed
3
What's new in this release (see below for details):
Alexandre Julliard's avatar
Alexandre Julliard committed
4 5 6 7 8 9
  - New version of the Gecko engine based on Firefox 47.
  - More Shader Model 5 support in Direct3D.
  - Unicode data updated to Unicode 9.0.0.
  - Improvements to GDI paths and metafiles.
  - More progress towards the Direct3D command stream.
  - Joystick support improvements on Mac OS X.
Alexandre Julliard's avatar
Alexandre Julliard committed
10
  - Various bug fixes.
Alexandre Julliard's avatar
Alexandre Julliard committed
11

Alexandre Julliard's avatar
Alexandre Julliard committed
12
The source is available from the following locations:
Alexandre Julliard's avatar
Alexandre Julliard committed
13

Alexandre Julliard's avatar
Alexandre Julliard committed
14 15
  http://dl.winehq.org/wine/source/1.9/wine-1.9.13.tar.bz2
  http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.13.tar.bz2
Alexandre Julliard's avatar
Alexandre Julliard committed
16 17 18

Binary packages for various distributions will be available from:

Alexandre Julliard's avatar
Alexandre Julliard committed
19
  http://www.winehq.org/download
Alexandre Julliard's avatar
Alexandre Julliard committed
20

Alexandre Julliard's avatar
Alexandre Julliard committed
21
You will find documentation on http://www.winehq.org/documentation
Alexandre Julliard's avatar
Alexandre Julliard committed
22

Alexandre Julliard's avatar
Alexandre Julliard committed
23
You can also get the current source directly from the git
Alexandre Julliard's avatar
Alexandre Julliard committed
24
repository. Check http://www.winehq.org/git for details.
Alexandre Julliard's avatar
Alexandre Julliard committed
25

Alexandre Julliard's avatar
Alexandre Julliard committed
26 27
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
Alexandre Julliard's avatar
Alexandre Julliard committed
28

Alexandre Julliard's avatar
Alexandre Julliard committed
29 30
----------------------------------------------------------------

Alexandre Julliard's avatar
Alexandre Julliard committed
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
Bugs fixed in 1.9.13 (total 34):

  12851  LEGO Rock Raiders amstream crash
  17524  K-Meleon 1.5.2 crashes on startup
  17887  Poor graphics (black squares) observed using Many faces of Go program
  18745  64-bit Mortal Kombat X crashes on unimplemented function KERNEL32.dll.GetLargePageMinimum
  21817  Demoscene 4K demos can't cope with Wine builtin d3dx9_xx dll functions being forwarded (Elevated, fr-057)
  22819  Some applications like Heroes of Might and Magic 2 display loopback.
  23725  Slow typewriting in IBExpert SQL Editor
  25458  Saints Row 2 (Steam) crashes when entering game.
  34046  GUIMiner crashes when trying to start mining.
  35228  RC Cars hangs when music changes
  35439  Blackguards demo (non-Steam) shows black screen after launch
  35847  wined3d does not recognize cards newer than GTX 770
  37128  Clang: Uninitialized variable in a condition in atl_ax.c
  37271  Applications get IP address of 127.12.34.56 when lo0 is up on OSX
  38962  expr.c:234 and 235 attempted computation of 1 << 31 should be 1u << 31
  39172  Fonts rendered as black blobs in StartWrite 6.0
  39185  GetPath fails to return the path when using Metafile DC.
  40310  Elder Scrolls Online D3D11 needs d3dx11_43.dll.D3DX11CompileFromMemory
  40404  Subterrain crashes on loading with wine: Call from 0x7b43c49c to unimplemented function d3dcompiler_47.dll.D3DLoadModule, aborting
  40484  Motocross Madness broken geometry on Intel card (works on LIBGL_ALWAYS_SOFTWARE)
  40496  Copy/Past from file to registration bar not working
  40540  ReadIntervalTimeout is ignored if there is data in the buffer when ReadFile is called and no data arrives after that
  40581  Regression: dsound input recording from microphone lags with 2 seconds delay
  40747  Microsoft Expression Web 4 crashes on startup, needs gdiplus.dll.GdipGetImageAttributesAdjustedPalette
  40754  GOG Galaxy crashes with unimplemented function api-ms-win-crt-locale-l1-1-0.dll._lock_locales
  40755  GOG Galaxy crashes with unimplemented function ucrtbase.dll._lock_locales
  40756  GOG Galaxy crashes with unimplemented function api-ms-win-crt-heap-l1-1-0.dll._calloc_base
  40765  Python 3.5.1 interpreter crashes, needs __fpe_flt_rounds
  40770  Nvidia GeForce GT 730 not recognized properly
  40775  Emergency 3 crashes after starting
  40790  Necrovision demo crashes with unimplemented function d3dx10_43.dll.D3DX10FilterTexture
  40796  Python 3.5.1 interpreter crashes when importing pyqtSlot
  40806  AMD TressFX11 demo crashes with unimplemented function d3dx11_43.dll.D3DX11GetImageInfoFromMemory
  40853  WeatherSmart 1.8 needs hid.dll.HidD_GetAttributes
Alexandre Julliard's avatar
Alexandre Julliard committed
67

Alexandre Julliard's avatar
Alexandre Julliard committed
68
----------------------------------------------------------------
Alexandre Julliard's avatar
Alexandre Julliard committed
69

Alexandre Julliard's avatar
Alexandre Julliard committed
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439
Changes since 1.9.12:

Aaryaman Vasishta (5):
      d3drm: Rearrange version 2 functions after version 3 for IDirect3DRMFrame*.
      d3drm: Add stubs for IDirect3DRMFrame interface.
      d3drm: Fix frame object creation method.
      d3drm: Fix viewport object creation.
      d3drm/tests: Modify all QI tests to compare vtables.

Akihiro Sagawa (2):
      winegstreamer: Fix a crash in Gstreamer_Mp3_SetMediaType().
      kernel32: Fix typo of i386 macro name in GetLargePageMinimum().

Alex Henrie (6):
      msvcr90: Add tests for mbstowcs and wcstombs with a negative count.
      ucrtbase: Implement _(un)lock_locales.
      ucrtbase: Implement _calloc_base.
      ucrtbase: Implement _malloc_base.
      ucrtbase: Implement _free_base.
      ucrtbase: Implement _realloc_base.

Alexandre Julliard (36):
      user32: Add helper functions to get and set the window internal flags.
      msscript/tests: Add missing makedep pragma.
      makefiles: Don't allow import libraries to have an extension.
      kernel32: Use RtlCompareUnicodeStrings in CompareStringOrdinal for consistent results.
      gdi32/tests: Add a few more path tests.
      wineps.drv: Reset the device path once it has been painted.
      gdiplus: Avoid using PathToRegion with an empty path.
      gdi32: Fix PathToRegion and SelectClipPath behavior with an empty path.
      gdi32: Implement FillPath, StrokeAndFillPath and StrokePath in the DIB driver.
      winex11: Implement FillPath, StrokeAndFillPath and StrokePath.
      gdi32: Remove the no longer needed (and broken) null driver implementation of some path functions.
      gdi32: Take the transform rotation into account to compute pen width.
      msvcrt: Get rid of the LOCK_LOCALE macros.
      explorer: Fix hiding the taskbar when there are no system tray items.
      gdi32: Implement ArcTo in enhanced metafiles.
      gdi32: Implement PolylineTo in enhanced metafiles.
      gdi32: Add a few helper functions to manipulate point arrays in enhanced metafiles.
      gdi32: Implement PolyDraw in enhanced metafiles.
      gdi32: Implement AngleArc in enhanced metafiles.
      gdi32: Add path helper functions to add points and close figures.
      gdi32: Keep track of the last move position in a path.
      gdi32: Don't modify the DC arc direction in AngleArc.
      gdi32: Fix updating the current position in PolyDraw.
      gdi32: Implement DeleteDC in the path driver.
      gdi32: Add a helper function to return the metafile device.
      gdi32: Implement a path driver for enhanced metafiles.
      gdi32: Implement bounds for FillPath, StrokeAndFillPath and StrokePath in enhanced metafiles.
      gdi32: Fix setting the path flags in PolyPolyline and PolyPolygon.
      gdi32: Start a new path stroke when the current position differs from the last.
      gdi32/tests: Get rid of the todo mechanism in the path tests.
      gdi32: Validate the point count in Polyline and Polygon.
      gdi32: Add a helper function to reverse an array of points in paths.
      gdi32: Compatibility fixes for Rectangle in paths, with tests.
      gdi32: Reimplement RoundRect in paths to avoid calling imprecise arc helper functions.
      gdi32: Reimplement Ellipse in paths to avoid calling imprecise arc helper functions.
      gdi32/tests: Add a test to run once through all functions supported on paths.

Alistair Leslie-Hughes (26):
      wined3d: Correct memory size for Geforce 9600 GT.
      d3dcompiler_42: Share source with d3dcompiler_43.
      d3dcompiler_41: Share source with d3dcompiler_43.
      d3dcompiler_40: Share source with d3dcompiler_43.
      d3dcompiler_39: Share source with d3dcompiler_43.
      d3dcompiler_38: Share source with d3dcompiler_43.
      d3dcompiler_37: Share source with d3dcompiler_43.
      d3dcompiler_36: Share source with d3dcompiler_43.
      d3dcompiler_35: Share source with d3dcompiler_43.
      d3dcompiler_34: Share source with d3dcompiler_43.
      d3dcompiler_33: Share source with d3dcompiler_43.
      tools: D3dcompiler_46/7 already use shared source.
      d3dcompiler: Correct spec for function D3DDisassemble10Effect.
      d3dx9_36: Move functions D3DXDebugMute, D3DXGetDriverLevel to utils.c.
      vcruntime140: Forward _set_se_translator.
      d3dx9_33: Share the source with d3dx9_36.
      d3dx9_32: Share the source with d3dx9_36.
      d3dx9_31: Share the source with d3dx9_36.
      d3dx9_30: Share the source with d3dx9_36.
      d3dx9_29: Share the source with d3dx9_36.
      d3dx9_28: Share the source with d3dx9_36.
      d3dx9_27: Share the source with d3dx9_36.
      d3dx9_26: Share the source with d3dx9_36.
      d3dx9_25: Share the source with d3dx9_36.
      d3dx9_24: Share the source with d3dx9_36.
      inetcomm: Implement IMimeBody GetPropInfo.

Andrew Eikum (3):
      dsound: Capture all available data on each period callback.
      urlmon: Allow NULL IBindStatusCallback in URLOpenBlockingStream.
      urlmon: Allow NULL IBindStatusCallback in UrlOpenStream.

Andrey Gusev (12):
      include: Add d3dx11.h.
      include: Add d3dx11core.idl.
      include: Add d3dx11tex.h.
      include: Add D3DX10_FILTER_FLAG type declaration.
      d3dx10: Add D3DX10FilterTexture stub.
      d3dx11: Add D3DX11GetImageInfoFromMemory stub.
      winhttp/tests: Fix a typo in ok() message.
      msvcp120/tests: Fix a typo in ok() message.
      riched20/tests: Fix a typo in ok() messages.
      kernel32/tests: Fix a typo in skip() message.
      setupapi/tests: Fix a typo in comment.
      winemac.drv: Fix a typo in WARN() message.

André Hentschel (4):
      kernel32/tests: Fix a typo.
      advapi32/tests: Allow MACHINE\Software to be owned by local system.
      advapi32/tests: Allow Win8+ flags for Admins ACE.
      mshtml/tests: Allow ParseUrl to clear buffer on Win10.

Austin English (2):
      kernel32: Implement GetLargePageMinimum.
      kernel32: Implement GetLargePageMinimum for arm.

Bruno Jesus (1):
      ws2_32: Ensure default route IP addresses are returned first in gethostbyname.

Béla Gyebrószki (1):
      wined3d: Add Nvidia GeForce GT 730 (GK208).

David Lawrie (6):
      winejoystick.drv/joystick_osx.c: Adds multi-axis controller.
      winejoystick.drv: Fix Ry/Rx -> U/V axes mapping.
      winejoystick.drv: Fix Slider mapping.
      winejoystick.drv: Add sim page element controls.
      winejoystick.drv: Remove ignore axis input type.
      winejoystick.drv: Ignore feature elements.

Erich Hoover (1):
      msvcrt: Add support for _fstat32i64.

François Gouget (4):
      explorer: Spelling fix.
      shell32/tests: Spelling fix.
      msctf: Spelling fix.
      wined3d: Make glsl_vertex_pipe_clip_plane() static.

Hadrien Boizard (1):
      usp10: Use wine_dbgstr_point in TRACES.

Hans Leidekker (14):
      webservices: Avoid writing redundant namespace attributes.
      webservices: Add support for reading GUID values.
      include: Add missing Web Services declarations.
      webservices: Implement WsCreateMessage and WsFreeMessage.
      webservices: Implement WsGetMessageProperty and WsSetMessageProperty.
      webservices/tests: Add message tests.
      webservices: Insert an end element for self-closing tags in the writer.
      webservices: Insert a text node in WsWriteText.
      webservices: Accept zero write option in WsWriteType.
      webservices: Validate parent nodes in the writer.
      include: Add missing Web Services declarations.
      webservices: Implement WsMoveWriter.
      webservices: Implement WsGetWriterPosition.
      webservices: Implement WsSetWriterPosition.

Henri Verbeet (15):
      usp10: Set fZeroWidth when replacing control characters with blanks.
      usp10: Don't modify psa->fNoGlyphIndex in ScriptShapeOpenType().
      usp10: Don't replace control characters with blanks when psa->fNoGlyphIndex is set.
      usp10: Replace more control characters with blanks.
      usp10: Replace zero-width glyphs with 0x20 when psa->fNoGlyphIndex is set in ScriptShapeOpenType().
      wined3d: Don't bother with glGetError() if we have ARB_DEBUG_OUTPUT.
      wined3d: Include the base vertex index in WINED3D_CS_OP_DRAW.
      wined3d: Resolve "load_base_vertex_index" in wined3d_cs_exec_draw().
      wined3d: Send shader resource view destruction through the command stream.
      wined3d: Send rendertarget view destruction through the command stream.
      wined3d: Send sampler object desctruction through the command stream.
      wined3d: Send shader destruction through the command stream.
      wined3d: Send vertex declaration destruction through the command stream.
      wined3d: Send query destruction through the command stream.
      wined3d: Send palette destruction through the command stream.

Hugh McMaster (9):
      reg: Parse the registry key using a helper function.
      reg: Always output the long key name when printing strings.
      msvcrt: Implement _wperror.
      regedit: Replace error_unknown_switch() with simpler error handling.
      regedit: Hard-code "regedit" instead of passing getAppName() as an argument.
      regedit: Tokenize command-line input.
      regedit: Use error handling for missing arguments.
      regedit: Accept /C as a valid switch.
      regedit: Import multiple files in one command.

Iván Matellanes (20):
      msvcirt: Add stub for class ostream.
      msvcirt: Implement ostream constructors/destructors.
      msvcirt: Implement ostream::flush.
      msvcirt: Implement ostream::opfx.
      msvcirt: Implement ostream::osfx.
      msvcirt: Implement ostream::put.
      msvcirt: Implement ostream::write.
      msvcirt: Implement ostream::seekp.
      msvcirt: Implement ostream::tellp.
      msvcirt: Implement ostream::writepad.
      msvcirt: Fix implementation of strstreambuf::underflow.
      msvcirt: Add stubs for ostream::operator<<.
      msvcirt: Implement ostream::operator<< for characters.
      msvcirt: Implement ostream::operator<< for strings.
      msvcirt: Implement ostream::operator<< for integers.
      msvcirt: Implement ostream::operator<< for floats.
      msvcirt: Implement ostream::operator<< for pointers.
      msvcirt: Implement ostream::operator<< for streambuf.
      msvcirt: Implement ostream manipulators.
      msvcirt: Set the error flag in writepad without locking.

Jacek Caban (23):
      secur32/tests: Don't load advapi32.dll function dynamically.
      mshtml: Wine Gecko 2.47 release.
      secur32/tests: Don't load crypt32.dll function dynamically.
      mshtml.idl: Added IDocumentSelector declaration.
      mshtmdid.h: Fixed IHTMLDocument6 DISPIDs.
      mshtml.idl: Added IElementSelector declaration.
      mshtml: Added IDocumentSelector stub implementation.
      mshtml: Added IDocumentSelector::querySelectorAll implementation.
      jscript: Allow Function.apply() to be called on non-jscript objects.
      mshtml: Added IElementSelector interface stub implementation.
      mshtml: Added IElementSelector::querySelectorAll implementation.
      mshtml: Added IHTMLButtonElement::get_type implementation.
      mshtml: Added IHTMLButtonElement::value property implementation.
      mshtml: Added IHTMLButtonElement::form property implementation.
      mshtml: Pass correct name length to set_http_header in nsUploadChannel_SetUploadStream.
      jscript: Properly handle arguments in Object constructor.
      wininet: Fixed tests on win10.
      wininet: Ignore unknown attributes in get_cookie.
      wininet: Use INTERNET_SendCallback in ftp.c.
      mshtml: Added IHTMLDocument2::put_domain implementation.
      mshtml: Return success in IHTMLWindow2::moveBy and resizeBy.
      secur32/tests: Don't load secur32.dll function dynamically in negotiate.c.
      mshtml: Added IHTMLLinkElement::onload property implementation.

Jarkko Korpi (1):
      widl: Fix overflow when left-shifting.

Józef Kucia (50):
      wined3d: Recognize thread group shared memory register.
      wined3d: Recognize SM5 store_raw opcode.
      wined3d: Recognize SM5 ld_raw opcode.
      wined3d: Recognize SM5 imm_atomic_consume opcode.
      wined3d: Recognize SM5 bfi opcode.
      wined3d: Recognize SM5 store_structured opcode.
      wined3d: Recognize SM5 bufinfo opcode.
      wined3d: Fix error codes returned when creating shader resource views.
      wined3d: Forbid creating SRVs with level or layer count equal to 0.
      d3d11: Validate "ViewDimension" field in D3D11_SHADER_RESOURCE_VIEW_DESC.
      d3d11/tests: Add test for invalid SRV descriptions.
      wined3d: Forbid creating RTVs with layer count equal 0.
      wined3d: Fix error code returned when render target view description is invalid.
      wined3d: Forbid creating typeless render target views.
      d3d11: Validate "ViewDimension" field in D3D11_DEPTH_STENCIL_VIEW_DESC.
      d3d11: Validate "ViewDimension" field in D3D11_RENDER_TARGET_VIEW_DESC.
      d3d11/tests: Add test for invalid DSV descriptions.
      d3d11/tests: Add test for invalid RTV descriptions.
      wined3d: Avoid calling wined3d_rendertarget_view_create() with WINED3DFMT_UNKNOWN.
      d3d10core/tests: Add test for invalid SRV descriptions.
      d3d10core/tests: Add test for invalid RTV descriptions.
      d3d10core/tests: Add test for invalid DSV descriptions.
      d3d11: Rename set_{ds, rt, sr}desc_from_resource() functions.
      d3d11: Replace "This" with "device".
      wined3d: Recognize SM5 imm_atomic_alloc opcode.
      wined3d: Recognize SM5 ld_uav_typed opcode.
      wined3d: Add compute shader type.
      wined3d: Introduce wined3d_shader_create_cs().
      d3d11: Implement ID3D11ComputeShader interface.
      wined3d: Recognize vThreadIDInGroupFlattened register.
      wined3d: Recognize vThreadGroupID register.
      wined3d: Recognize vThreadIDInGroup register.
      wined3d: Recognize SM5 dcl_thread_group opcode.
      wined3d: Recognize vThreadID register.
      wined3d: Recognize SM5 dcl_tgsm_raw opcode.
      wined3d: Recognize SM5 dcl_tgsm_structured opcode.
      wined3d: Introduce wined3d_gl_limits_get_uniform_block_range().
      wined3d: Use single function for STATE_CONSTANT_BUFFER.
      d3d11/tests: Use get_rtv_desc() in test_render_target_views().
      d3d10core/tests: Use get_rtv_desc() in test_render_target_views().
      wined3d: Introduce wined3d_buffer_drop_bo() helper function.
      wined3d: Add SV_ClipDistance semantic.
      wined3d: Recognize SM4 indexable temporary registers.
      wined3d: Recognize SM4 dcl_indexableTemp opcode.
      wined3d: Fix sample_d for array textures.
      d3d11: Implement d3d11_immediate_context_IAGetIndexBuffer().
      d3d11: Implement d3d11_immediate_context_IAGetVertexBuffers().
      d3d11: Partially implement d3d11_device_CheckFeatureSupport().
      wined3d: Introduce wined3d_unordered_access_view.
      d3d10core/tests: Fix test table in test_create_rendertarget_view().

Ken Thomases (2):
      kernel32: Overhaul the locale determination on the Mac.
      winemac: Don't define kVK_RightCommand when building against the macOS 10.12 SDK.

Kim Malmo (1):
      po: Update Norwegian translation.

Marcus Meissner (2):
      cmd: Avoid potential buffer overflow (Coverity).
      ole32: Allocate more for FmtIdToPropStgName (Coverity).

Matteo Bruni (4):
      d3dx11: Implement D3DX11CompileFromMemory().
      d3dx11_42: Share the source code with d3dx11_43.
      d3dx9: Turn an ERR into a WARN.
      d3dx9: Fix a couple of stub signatures in the spec files.

Michael Cronenworth (1):
      secur32: Provide a static declaration for gnutls_cipher_get_block_size.

Michael Stefaniuc (23):
      gdiplus/tests: Use wine_dbgstr_rect() to print RECTs.
      user32/tests: Use wine_dbgstr_rect() in the win tests.
      d3dx10/tests: Use wine_dbgstr_rect() to print a RECT.
      user32/tests: Remove an unused macro.
      user32/tests: Use wine_dbgstr_rect() to print RECTs.
      user32/tests: Add some IsRectEmpty() tests.
      gdi32/tests: Compare RECTs with EqualRect instead of memcmp.
      d3d8/tests: Use wine_dbgstr_rect() to print RECTs.
      user32: Use EqualRect() instead of memcmp() to compare RECTs.
      comct32: Use EqualRect() instead of memcmp() to compare RECTs.
      gdi32/tests: Use wine_dbgstr_rect() to print RECTs.
      user32/tests: Remove some old broken behavior.
      user32/tests: Use the stricter !IsRectEmpty() check.
      user32/tests: Finish the move to use wine_dbgstr_rect().
      comctl32/tests: Use EqualRect() instead of memcmp() to compare RECTs.
      amstream: Use SetRect() instead of open coding it.
      atl: Simplify RECT assignments.
      gdi32/tests: Use SetRect() instead of open coding it.
      avifil32: Avoid using CopyRect().
      comdlg32: Avoid using CopyRect().
      user32/tests: Avoid using CopyRect().
      shell32: Avoid using CopyRect().
      comctl32: Avoid using CopyRect() on RECT structs.

Nikolay Sivov (21):
      shlwapi: Fix a string leak (Valgrind).
      mshtml/tests: Release interface after successful QI.
      msscript: Implement GetControlInfo().
      dwrite: Fix invalid read when building zero length text layout (Valgrind).
      dwrite/tests: Fix some leaks in tests (Valgrind).
      webservices: Added WsResetError().
      include: Added IActiveScriptGarbageCollector definition.
      msscript/tests: Initial test for script engine initialization.
      riched20: Remove duplicated condition.
      dwrite: Trace script name in shaping methods.
      msscript: Added IConnectionPointContainer stub.
      dwrite: Don't bother going through fallback for non-visual runs.
      msscript: Implement FindConnectionPoint().
      msscript: Added IQuickActivate stub.
      msscript: Added IViewObject stub.
      msscript: Added IPointerInactive stub.
      msscript: Implement GetActivationPolicy().
      msscript: Update to IViewObjectEx.
      msscript: Implement GetViewStatus().
      Update data tables to Unicode 9.0.0.
      dwrite: Update line breaking algorithm according to Unicode 9.0.0 specification.

Paul Gofman (1):
      d3dx9: Improve performance and memory usage in preshader constants setting.

Piotr Caban (10):
      ucrtbase: Add __fpe_flt_rounds implementation.
      ucrtbase/tests: Remove no longer needed function availability checks.
      msvcrt: Return error in mbstowcs if conversion fails.
      msvcrt: Fix C locale handling in mbstowcs.
      msvcrt: Fix C locale handling in wcstombs.
      msvcp90: Fix base computation in vbase destructors.
      ucrtbase: Add _set_thread_local_invalid_parameter_handler implementation.
      msvcirt/tests: Remove unneeded casts.
      msvcp60/tests: Remove unneeded casts.
      msvcp90/tests: Remove unneeded casts.
Alexandre Julliard's avatar
Alexandre Julliard committed
440

Alexandre Julliard's avatar
Alexandre Julliard committed
441
Vincent Povirk (4):
Alexandre Julliard's avatar
Alexandre Julliard committed
442 443 444 445
      gdiplus: Implement GdipGetImageAttributesAdjustedPalette.
      windowscodecs: Add test for png cHRM metadata.
      windowscodecs: Implement png cHRM metadata reader.
      gdiplus: Add support for reading png cHRM chunks.
Alexandre Julliard's avatar
Alexandre Julliard committed
446

Alexandre Julliard's avatar
Alexandre Julliard committed
447 448
--
Alexandre Julliard
449
julliard@winehq.org