include: Add definitions for Win8 pseudo handles.
[wine.git] / ANNOUNCE
blob8bf390298c439c7e7fb4345ac0184814447a40cc
1 The Wine maintenance release 1.8.1 is now available.
3 What's new in this release (see below for details):
4   - Various bug fixes.
5   - Small translation updates.
7 The source is available from the following locations:
9   http://dl.winehq.org/wine/source/1.8/wine-1.8.1.tar.bz2
10   http://mirrors.ibiblio.org/wine/source/1.8/wine-1.8.1.tar.bz2
12 Binary packages for various distributions will be available from:
14   http://www.winehq.org/download
16 You will find documentation on http://www.winehq.org/documentation
18 You can also get the current source directly from the git
19 repository. Check http://www.winehq.org/git for details.
21 Wine is available thanks to the work of many people. See the file
22 AUTHORS in the distribution for the complete list.
24 ----------------------------------------------------------------
26 Bugs fixed in 1.8.1 (total 24):
28    7938  Gyldendal dictionary needs ole2disp.dll.SAFEARRAYALLOCDATA
29   11023  Lack of ole2disp.dll.SAFEARRAYDESTROYDESCRIPTOR causes Nota Bene to refuse to launch
30   22581  Internet Explorer 3.01 crashes on some web pages (unimplemented function ole2disp.dll16.VARIANTINIT)
31   24658  Unimplemented function ole2.dll16.READCLASSSTM
32   28113  winverbs doesn't work, needs ole2disp.dll16.SAFEARRAYALLOCDESCRIPTOR
33   32852  BioEdit: changing the install directory doesn't show the change in the GUI
34   34185  Castlevania: Lords of Shadow demo doesn't work after intro movies
35   38076  GameRanger: unimplemented function dnsapi.dll.DnsFlushResolverCacheEntry_A
36   38818  Umax Astra 4100 USB scanner driver installer needs setupx.dll16.DiBuildDriverIndex in Win9X mode
37   39454  64-bit StarCraft II v3.0 client crashes immediately on startup (SetThreadContext on self with only DRx registers/CONTEXT_DEBUG_REGISTERS provided)
38   39611  Any Video Converter (AVC) crashes after converting a video, needs msvcr100.dll._wtmpnam_s
39   39660  some *-config scripts in configure.ac are not crosscompiling friendly
40   39678  Zararadio can not read folder/file name path with Latin characters
41   39739  Cobra 11 - Burning Wheels demo: crashes when starting the tutorial
42   39752  The elder scrolls IV: Oblivion issues
43   39805  GTAIV rendering is broken
44   39811  GetLongPathName not working on case insensitive filesystems when short path is passed
45   39904  Spurious "You must use msvcrt" error even when __MSVCRT__ is defined (-mno-cygwin)
46   39943  Worms Armageddon opens wine explorer instead of running
47   39952  trackbar thumb always at zero on dialog load.
48   39953  StarCraft II: 64bit client crashing regularly due to access violation (0xC0000005)
49   39954  StarCraft II: 64bit client only runs with lowest shader settings
50   39974  Thumb slider doesn't respond to key events
51   40052  Opening an RTF file with "A Wine application" fails with "File not found"
53 ----------------------------------------------------------------
55 Changes since 1.8:
57 Alex Henrie (1):
58       maintainers: Add Wine Staging maintainers.
60 Alexandre Julliard (4):
61       Update copyright info for 2016.
62       explorer: Support a quoted /desktop option.
63       wine.inf: Fix the wordpad.exe path in associations.
64       wine.inf: Add quotes around the wordpad.exe path.
66 Alistair Leslie-Hughes (2):
67       msi: Allow PathEdit controls to be updated.
68       msi: Refreh controls after spawned dialog is closed.
70 Andrew Eikum (1):
71       maintainers: Add DirectShow section.
73 André Hentschel (1):
74       include: Add more OID defines.
76 Anthony Fok (1):
77       include: Suppress "use msvcrt" error in tchar.h when -mno-cygwin is used.
79 Austin English (1):
80       setupx.dll16: Add DiBuildDriverIndex stub.
82 Frédéric Delanoy (2):
83       loader: Update French translation of wine manpage.
84       po: Update French translation.
86 Hans Leidekker (1):
87       dnsapi: Add a stub implementation of DnsFlushResolverCacheEntry_A/UTF8/W.
89 Henri Verbeet (1):
90       wined3d: Set WINED3D_BUFFER_DOUBLEBUFFER for managed buffers as well.
92 Jactry Zeng (1):
93       po: Update Simplified Chinese translation.
95 Józef Kucia (1):
96       d3d9: Implement d3d9_device_CreateDepthStencilSurfaceEx().
98 Matteo Bruni (1):
99       wined3d: Regenerate FFP replacement VS on changes to the normal attribute in the vertex declaration.
101 Nikolay Sivov (10):
102       ole2disp: Implement VariantInit().
103       ole2: Fix error handling in ReadClassStg().
104       ole2: Implement ReadClassStm().
105       ole2disp: Implement SafeArrayAllocDescriptor().
106       ole2disp: Implement SafeArrayDestroyDescriptor().
107       ole2disp: Implement SafeArrayAllocData().
108       msvcrt: Fix char to int promotion that breaks pattern lookup.
109       comctl32/tests: Separate individual Trackbar tests from each other.
110       comctl32/trackbar: Update thumb immediately on TBM_SETPOS.
111       comctl32/trackbar: Update thumb immediately on key press.
113 Piotr Caban (4):
114       ntdll: Fix NtQueryDirectoryFile behavior on short file names on case insensitive file systems.
115       msvcrt: Add tmpnam_s implementation.
116       msvcrt: Add _wtmpnam_s implementation.
117       msvcrt: Fix modff signature.
119 Sebastian Lackner (2):
120       ntdll: Check ContextFlags before restoring registers on x86_64.
121       ntdll: Receive debug registers from server on x86_64.
123 Stefan Dösinger (1):
124       wined3d: Prepare GL textures in surface_load_ds_location.
126 Thomas Petazzoni (1):
127       configure: Allow to override the location of the *-config scripts.
130 Michael Stefaniuc
131 mstefani@winehq.org