1 This is release 1.0-rc4 of Wine, a free implementation of Windows on Unix.
3 What's new in this release (see below for details):
4 - Bug fixes only, we are in code freeze.
6 Because of lags created by using mirrors, this message may reach you
7 before the release is available at the public sites. The sources will
8 be available from the following locations:
10 http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.0-rc4.tar.bz2
11 http://prdownloads.sourceforge.net/wine/wine-1.0-rc4.tar.bz2
13 Binary packages for various distributions will be available from:
15 http://www.winehq.org/site/download
17 You will find documentation on
19 http://www.winehq.org/site/documentation
21 You can also get the current source directly from the git or CVS
22 repositories. Check respectively http://www.winehq.org/site/git or
23 http://www.winehq.org/site/cvs for details.
25 If you fix something, please submit a patch; instructions on how to do
26 this can be found at http://www.winehq.org/site/sending_patches
28 Wine is available thanks to the work of many people. See the file
29 AUTHORS in the distribution for the complete list.
31 ----------------------------------------------------------------
33 Bugs fixed in 1.0-rc4:
35 2280 BACKSPACE and LEFT ARROW not responding with FirstClass v7.112
36 2891 Tooltip window steals focus and creates a "normal" window
37 4923 Race condition in keyboard code
38 6404 Tooltips shown as windows "blocking" cursor in IE
39 6674 Czech keyboard doen't work in 0.9.25
40 7092 Windows Genuine Advantage Tool times out while connecting
41 7759 Print Preview of Lotus Notes shows strange squared display
42 7995 Problem Installing Star Wars: Galactic Battlegrounds
43 8110 Pyscripter crashes on exit
44 8168 Wine does not terminate at end of Adobe Dreamweaver 8 install
45 8189 CoVUpdater.exe and CoHUpdater.exe both crash at the loading screen
46 8342 wineserver crashed when running emule plus
47 8385 Battle for Middle-Earth crashes
48 8464 Chessmaster 10th Edition demo 1.02 fais to install
49 8519 BFME II installer crashes with unhandled exception
50 9022 America's Army locks up when/after checking for updates
51 9329 XFCE specific systray problems
52 9433 Problem through the registration of C++ 2005
53 9469 Adobe Photoshop Elements 1 welcome dialog options don't work
54 9497 Fonts missing in visio 2003, present in Word, Excel 2003
55 9843 Gothic crashes when entering old mine
56 10099 Symphonic Rain crashes when starting story mode
57 10185 crash on installation of Age of Empires III
58 10359 Steam with incorrect cursor position.
59 10404 Wineconsole fails to display text or change color for Renegade FDS
60 10442 Cannot switch back to Half Life 2 after alt-tabbing with managed windows
61 10524 The Chronicles of RiddicK check boxes not visible
62 10554 Maya 8.5 Personal Learning Edition doesn't start
63 10580 S.T.A.L.K.E.R. shadow corruption with ARB shaders
64 10584 Last developments of Wine broke the setup of Trados
65 10652 ./tools/wineinstall adds /usr/local/lib to /etc/ld.so.conf
66 10653 Word 2003 crashes when loading file
67 10938 Application Melty Blood act candeza does not start
68 11141 Trados - problem of creation of temp? function only working at the second try
69 11509 Wordviewer 2003 is unable to open documents encrypted with AES
70 11622 DejaVu X installation failing at start because of component not found
71 11652 New Venezuela Time Zone.
72 11659 acmStreamConvert inconsistencies (Windows Vs Wine for mp3 -> pcm)
73 11683 Assemblies not loading
74 11732 Mudbox can't find application paths, crashes
75 11756 Pirates of the burning sea doesnt start anymore
76 11791 BiblePro installer crashes
77 12190 objects ghosting in everquest 2
78 12246 "make test" gives different results with and without warn+heap
79 12274 Need for Speed: Hot Pursuit 2 demo refuses to install
80 12375 Flash 8 crashes when closing last open document
81 12382 Touhou games don't show backgrounds at startup
82 12396 opas: window not fully repainted after move
83 12459 VeohTV beta client fails with bug report send dialog
84 12794 S.T.A.L.K.E.R. Screen is black
85 12819 Wine breaks pressure sensitivity in Photoshop after upgrading toHardy.
86 13098 The Bat! (v3.99.24): Selected address from adressbook don't appear in 'To:' line
87 13101 GLXBadDrawable when antialias ON (Nvidia driver bug?)
88 13110 Half-Life 2 doesn't start
89 13280 Klipfolio 4 hangs on startup
90 13541 Fantamorph: crashes when opening a file browser
91 13549 Impossible to install VB6 and using programmes who are generated on it.
92 13561 wine fails to build with openssl-0.9.8h
93 13669 DCArt32: a bug in mmio breaks audio filters
94 13731 Unbreakable spaces are not rendered correctly
96 ----------------------------------------------------------------
98 Changes since 1.0-rc3:
100 Alexandre Julliard (14):
101 ntdll: Add local defines for VIF and VIP flags.
102 wininet: Include openssl/ssl.h before Windows headers.
103 user32/tests: Fix race condition in DDE server startup.
104 test.h: Add a space after the file name prefix.
105 crypt32/tests: Fix an end of line character.
106 kernel32/tests: Don't check every single Unicode char if the tables are clearly not compatible.
107 user32/tests: Don't add a newline before dumping the flag values.
108 user32/tests: Abstract the printing of minmax info and do it all on one line.
109 mlang/tests: Reduce the size of the test output a little.
110 gdi32/tests: Reduce the size of the test output a little.
111 user32/tests: Fix the dde test race correctly this time.
112 shell32: Fixed the French about box.
113 ChangeLog: Moved to documentation/ChangeLog.BETA.
114 fonts: Add a non-breaking space glyph to the Tahoma fonts.
116 Alistair Leslie-Hughes (1):
117 snmpapi: Correct snmpapi tests under win98.
120 README: A few more updates.
121 advpack: Fix a test failure on 9x.
124 userenv/tests: Fix buffer overrun.
125 msi: MsiSourceListEnumMediaDisksW: free original string, not substring.
126 oleaut32/tests: Use VariantInit, not VariantClear, to initialize new variants.
127 secur32/tests: Don't free if not allocated.
128 msi/tests: Initialize buffer lengths before calling MsiSourceListEnumMediaDisks.
129 msxml/tests: Use VariantInit, not VariantClear, to initialize new variants.
130 oleaut32/tests: VariantInit() isn't enough, you have to give a value, too.
132 Dmitry Timoshkov (3):
133 ddraw: Avoid a not needed address-of operator.
134 d3d8: Avoid a not needed address-of operator.
135 d3d9: Avoid a not needed address-of operator.
138 msvcrt: Fix for getch() and special characters.
141 reg: Add French resources.
142 regedit: Update the French translation.
143 winefile: Fix the French translation (with some help from Michael Stefaniuc).
144 wordpad: Remove extraneous spaces in '...'.
145 Fix the resources to remove extraneous spaces in '...'.
146 start: Some updates and fixes to the French translation.
147 resources: Fix some overly long '...' instances.
148 gdi32/tests: Take into account several Win9x bugs in GetObject().
151 wined3d: Fix WINED3DTOP_MULTIPLYADD for ATI cards.
152 wined3d: Set the surface location to SFLAG_INSYSMEM for depth stencils on Reset.
155 wininet: Make resolving hostnames thread-safe.
156 wininet: Don't send a handle closing callback for session handles created with InternetOpenUrl.
157 wininet: Return success from the InternetSetOption(INTERNET_OPTION_DISABLE_AUTODIAL) stub.
158 wininet: Don't send a "Connection: Close" header.
160 Hwang YunSong(황윤성) (1):
161 shell32: Updated Korean resource.
164 urlmon: Fix a few failing tests in win2k3.
165 ddraw: Delete the temporarily attached surface.
168 oleaut32/tests: Fix memory leaks reported by valgrind.
171 start.exe: Updated French translation.
172 shell32: Updated French translation.
173 reg: Updated French translation.
174 shell32: Updated French translation.
175 notepad: Updated French translation.
177 José Manuel Ferrer Ortiz (1):
178 Spanish translations updates.
180 Kirill K. Smirnov (1):
181 mshtml: Fix yet another copy/paste typo.
184 include: Add winelib names for some dsound A/W function / types.
187 mmio: Do not zero current file position whenever mmioSetBuffer is called.
190 d3d9/tests: Keep swapchain while its backbuffer is in use.
192 Michael Stefaniuc (34):
193 shell32: Fix the Portugese translations.
194 regedit: Fix the Portugese translations.
195 cmd: Fix the Portuguese translations.
196 start: Fix the Portuguese translations.
197 winefile: Fix the Portuguese translations.
198 cmdlgtst: Fix the Portuguese translations.
199 winefile: Fix the Swedish translation.
200 winefile: Fix the Italian translation.
201 winefile: Fix the Czech translation.
202 winecfg: Fix the Portuguese translations and re-enable them.
203 winecfg: Fix the Czech and Swedish translations.
204 crypt32: Fix the Swedish translation.
205 shell32: Fix the Czech translation.
206 regedit: Fix the Czech translation.
207 shell32: Fix the Swedish translation.
208 regedit: Fix the Italian translation.
209 shell32: Fix the Italian translation.
210 notepad: Fix the Swedish translation.
211 cmdlgtst: Fix the Czech translation.
212 cmdlgtst: Fix the Italian translation.
213 cmd: Fix the Czech translation.
214 cmd: Fix the Turkish translation.
215 oledlg: Fix the Italian translation.
216 comdlg32: Fix the Czech translation.
217 start: Fix the Cs, Es, It, Si and Tr translations.
218 progman: Fix the Hungarian translation.
219 mlang: Fix compile warning introduced by a6cdd538.
220 wineps.drv: Fix the Dutch translation.
221 net: Add the USE subcommand to the translations that are missing it.
222 net: Use consistent whitespace placement in the usage and help strings.
223 shell32: Fix the Turkish translation.
224 wordpad: Fix the Turkish translation.
225 notepad: Fix the Danish translation.
226 browseui: Remove duplicate initguid.h include.
228 Mikołaj Zalewski (2):
229 regedit: Update Polish translation.
230 regedit: Add/remove favorite opens a dialog, thus should have ellipsis.
233 oleaut32/tests: Cleanup typelib after the test.
234 wintrust/tests: Fix test on win9x.
235 shlwapi/tests: Don't create testfile at a fixed location.
236 urlmon: Add new IE7 QUERYOPTION.
237 urlmon/tests: Fix test on IE7.
240 winecfg: Update German translation.
241 shell32: Update German translation.
242 net: Add German translation.
244 Roderick Colenbrander (2):
245 wined3d: Add a registry key to allow/disallow multisampling.
246 wined3d: Add a WineD3D_ChoosePixelFormat line.
249 winebuild: Fix branch mnemonic on ppc.
250 winebuild: Fix import stub on ppc.
251 libwine: Implement wine_call_on_stack for ppc.
252 libwine: Fix wine_switch_to_stack on ppc.
255 wined3d: Give local constants a shader type prefix.
256 wined3d: Hardcode local constants with glUniform4fvARB.
257 wined3d: Avoid float->string conversion in arb shaders.
259 Vijay Kiran Kamuju (1):
260 rsaenh: Fix AES provider keys for Windows XP.
262 Vitaliy Margolen (2):
263 Update Russian translations.
264 user32: Fix input tests failing on WinXP+.
267 ntdll/tests: Actually verify right bytes received in aio test.
268 winmm: msiSendStringW: Don't free substring after original string has already been freed.