mpr: Enumerate connections capability before looking for functions entry points.
[wine.git] / ANNOUNCE
blob943c835552af4db5b0468e7ae6aea29dd1a5f44a
1 The Wine development release 2.0-rc3 is now available.
3 What's new in this release (see below for details):
4   - Bug fixes only, we are in code freeze.
6 The source is available from the following locations:
8   http://dl.winehq.org/wine/source/2.0/wine-2.0-rc3.tar.bz2
9   http://mirrors.ibiblio.org/wine/source/2.0/wine-2.0-rc3.tar.bz2
11 Binary packages for various distributions will be available from:
13   http://www.winehq.org/download
15 You will find documentation on http://www.winehq.org/documentation
17 You can also get the current source directly from the git
18 repository. Check http://www.winehq.org/git for details.
20 Wine is available thanks to the work of many people. See the file
21 AUTHORS in the distribution for the complete list.
23 ----------------------------------------------------------------
25 Bugs fixed in 2.0-rc3 (total 15):
27   18081  warhammer dawn of war ii crashes
28   38207  Unreal Tournament 3 uninstaller fails when invoking from 'wine uninstaller' (removes wrong entries)
29   38555  The Magic School Bus Explores the Solar System hangs  during installation
30   39661  Font width incorrect in wineconsole
31   40429  regression: "mscoree set config path for default app domain" makes .NET app not working
32   40845  Uninstaller does not remove missing applications from the list
33   41378  wineboot silently ignores unknown WINEARCH
34   41476  Cannot paste in WinAuth 3.5.1 (32-bit)
35   41609  Uninstaller entries are not removed from the registry when the uninstaller says they will be
36   41732  wineconsole: changing to emacs mode requires restart
37   41733  wineconsole: crashes in emacs mode when pasting (Ctrl+Y) empty buffer
38   41744  Streamline crashes on launch
39   41869  Wine is not compiling: undefined reference to 'HIDIOCSFEATURE'
40   41909  Calling TBM_SETPOS after TBM_SETRANGEMIN/TBM_SETRANGEMAX does not draw slider control properly
41   41993  Chuckie Egg: The Next Batch v1.2 no longer works
43 ----------------------------------------------------------------
45 Changes since 2.0-rc2:
47 Alex Henrie (2):
48       po: Update Catalan translation.
49       msvcrt: Pass wide char caption string to MessageBoxIndirectW.
51 Alexandre Julliard (4):
52       winex11: Also ignore BadWindow errors caused by XSendEvent.
53       msvcrt: Disable relay for the __libm_sse2 functions.
54       wineconsole: Leave room for wide characters only when using a DBCS codepage.
55       msvcirt/tests: Silence a compiler warning.
57 Andrew Eikum (1):
58       mscoree: Leave the last backslash on application base path.
60 André Hentschel (1):
61       hlink/tests: Ignore single character fails on Win10.
63 Aric Stewart (1):
64       hidclass.sys: Do not use device after free.
66 Austin English (1):
67       webservices: Allocate enough memory for WS_XML_TEXT_TYPE_DOUBLE on Valgrind.
69 Can Taşan (1):
70       po: Update Turkish translation.
72 Hans Leidekker (12):
73       advpack/tests: Skip inf install tests if the user doesn't have admin rights.
74       mstask/tests: Skip ITaskScheduler::SetTargetComputer tests if the user doesn't have admin rights.
75       setupapi/tests: Skip SetupCopyOEMInfA tests if the user doesn't have admin rights.
76       setupapi/tests: Skip devinst tests if the user doesn't have admin rights.
77       urlmon/tests: Skip domain tests if the user doesn't have admin rights.
78       wintrust/tests: Fix test failures on Windows 8.1 and 10.
79       shell32/tests: Accept another error from SHFileOperationA.
80       shell32/tests: Skip SHFileOperation tests if the user doesn't have admin rights.
81       setupapi/tests: Skip SetupGetInfInformation tests if the user doesn't have admin rights.
82       setupapi/tests: Skip InstallHinfSection tests if the user doesn't have admin rights.
83       user32/tests: Disable automatic shell restart during SetShellWindow tests.
84       webservices/tests: Add a helper to print the contents of the output buffer.
86 Hugh McMaster (5):
87       regedit: Load Binary editor from context menu.
88       regedit/tests: Add tests for line concatenation when importing.
89       reg/tests: Add tests for line concatenation when importing.
90       appwiz.cpl: Do not overwrite application IDs when changing registry keys.
91       msvcrt: Fix typo in message_format array.
93 Józef Kucia (3):
94       wined3d: Always check if context window needs to be updated.
95       d2d1/tests: Change scale factors in test_bitmap_brush().
96       d3d11/tests: Skip test_depth_stencil_sampling() on AMD Windows drivers.
98 Lauri Kenttä (1):
99       cmd: Fix memory leak in WCMD_reduce.
101 Marcus Meissner (1):
102       xmllite: Hr was uninitialized in error path (Coverity).
104 Nikolay Sivov (8):
105       gdiplus/tests: Test for initial properties of adjustable arrow caps.
106       dwrite: Fully initialize shared factory vtable.
107       dwrite: Improve strikethrough and underline thickness extraction logic.
108       shell32: Don't trace output string buffer contents.
109       shell32: Fix potential destination buffer overrun.
110       winspool: Initialize string pointers passed to StartDocDlgW() (Coverity).
111       winspool: Fix potential string buffer leaks (Coverity).
112       mscoree: Free argument buffer on error (Coverity).
114 Piotr Caban (1):
115       msvcrt/tests: Correctly declare base class to avoid a compiler warning.
117 Zebediah Figura (1):
118       advapi32: Add tests for StartTrace().
121 Alexandre Julliard
122 julliard@winehq.org