Sweden-Number/ANNOUNCE

244 lines
10 KiB
Plaintext
Raw Normal View History

2012-03-02 19:48:45 +01:00
The Wine development release 1.4-rc6 is now available.
2010-05-28 19:39:36 +02:00
2010-07-30 19:43:56 +02:00
What's new in this release (see below for details):
2012-02-02 20:27:31 +01:00
- Bug fixes only, we are in code freeze.
2005-10-25 14:04:17 +02:00
2008-06-13 17:15:29 +02:00
The source is available from the following locations:
2005-10-25 14:04:17 +02:00
2012-03-02 19:48:45 +01:00
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.4-rc6.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.4-rc6.tar.bz2
2005-10-25 14:04:17 +02:00
Binary packages for various distributions will be available from:
2010-07-16 17:05:45 +02:00
http://www.winehq.org/download
2005-10-25 14:04:17 +02:00
2010-07-16 17:05:45 +02:00
You will find documentation on http://www.winehq.org/documentation
1998-10-18 19:19:57 +02:00
2008-06-13 17:15:29 +02:00
You can also get the current source directly from the git
2010-07-16 17:05:45 +02:00
repository. Check http://www.winehq.org/git for details.
Release 970720 Sat Jul 19 13:03:01 1997 Alexandre Julliard <julliard@lrc.epfl.ch> * [tools/build.c] [include/stackframe.h] Save the complete %ebp register in CallFrom16; fixes a crash with LabView reported by Andreas Mohr. * [loader/main.c] Avoid executing a built-in DLL. * [controls/static.c] Converted static window procedure to Win32. * [windows/message.c] [windows/queue.c] [include/queue.h] Hacked SendMessage functions to support inter-task messages with SendMessage32A/W. Sun Jul 13 16:55:35 1997 Bernhard Rosenkraenzer <bero@bero-online.ml.org> * [ipc/bit_array.c] Don't use bitops.h in Linux 2.1.x (these versions do not return the previous state for clear_bit and set_bit) * [ipc/shm_main_blk.c] Adapt to GLIBC's ipc_perm structure. * [memory/ldt.c] Include <asm/unistd.h> on Linux/GLIBC systems (required for _syscall3). Wed Jul 9 23:53:19 1997 David A. Cuthbert <dacut@henry.ece.cmu.edu> * [include/options.h] [files/profile.c] Added PROFILE_GetWineIniBool and PROFILE_EnumerateWineIniSection. * [include/sysmetrics.h] [include/windows.h] [windows/sysmetrics.c] All sysmetrics moved to array (no more constant macros). Added MOUSEWHEELPRESENT metric. * [include/bitmap.h] [objects/oembitmap.c] Added OBM_Init() (see also loader/main.c) and more support for Win95 bitmaps; added size info to OEM bitmaps. * [include/graphics.h] [windows/graphics.h] Added GRAPH_DrawGenericReliefRect. * [loader/main.c] Added TWEAK_Init() and TWEAK_CheckConfiguration() calls (the latter checks for invalid entries in wine.conf). * [include/debug.h] [include/stddebug.h] [include/nonclient.h] [include/tweak.h] [controls/menu.c] [misc/tweak.c] [objects/gdiobj.c] [windows/syscolor.c] [windows/nonclient.c] [BUGS] [documentation/win95look] Added tweaks for Windows 95 interface support. See documentation/win95look for more information. * [controls/edit.c] Fixed EDIT_MoveHome bug. * [misc/ver.c] Changed name of dprintf_ver_string to ver_dstring to fix problem with tools/make_debug utility. Wed Jul 9 21:31:54 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de> * [objects/dib.c] Don't use palettes with dibs with biBitCount > 8. * [misc/ole2nls.c][misc/ver.c] IsValidLocale, EnumSystemLocales fixed (winhlp32.exe works) Some VerLanguage coded moved to ole2nls.c, some cleanups. * [multimedia/mcistring.c] Fixed "capabilities <dev> device type" crash (cool.exe). * [misc/main.c] SystemParametersInfo*: added stub option 41 (GETNONCLIENTMETRICS), duplicated some stuff away from SPI16 that writes 32bit vars.(one COMCTL32.DLL crash, freecell.exe) Tue Jul 8 22:40:53 1997 Morten Welinder <terra@diku.dk> * [if1632/shell32.spec] Use Windows 95's ordinals. Help wanted, inquire within. Mon Jul 7 11:20:36 1997 Philippe De Muyter <phdm@info.ucl.ac.be> * [if1632/relay.c] [if1632/user.spec] [if1632/kernel.spec] [tools/build-spec.txt] [tools/build.c] Added type 'segstr' (segmented pointer to null-terminated string) to .spec files. * [windows/user.c] [if1632/user.spec] ExitWindowsExec stub function added. Mon Jul 7 01:18:25 1997 U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de> * [files/file.c] [include/winbase.h] [if1632/kernel32.spec] Implement MoveFileEx32, some enhancement for Movefile32. Sat Jul 5 18:13:48 1997 Bruce Milner <Bruce.Milner@genetics.utah.edu. * [files/file.c] [if1632/kernel32.spec] [include/winerror.h] [msdos/int21.c] [win32/file.c] Add LockFile/UnlockFile implementation. Add back in int21 func(0x5c) Record locking functions. * [files/file.c] Fixed bug with OF_REOPEN in FILE_DoOpenFile. Fri Jul 4 12:00:00 1997 Henrik Olsen <Henrik.Olsen@iaeste.dk> * [misc/ole2nls.c] [programs/progman/Da.rc] [programs/winhelp/Da.rc] [resources/sysres_Da.rc] Added/updated Danish language support. Thu Jul 3 13:04:20 1997 Claus Fischer <fischer@iue.tuwien.ac.at> * [files/dos_fs.c] Properly implemented DOSFS_UnixTimeToFileTime and DOSFS_FileTimeToUnixTime. * [documentation/wine.texinfo] First version of texinfo documentation.
1997-07-20 18:23:21 +02:00
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
2006-10-13 16:43:39 +02:00
----------------------------------------------------------------
2012-03-02 19:48:45 +01:00
Bugs fixed in 1.4-rc6:
3325 Time Adjuster's toolbar stays always on top
4084 SonicStage 3.1 installer fails with 'Windows version not supported'
5897 PixelFormat_DD2WineD3D Unknown Pixelformat
8166 notepad does fully not display long (>32K) one-line files
8495 missing graphic objects in Re-volt
10176 rFactor Dedicated not working anymore after update
11430 Applications based on CodeJock Software ToolkitPro fail with division by zero
12212 DeusEx: running at big resolutions result in screen shift&crop
12739 Improper drawing of radio buttons
13248 Multiple Error MessageBoxes in Incomedia Website X5 installer
13792 Abomination: The Nemesis Project Crashes at startup
14769 Firefox 3 window size isn't restored after returning from fullscreen (dogfood)
16189 Google Earth install fails (service related)
17564 7-zip file manager interface selection problem
17723 Audiosurf: unable to fill textfields
18569 TeamViewer: App doesn't start, probably heap corruption
19106 Touhou Fuujinroku ~ Mountain of Faith: Stage backgrounds aren't always rendered properly
19159 Command & Conquer 3: Tiberium Wars hangs at splash screen
21019 Igor pro "Help brower" has no window decorations
21745 Magic Workstation: icons and some text appear upside-down
21981 Igor Pro: Drop-down menu only works when arrow key is pressed
21984 Glumbuster crashes on load
22216 Problem with freopen("CONOUT$", "w", stdout);
22359 Wolfenstein water displays strange rays
22414 Grand Theft Auto: Vice City - full screen window does not take focus
22558 Harbinger (demo) graphical issue: green artefacts around objects
22703 Running Galcon Fusion demo gives error message
22842 Can't select screen mode / resolution on PSOBB and PSU
22987 Irfan view - "Can't paste image from clipboard !"
24259 World of Warcraft in Windowed/Maximized OpenGL mode takes 100% cpu
24267 Touhou 12.3 Hisoutensoku: Don't draw some sprites.
24695 Saira crashes when fullscreen mode is selected
25164 Sound dies on video in binkplay 1.0 after mouse has been moved outside window/video paused
25324 GL_INVALID_OPERATION (0x502) on x86_64 installations.
25447 Men of War does not let me select anti-aliasing options
26416 Fullscreen problems with Phantasy Star Online
26613 painkiller redemption steam mouse wheel not working
26872 Cannot create new profile in Dawn of War demo
27220 Internet Explorer 8 always show error message on startup
27293 PSO:BB - Cannot type a character name during character creation
27609 GTA Vice City hangs in initial menu
28087 foobar 2000: Crashes when editing tags (with configured media library)
28598 ArchiCAD 12: crashes when creating a new file or open an existing one
28801 stack_set_frame_internal passes undefined value into SymSetContext()?
29167 Star Wars: The Old Republic launcher locks up on icon highlighting
29689 Crash wincfg on graphics tab with LC_ALL=ja_JP
29869 Re-Volt is missing an HUD element
29883 Game created with RPG Tkool VX Ace (Japanese version of RPG Maker VX Ace): can not write save data (Save*.rvdata2)
29949 PAF (Personal Ancestral File) help viewer unhandled page fault
29981 Galactic Civilizations 2 is unplayable due to possible severe memory leak
29992 Rally Trophy: crashes on startup when Logitech G25 plugged in
30038 Detect CPU speed by using sysctl "hw.clockrate" instead of "dev.cpu.0.freq"
30040 comctl32/monthcal test fails on leap years?
30053 Finale 2012 font spacing is too wide
2010-07-16 17:05:45 +02:00
2010-07-30 19:43:56 +02:00
----------------------------------------------------------------
2008-02-22 17:04:30 +01:00
2012-03-02 19:48:45 +01:00
Changes since 1.4-rc5:
2012-02-11 20:25:37 +01:00
2012-02-24 19:30:11 +01:00
Alex Henrie (1):
2012-03-02 19:48:45 +01:00
po: Fix spelling errors in Catalan translation.
2012-02-11 20:25:37 +01:00
2012-03-02 19:48:45 +01:00
Alexander Morozov (1):
msvcr90: realloc can move memory block.
2012-02-11 20:25:37 +01:00
2012-03-02 19:48:45 +01:00
Alexandre Julliard (3):
README: Updates.
gdi32: Fix missing increment of integer data in GetCharABCWidthsFloat.
Updated the authors list.
2012-02-17 20:40:18 +01:00
2012-03-02 19:48:45 +01:00
Aric Stewart (1):
usp10: Better handle 0 cases when caching scripts, languages and features.
2012-02-17 20:40:18 +01:00
2012-02-24 19:30:11 +01:00
Aurimas Fišeras (1):
po: Update Lithuanian translation.
2012-03-02 19:48:45 +01:00
Austin English (1):
ntdll: Use proper CPU speed detection on FreeBSD.
Bruno Jesus (1):
imm32/tests: Add ImmGetDescription tests.
Christian Costa (1):
d3dxof: Empty arrays can have the semicolon at the end or not so handle both cases and add tests for them.
Eduardo García (4):
po: Update Spanish translation.
po: Update Spanish translation.
po: Update Spanish translation.
po: Update Spanish translation.
Fernando Martins (3):
po: Update Portuguese translation.
po: Update Portuguese translation.
po: Update Portuguese translation.
Francois Gouget (36):
ddraw/tests: Fix compilation on systems that don't support nameless unions.
po: The Thai 'Time/Date' translation is incomplete so mark it as fuzzy.
po: Remove or mark as fuzzy the invalid Danish shell folder names.
po: Remove a duplicate space after a comma in the German translation.
po: Fix the trailing ellipses in the Japanese translation.
po: Fix a line wrapping and ellipsis issue in the Japanese translation.
po: Fix a typography issue in the Japanese translation.
po: Tweak the wrapping of the cmd MOVE Norwegian Bokmål usage message translation.
po: Fix some typography issues in the Norwegian Bokmål translation.
po: Remove some invalid Norwegian Bokmål shell folder name translations.
po: Wrap the 'Caps Lock' Catalan warning tooltip like the English one.
po: Mark an invalid Korean translation as fuzzy.
po: Add a couple of missing newlines in the Korean translation.
po: Fix some typography issues in the Korean translation.
po: Remove a couple of duplicate spaces from the Polish translation.
po: Remove the copyright notice from the second start.exe Polish translation.
po: Fix some space issues in the Portuguese (Brazil) translation.
po: Tweak the wrapping of a few Portuguese (Brazil) translations.
po: Mark an incomplete Portuguese (Brazil) translation as fuzzy.
po: Fix a few typography issues in the Portuguese (Brazil) translation.
po: Tweak the wrapping of a few Russian translations.
po: Fix some typography issues in the Russian translation.
po: Fix some typography issues in the Turkish translation.
po: Fix a line wrapping issue in the Slovenian translation.
po: Fix the references to the LGPL in the Slovenian translation.
po: Remove English strings from the Ukrainian shell folder name translations.
po: Fix some space and typography issues in the Ukrainian translation.
po: A linefeed was missing in the Russian translation.
po: Add full stops to the VERIFY ON / OFF usage lists.
po: Add a missing linefeed to a Chinese (Taiwan) translation.
po: Remove some invalid Portuguese (Portugal) shell folder name translations.
po: Fix the Directory key mapping and Yes/No/All questions in the Hungarian translation.
po: Remove a couple of duplicate spaces in the Hungarian translation.
po: Use semicolons for the Slovenian comdlg32 printer status enumeration.
po: Use commas in the Greek translation of comdlg32's printer status enumeration.
start: Remove the license and the /L option.
2012-02-24 19:30:11 +01:00
Frédéric Delanoy (1):
2012-03-02 19:48:45 +01:00
readme: Update French translation.
2012-02-24 19:30:11 +01:00
Gustavo Henrique Milaré (1):
2012-01-13 20:38:53 +01:00
po: Update Brazilian Portuguese translation.
2012-02-17 20:40:18 +01:00
2012-03-02 19:48:45 +01:00
Hasan Kiran (1):
po: Update Turkish translation.
2011-11-18 19:52:21 +01:00
2012-03-02 19:48:45 +01:00
Henri Verbeet (5):
wined3d: Support color keyed WINED3DFMT_B8G8R8A8_UNORM surfaces.
ddraw/tests: Add tests for color keyed texturing with an alpha channel.
wined3d: Implement resetting the device window in wined3d_device_reset().
d3d8/tests: Add some tests for resetting the device window.
d3d9/tests: Add some tests for resetting the device window.
2012-02-17 20:40:18 +01:00
2012-03-02 19:48:45 +01:00
Hwang YunSong (2):
po: Update Korean translation.
po: Update Korean translation.
2012-02-17 20:40:18 +01:00
2012-03-02 19:48:45 +01:00
Ilia Mirkin (2):
po: Fix typo in Russian translation.
po: Fix ENTER -> Enter, CMD help text, remove fuzzy annotations.
2012-02-17 20:40:18 +01:00
2012-03-02 19:48:45 +01:00
Ivan Vojtko (3):
po: Update Slovak translation.
po: Update Slovak translation.
po: Update Slovak translation.
2012-02-17 20:40:18 +01:00
2012-03-02 19:48:45 +01:00
Jacek Caban (1):
ieframe: Fixed reallocation size.
2012-02-24 19:30:11 +01:00
2012-03-02 19:48:45 +01:00
Julian Rüger (2):
po: Update German translation.
readme: Update German translation.
2012-02-24 19:30:11 +01:00
2012-03-02 19:48:45 +01:00
Lauri Kenttä (6):
po: Update Swedish translation.
2012-02-24 19:30:11 +01:00
po: Update Finnish translation.
2012-03-02 19:48:45 +01:00
readme: Update Finnish translation.
readme: Update Swedish translation.
2012-02-24 19:30:11 +01:00
po: Update Finnish translation.
2012-03-02 19:48:45 +01:00
po: Update Swedish translation.
2012-02-24 19:30:11 +01:00
Luca Bennati (2):
po: Update Italian translation.
2012-03-02 19:48:45 +01:00
readme: Update Italian translation.
2012-02-24 19:30:11 +01:00
2012-03-02 19:48:45 +01:00
Lucas Zawacki (1):
dinput: Search for device objects of the correct type in BuildActionMap.
2012-02-24 19:30:11 +01:00
2012-03-02 19:48:45 +01:00
Maarten Lankhorst (1):
mmdevapi: Add tests for checking events to capture.
2012-02-24 19:30:11 +01:00
2012-03-02 19:48:45 +01:00
Martin Jesper Low Madsen (1):
po: Update Danish translation.
2012-02-24 19:30:11 +01:00
2012-03-02 19:48:45 +01:00
Milan Ševčík (1):
po: Updating Czech translation.
2012-02-24 19:30:11 +01:00
2012-03-02 19:48:45 +01:00
Nikolay Sivov (4):
msxml3: Properly escape character data in text nodes.
comctl32/tests: Fix test failures running on February 29.
msxml3: Return default namespace uri for 'xml'-prefixed attributes.
po: Russian translation update.
2012-02-24 19:30:11 +01:00
2012-03-02 19:48:45 +01:00
Ruei-Yuan Lu (1):
2012-02-24 19:30:11 +01:00
po: Update Chinese (Taiwan) translation.
2012-03-02 19:48:45 +01:00
Stefan Dösinger (1):
ddraw/tests: LONG/ULONG and error checking fixes.
2012-02-24 19:30:11 +01:00
2012-03-02 19:48:45 +01:00
Vincent Povirk (1):
shell32: Properly double-null-terminate the filter in the run/browse dialog.
Zoltan Nagy (3):
po: Update Hungarian translation.
2012-02-24 19:30:11 +01:00
po: Update Hungarian translation.
po: Update Hungarian translation.
2006-10-13 16:43:39 +02:00
--
Alexandre Julliard
julliard@winehq.org