po: Fix the 'All key' Korean translation.
[wine.git] / ANNOUNCE
blob5bb5891c4563d8ea55229d8f110a52c366e5ad0f
1 The Wine development release 1.6-rc4 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://prdownloads.sourceforge.net/wine/wine-1.6-rc4.tar.bz2
9   http://mirrors.ibiblio.org/wine/source/1.6/wine-1.6-rc4.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.6-rc4 (total 38):
27    7597  No sound with OSS driver in C&C3
28   11224  Throw In (Blitz Basic game) has a memory access violation
29   11675  Flatout 2 demo, Battlefield 2 demo, many others need native d3dx9_36.D3DXCreateEffect*
30   12771  Multiple graphic problems in "The Witcher"
31   13314  Winevdm displays a window when running Civilization I
32   13662  dogfood: xchat-2.6.2 is very slow, while updating the window
33   14318  Michisoft Reader Studio v1.5a fails to produce LIT file from HTML
34   16325  incorrect font rendering for CJK programs
35   16784  Babylon 7: Trial mode expires after installation
36   18930  IDA Pro: Failing to allocate an enormous image
37   20769  crash when exiting Microsoft Flight Simulator 98
38   20771  the menu bar doesn't work in M. Flight Simulator 98
39   21103  Presentation 14.2 (Neurobehavioral Systems): crashes when displaying video output
40   21827  Photoshop 7, Slider disapear
41   22291  DC++ hangs on exit
42   23504  Subpixel Font rendering wrong for font MS Sans Serif
43   23687  err:seh:setup_exception_record stack overflow when start Proteus7 Ares
44   23945  Textures are not properly rendered in Deus-Ex:Invisible War
45   24230  "Psalmen - Lieder des Lebens" crashes when clicking Next in settings pane
46   24796  DIY Kyoto's Holmes fails to start
47   25125  Can only print to the default CUPS printer from Visio 5 Professional
48   25605  The Settlers 3: Save as bitmap crashes world editor
49   26646  Worms Reloaded: sound choppy without hardware sound = emulation
50   27658  3dvia plugin installer crashes
51   28495  Runes of Magic: sometimes mouse cursor freezes
52   29897  Lord Of the Rings Online Slow/Freezes
53   29959  Zed: 3D Preview window is blank or doesn't open.
54   30578  Disassembly not in fixed-width font in IDA Pro 6.2 demo
55   30897  Europa Universalis III demo crashes while 'Loading Map-Sprites...' without native d3dxof
56   31729  cl.exe: stack overflow with certain long command lines
57   31772  NtQuerySystemInformation doesn't fill ReturnLength properly with SystemProcessInformation
58   31812  Silverlight 4.x/5.x windows have repainting problems
59   31908  Garena Blackshot does login
60   32820  Offline rekening overzicht, orov doesn't work
61   33283  Configuration of WM_NAME is delayed for virtual desktop
62   33753  Titan Quest : Multiplayer not working
63   33865  Regression in a specialized program
64   33883  Scirra httpapi.dll error trying to Run a game
66 ----------------------------------------------------------------
68 Changes since 1.6-rc3:
70 Alexandre Julliard (22):
71       gdi32: Cache the font smoothing parameters.
72       kernel32: FormatMessage precision arguments are integers.
73       comdlg32: Add support for the CF_NOVERTFONTS flag.
74       clock: Don't offer vertical fonts in the font dialog.
75       notepad: Don't offer vertical fonts in the font dialog.
76       winecfg: Don't offer vertical fonts in the font dialog.
77       wineconsole: Don't offer vertical fonts in the font dialog.
78       winefile: Don't offer vertical fonts in the font dialog.
79       wordpad: Don't offer vertical fonts in the font dialog.
80       make_unicode: Move codepage file output code to a common routine and make default characters configurable.
81       libwine: Add support for codepage 10001 (Mac Japanese).
82       libwine: Add support for codepage 10002 (Mac Traditional Chinese).
83       libwine: Add support for codepage 10003 (Mac Korean).
84       libwine: Add support for codepage 10008 (Mac Simplified Chinese).
85       libwine: Add support for codepage 10010 (Mac Romanian).
86       libwine: Add support for codepage 10017 (Mac Ukrainian).
87       libwine: Add support for codepage 10021 (Mac Thai).
88       libwine: Add support for codepage 10082 (Mac Croatian).
89       krnl386: Create a new console for DOS binaries.
90       winevdm: Make it a GUI application to avoid a spurious console.
91       user32: Fetch the window menu again after sending initialization messages.
92       advapi32: Fix ReportEvent parameter types in the spec file.
94 Andrew Eikum (4):
95       winbase.h: Add GetFileInformationByHandleEx.
96       oleaut32: Register the typelib's path without WOW64 redirection.
97       oleaut32: Load referenced typelibs in the same architecture.
98       oleaut32: Use typelib's pointer size, not system's.
100 André Hentschel (15):
101       oleaut32/tests: Get rid of IS_ANCIENT in vartest.
102       oleaut32/tests: Get rid of HAVE_OLEAUT32_RECORD in vartest.
103       oleaut32/tests: Don't use autoheader styled define in vartest.
104       oleaut32/tests: Get rid of IS_ANCIENT in vartype.
105       oleaut32/tests: Get rid of HAVE_OLEAUT32_RECORD in vartype.
106       oleaut32/tests: Get rid of HAVE_OLEAUT32_DECIMAL in vartype.
107       oleaut32/tests: Get rid of HAVE_OLEAUT32_CY in vartype.
108       oleaut32/tests: Don't use autoheader styled defines in vartype.
109       oleaut32/tests: Don't use autoheader styled defines in varformat.
110       oleaut32/tests: Get rid of IS_ANCIENT in safearray.
111       oleaut32/tests: Get rid of HAVE_OLEAUT32_RECORD in safearray.
112       oleaut32/tests: Get rid of HAVE_OLEAUT32_DECIMAL in safearray.
113       oleaut32/tests: Get rid of HAVE_OLEAUT32_R8 in safearray.
114       oleaut32/tests: Don't use autoheader styled defines in safearray.
115       oleaut32/tests: Use BOOL instead of int when appropriate.
117 Austin English (1):
118       winex11.drv: Print the architecture when showing driver problems.
120 Bruno Jesus (2):
121       po: Update Brazilian Portuguese translation.
122       po: Update Brazilian Portuguese translation.
124 Caibin Chen (1):
125       po: Update Simplified Chinese Translation.
127 Christian Costa (1):
128       d3dxof: Add support for case sensitive legacy type indexColor.
130 Dmitry Timoshkov (4):
131       kernel32/tests: Add a test for VirtualAlloc called on a mapped PE section.
132       kernel32/tests: Add more VirtualAlloc and VirtualProtect tests.
133       kernel32: Correct HeapFree .spec parameter type.
134       ntdll: Correct RtlFreeHeap .spec parameter type.
136 Erich Hoover (1):
137       ws2_32: Fix interface-bound filter to accept locally generated targeted packets.
139 Frédéric Delanoy (1):
140       tools: Update winemaker manpage French translation.
142 Hans Leidekker (3):
143       ws2_32/tests: Avoid races.
144       dssenh/tests: Fix test failures on 64-bit Vista.
145       winhttp/tests: Add some tests for WinHttpDetectAutoProxyConfigUrl.
147 Huw Davies (1):
148       comdlg32: Don't call the callback if it's not set.
150 Jacek Caban (5):
151       ole32: Don't call AddConnection for weak references.
152       ole32/tests: Added tests for external connections stored in ROT.
153       oleaut32/tests: Added external connections tests for MSHLFLAGS_TABLEWEAK marshaling.
154       mshtml: Don't declare empty interface for nsCycleCollectionISupports.
155       secur32: Don't use deprecated gnutls_certificate_credentials.
157 Julian Rüger (1):
158       server: Update German translation of manpage.
160 Ken Thomases (2):
161       winemac: Dispatch key events directly to window to be sure to get key-up events.
162       winemac: Fix ordering of windows owned by same owner when on inactive desktop space.
164 Marcus Meissner (8):
165       dbghelp: Free root in error case (Coverity).
166       dbghelp: Free srcpath in stabs handling (Coverity).
167       gdi32: Close handle in error path (Coverity).
168       gdi32: Close handle in mfdrv (Coverity).
169       msvf32: Fixed incorrect sizeof (Coverity).
170       ole32: LeaveCriticalSection in one exit case (Coverity).
171       ole32: Fixed bad sizeof()s in composite moniker (Coverity).
172       winmm: Fix incorrect parameter for test debug (Coverity).
174 Matteo Bruni (2):
175       wined3d: Fix handling of cnd instruction with coissue flag.
176       d3d9/tests: Improve cnd instruction test.
178 Michael Stefaniuc (1):
179       po: Update the Romanian translation.
181 Mykola Zadorozhnyy (1):
182       po: Update Ukrainian translation.
184 Petr Kočandrle (1):
185       po: Fix some Czech spelling errors.
187 Piotr Caban (1):
188       msvcrt: Added _wcsicmp_l implementation.
190 Qian Hong (2):
191       msctf: Added stub TF_CreateLangBarItemMgr.
192       include: Added missing declaration for some msctf APIs.
194 Roger Koot (1):
195       po: Updated Dutch translation.
197 Stefan Leichter (1):
198       msvcp100/tests: Fix dynamically loaded functions for platform arm.
200 Volkan Gezer (1):
201       po: Updated Turkish Translation.
204 Alexandre Julliard
205 julliard@winehq.org