1 The Wine development release 1.4-rc5 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://ibiblio.org/pub/linux/system/emulators/wine/wine-1.4-rc5.tar.bz2
9 http://prdownloads.sourceforge.net/wine/wine-1.4-rc5.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 1.4-rc5:
27 5485 Command and Conquer Generals (and Zero Hour) hang on splash screen
28 8871 No text displayed in Bloodrayne2
29 11133 Shade: Wrath of Angels Demo - no graphics drawn in game
30 13156 ETO_OPAQUE and clear style are not transparent on a bitmap
31 14075 Beyond Divinity: screen corruption
32 15397 gdi32: path.c fails to build with gcc 4.2, -Werror -O3
33 16557 print preview broken
34 17201 No add-ins loadable in Office 2003 PowerPoint
35 18975 RealMYST crashes on launch
36 19531 Earthworm Jim: sound crackles, stutters and repeats.
37 20202 Everquest 1 (eqgame.exe) crashes right before character enters world
38 20333 Azteca and Diamond Drop 2 crash
39 20783 TradeTiger does not show the login window correctly
40 21293 Comanche 3 freezes after a mission
41 21577 MYOB: Cannot add custom logo to template
42 22187 Alice 2.2 fails with "can't create Java VM"
43 22269 Cry of the Infected demo fails with "runtime error 7018"
44 22838 Corel Draw 11 not loading
45 25153 Windows Live Essentials beta (webc variant) doesn't detect .NET Framework 3.0 installation (Mono/Registry)
46 25214 MS Office PowerPoint 2007 freezes when right-click on top bar
47 26878 No sound in Sim City 3000 Unlimited
48 26918 Atlantis II crashes when changing screen resolution
49 27254 Astro Avenger crashes on launch (with built-in d3dxof.dll)
50 27971 Installation of FooBar.msi using msiexec fails with /qb switch (unattended with basic UI)
51 28066 Sound stops after some time (restarting sound in game usually possible)
52 28404 Incoming Forces: visual glitches
53 28579 Comanche 3 menu is unusable because of graphic issues
54 28618 BC Kings refuses to start without DirectSound hardware acceleration
55 28620 Assassin's Creed: eagle's eye graphic glitch with postprocessing enabled
56 28859 SDP Downloader: access violations when deleting url
57 29750 Spotify crashes when searching song or artist with the search box
58 29767 ellipse_first_quadrant() runs into dead loop for large width and height because of negative overflow
59 29904 Perfect World: Latest Descent patch crashes Launcher window
60 29905 Microsoft Visual Studio 2008: attaching to process fails with "unknown error: 0x80070003" (support of "Session" namespace for named objects needed)
61 29919 PanzerKiller hangs with a black screen on start
62 29939 MS Paint's bucket fill tool doesn't work
63 29967 Cyberboard Player hangs when opening a game
64 29988 Wordpad crashes on opening the printer setup dialog
66 ----------------------------------------------------------------
68 Changes since 1.4-rc4:
71 po: Update Catalan translation.
73 Alexandre Julliard (7):
74 gdi32: Paint everything in ExtFloodFill when the DIB doesn't have a clip region.
75 gdi32: Don't paint the text rectangle in transparent mode unless a rectangle is explicitly specified.
76 gdi32: Avoid overflows for invalid coordinates in line clipping.
77 wineps: Convert path points to device coords since GetPath returns logical coords.
78 comdlg32: Avoid crash when driver name doesn't contain a backslash.
79 gdi32: Use 64-bit values when computing ellipses to avoid overflows.
80 gdi32: Avoid using uninitialized value in DIB pattern enhmetafile record.
83 wineoss.drv: Fix DeleteTimerQueueTimer usage.
86 progman: Remove dead code.
89 po: Update Lithuanian translation.
92 d3dxof: Add tests for IDirectXFileData_GetName.
93 d3dxof: Fix parsing of empty array + tests.
94 d3dxof: Accept bigger names for objects.
95 d3dxof: Fix leaking of IDirectXFileObject object in tests.
96 d3dxof: Make sure the returned object pointer is null when there is no more object.
98 Detlef Riekenberg (1):
99 commdlg: Fix GlobalReAlloc16 parameter order.
101 Dmitry Timoshkov (2):
102 kernel32: Add a test to show that NtMapViewOfSection should not perform an image relocation.
103 kernel32: Add a test for LoadLibrary called on a not DLL image.
106 po: Spanish translation update.
109 po: Spanish translation update.
112 kernel32: Enhance bare fd check by checking that the handle is a real console handle.
114 Francois Gouget (21):
115 comctl32/tests: Make cbt_hook_proc() static.
116 winedbg: The winedbg debug channel is unused in crashdlg.c so remove it.
117 winex11: The x11drv debug channel is unused in pen.c so remove it.
118 shell32: Make extracticon_create() static.
119 msxml3/tests: Make test_XPath() static.
120 po: Use full width full stops in the Chinese (Taiwan) translation.
121 po: Mark a couple of incomplete / invalid Chinese (Taiwan) translations as fuzzy.
122 po: Mark an incomplete Chinese (PRC) translation as fuzzy.
123 po: Use full width full stops in the Chinese (PRC) translation.
124 po: Remove some invalid shell folder path translations from the Chinese (PRC) translation.
125 po: Fix some typography issues in the Chinese (PRC) translation.
126 po: Fix some typography issues in the Chinese (Taiwan) translation.
127 po: The msiexec usage should be translated to Hebrew.
128 po: Don't translate the name or options of command line tools.
129 po: Fix a couple of line wrapping issues in the Lithuanian translation.
130 po: Restore some 'About' Norwegian Bokmål translations or improve the suggestions.
131 po: Restore or add some 'Yes/No' Norwegian Bokmål translations.
132 po: Remove English strings from the Polish shell folder path translations.
133 po: Remove a few spaces before question marks in the Polish translation.
134 po: Remove English strings from the Japanese shell folder path translations.
135 po: Fix some typography issues in the Slovak translation.
137 Frédéric Delanoy (1):
138 comctl32/tests: Use initialized window handle when rebuilding toolbar (Coverity).
141 wined3d: Recognize Nvidia GeForce 320M, 8600M GT & 9400M.
143 Gustavo Henrique Milaré (1):
144 po: Update Brazilian Portuguese translation.
147 wined3d: Don't take the wined3d mutex during WM_DISPLAYCHANGE either.
148 ddraw: Always pin surfaces.
149 wined3d: Specify the depth range in surface_depth_blt().
150 wined3d: Disable z-clipping for transformed vertices when WINED3D_RS_ZENABLE is disabled.
151 ddraw/tests: Add tests for z-clipping with D3DRENDERSTATE_ZENABLE disabled.
152 d3d8/tests: Add tests for z-clipping with D3DRS_ZENABLE disabled.
153 d3d9/tests: Add tests for z-clipping with D3DRS_ZENABLE disabled.
156 ole32: Trace the drop effect in hex.
159 po: Update Slovenian translation.
160 po: Fixed remaining Slovenian true positives in the winepo error report.
162 Jan-Peter Nilsson (1):
163 winhttp: Set the context on the request handle earlier.
166 cryptnet: Don't call HttpEndRequest on a request that was never sent.
169 po: Update German translation.
172 mmdevapi/tests: Fix some render test failures.
174 Kusanagi Kouichi (1):
175 gdi32: Initialize font signature of "System" font link.
178 po: Update Finnish translation.
179 po: Update Finnish translation.
182 po: Update Italian translation.
183 po: Update Italian translation.
185 Maarten Lankhorst (1):
186 mmdevapi: Fix exclusive test.
189 user32: Remove duplicated call to GetSystemMenu (Coverity).
190 quartz: Fixed sizeof()s to IsBadReadPtr (Coverity).
192 Michael Stefaniuc (1):
193 avicap32: Add "stub" to the FIXME in a no yet implemented function.
196 wpp: Properly use va_start/va_end around vsnprintf().
197 msxml3/tests: Some tests for IMXAttributes::addAttribute().
198 msxml3/tests: Tests for IMXAttributes::clear().
201 urlmon/tests: Fixed protocol tests on IE9.
204 po: Update Chinese (Taiwan) translation.
205 po: Update Chinese (Taiwan) translation.
208 user32/tests: Do not depend on argument evaluation order.
211 po: Update Hungarian translation.
212 po: Update Hungarian translation.