1 The Wine development release 1.0-rc5 is now available.
3 This should be the last release candidate for Wine 1.0, please give it
6 What's new in this release (see below for details):
7 - Bug fixes only, we are in code freeze.
9 The source is available from the following locations:
11 http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.0-rc5.tar.bz2
12 http://prdownloads.sourceforge.net/wine/wine-1.0-rc5.tar.bz2
14 Binary packages for various distributions will be available from:
16 http://www.winehq.org/site/download
18 You will find documentation on http://www.winehq.org/site/documentation
20 You can also get the current source directly from the git
21 repository. Check http://www.winehq.org/site/git for details.
23 Wine is available thanks to the work of many people. See the file
24 AUTHORS in the distribution for the complete list.
26 ----------------------------------------------------------------
28 Bugs fixed in 1.0-rc5:
30 4373 Winamp Agent displays a size-zero window with decoration
31 5381 Unhandled exception FAME
32 6147 DC++, blank window after switching workspace in gnome
33 6384 frequent but unpredicable crashes in IE at specific homepage
34 6498 Window show slowly in Chinese language interface with SCIM input method
35 7201 Morrowind Pixel Shader water looks too "harsh" and generally wrong
36 7923 Game (Mount&Blade) crashes immediately when starting
37 8032 SCAR Divi - Mouse won't click
38 8340 fr-08 .the .product does not show some textures correctly due to lack of wrapping support
39 8772 Babylon-Pro-6/ Babylon-Pro-7 doesn't show main menu
40 8943 GunMetal crashs at start
41 8979 Call of Duty -> Jerky mouse / freelook problem
42 9561 huge bitmap creation solidworks
43 10373 BS Contact VRML/X3D 7.039: Direct3D 7/9 and texture problems
44 10441 Age of Empires III (3): freezes then dies after a couple of clicks
45 10610 Gothic II: D3D7 crash after playing several minutes
46 10667 Derive 6.10 - Input from keyboard
47 10673 Gnome panel bars overlap Halo in fullscreen mode
48 10967 Axis & Allies does not start
49 11214 configure does not recognise libncursesw
50 11540 Need for Speed III installer won't close
51 11552 Adobe Photoshop CS2 Open File Dialog looks different from windows
52 11584 Multiple games crash with stack overflow error
53 11730 REDCINE font rendering problem
54 11851 stack smashing attack in function wine_nt_to_unix_file_name
55 11888 gta2 unhandled exception
56 12011 Gothic 2 switches between fullscreen- and window-mode every time
57 12012 Gothic 2 graphic glitch
58 12097 Wine 1.0 should not ship out-of-sync resource translations
59 12537 .NET 2.0 Framework ESP Langpack can not be installed.
60 13038 Notes 7 database tiles are displayed incorrectly.
61 13139 Office 2003 install aborts in RC1
62 13151 Installation of MS Office 2000 hangs
63 13292 Crashday not starting anymore
64 13682 The babylon project crashes
65 13705 keyboard does not work in Trackmania Nations Forever
66 13709 data guardian refuses to install first time, works after a second attempt
67 13855 CVS head dlls/msxml3/domdoc.c doesn't compile
69 ----------------------------------------------------------------
71 Changes since 1.0-rc4:
73 Alexandre Julliard (14):
74 rpcrt4: Properly handle the case of a client having disconnected in rpcrt4_conn_listen_pipe.
75 winex11: Add a trace in ExtEscape to make wgl problems easier to diagnose.
76 kernel32: Add support for the execute protection values in CreateFileMappingW.
77 ntdll/tests: Fix a few tests on Vista.
78 kernel32/tests: Make the toolhelp test less verbose by default.
79 user32/tests: Fix formatting of a trace.
80 kernel32/tests: Limit the number of failures in the ligatures test.
81 user32/tests: Fix a window style check on Vista.
82 kernel32/tests: Fix the change notification test on Vista.
83 kernel32/tests: Use Local instead of Global prefix to avoid permission issues.
84 msvcrt/tests: Fix a couple of tests on Vista.
85 winetest: Fix the printf format for the version numbers.
86 msxml3: Fix a compile error without xml headers.
87 net: Add missing #pragma codepage in utf-8 resources.
89 Alistair Leslie-Hughes (3):
90 msxml3: Stop tests crashing under windows 98.
91 shell32: Stop shlfolder tests crashing under win98.
92 mshtml: Stop test crash on error condition.
95 rsaenh: Fix a couple failing tests on 2k.
98 kernel32/tests: Initialize buffer.
99 oleaut32/tests: Initialize reserved fields to unique values.
100 shell32/tests: Avoid buffer overflow during test.
101 d3dx8/tests: Initialize matrix before testing its value.
104 Revert "amstream: Fix the condition of existence of the IMediaStream interface."
106 Detlef Riekenberg (1):
107 makedep: Fix a typo in the usage output.
109 Francois Gouget (28):
110 shell32: Tweak the French license message to better match the English one.
111 advapi32/tests: Don't allow Wine to reproduce Windows' bugs.
112 start: Remove spaces before '\n' in resource strings.
113 notepad: Improve handling of quoted filenames.
114 clock: Clock is a program, not a library. So tweak the license and warranty messages accordingly.
115 winecfg: Winecfg is a program, not a library. So tweak the license and warranty messages accordingly.
116 progman: Progman is a program, not a library. So tweak the license and warranty messages accordingly.
117 clock: Update the license and warranty French translation.
118 winecfg: Update the license French translation.
119 progman: Update the license and warranty French translation.
120 Replace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT.
121 winecfg: Update the Portuguese and Brazillian translations, based on a patch by Americo Jose Melo.
122 tests: Add a win_skip() function to allow for missing Windows functionality that must be present in Wine.
123 advapi32/tests: Make sure Wine implements all tested APIs.
124 comdlg32: Remove spaces before '\n' in resource strings.
125 comdlg32: Remove spaces before '\n' (and some after) in resource strings.
126 credui: Remove spaces before '\n' in resource strings.
127 net: Remove spaces before '\n' in resource strings.
128 winecfg: Remove spaces before '\n' in resource strings.
129 winmm: Remove spaces before '\n' in resource strings.
130 cmd: Remove spaces before '\n' in resource strings.
131 notepad: Remove spaces before '\n' in resource strings.
132 xcopy: Remove spaces before '\n' in resource strings.
133 comdlg32: Remove spaces before '...'.
134 browseui: Remove spaces before '...'.
135 user32: Remove spaces before '...'.
136 shdoclc: Remove spaces before '...'.
137 sane.ds: Remove spaces before '...'.
140 winebrowser: Convert URL obtained through DdeGetData to Unicode.
143 mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol.
144 urlmon/tests: Always clear expect_* variables.
145 shdocvw: Fixed DISPID_ONTOOLBAR test on IE7.
148 msi: Load folders first.
149 msi: Set the source path for uncompressed files when loading the file.
152 notepad: Updated About menu entry.
153 kernel: Updated French translation.
156 mscoree: Add stub for CorBindToCurrentRuntime.
159 gdi32: Respect DIB_PAL_COLORS in every case.
160 xcopy: Add German translation.
161 xcopy: Fix non-translation of a string.
163 Michael Stefaniuc (7):
164 regedit: Fix the Turkish translation.
165 regedit: Fix the Slovenian translation.
166 winecfg: Fix and re-enable the Italian translation.
167 regedit: Fix the Danish translation.
168 winecfg: Fix the Portuguese Brazilian translation.
169 shell32: Add initial Romanian translation.
170 wininet: Add the Romanian translation.
172 Mikołaj Zalewski (1):
173 xcopy: German should use SUBLANG_NEUTRAL.
176 setupapi/tests: Fix test for win9x and Vista.
177 iphlpapi/tests: Fix crash on Vista.
178 iphlpapi/tests: Fix test on Vista.
179 advpack/tests: Add a FreeLibrary and a skip message.
180 kernel32/tests: Add a skip message for win95.
181 comdlg32/tests: Use GetModuleHandle instead of LoadLibrary.
182 setupapi/tests: Fix a test on Windows 2000.
183 setupapi/tests: Fix two more tests on Windows 2000.
184 ole32/tests: Fix crash on W2K and below.
185 ole32/tests: Fix crash on NT4 and below.
186 ntdll/tests: Free memory after use.
187 ole32/tests: Only skip the tests if we are on NT4 or below.
188 msi/tests: Cleanup registry after test.
189 shlwapi/tests: Don't create testfile at a fixed location.
190 d3d9/tests: Fix a few typos.
191 setupapi/tests: Fix some test failures on W2K.
192 rpcrt4/tests: Fix test failures for win9x, NT4, W2K and XP-SP1.
193 credui: Typo and minor correction in Dutch resource.
194 kernel32/tests: Fix a few typos.
195 kernel32/tests: Skip tests if function is not implemented.
198 winecfg: Fix German translation.
199 shell32: Fix German shortcuts in the menu.
202 include: Add some missing defines and function declarations to rpcdce.h.
203 include: Add declaration for RpcSmDestroyClientContext to rpcndr.h.
204 rpcrt4: Use RpcServerRegisterIfEx with RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH in the server test.
205 rpcrt4: Initialise the array to be marshalled in test_conformant_array.
206 rpcrt4: Clear a hole in the ps1 structure in test_simple_struct.
208 Roderick Colenbrander (2):
209 wined3d: Update nvidia GPUs.
210 wined3d: Update ATI GPUs.
213 wined3d: Remove a broken AddDirtyRect call.
214 wined3d: Do not PreLoad the new render target.
215 wined3d: Only read back offscreen targets on a target change.
217 Vladimir Pankratov (1):
218 shdoclc: Update Russian translation.
221 dsound/tests: Improve test for IDirectSound8_CreateSoundBuffer.
224 gdi32: Add more Asian codepages to get default fallback fonts.