Commit e44875b4 authored by Alexandre Julliard's avatar Alexandre Julliard

Release 1.3.15.

parent ecb89ba8
The Wine development release 1.3.14 is now available. The Wine development release 1.3.15 is now available.
What's new in this release (see below for details): What's new in this release (see below for details):
- Many cleanups to address Valgrind and Clang warnings. - Support for changing network passwords.
- Support for creating compressed cabinet files. - Reflection support in shader compiler.
- Translation updates. - Tests no longer attempt to cope with Win9x behavior.
- A number of MSHTML and MSXML improvements.
- Various bug fixes. - Various bug fixes.
The source is available from the following locations: The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.14.tar.bz2 http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.15.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.3.14.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-1.3.15.tar.bz2
Binary packages for various distributions will be available from: Binary packages for various distributions will be available from:
...@@ -25,454 +26,450 @@ AUTHORS in the distribution for the complete list. ...@@ -25,454 +26,450 @@ AUTHORS in the distribution for the complete list.
---------------------------------------------------------------- ----------------------------------------------------------------
Bugs fixed in 1.3.14: Bugs fixed in 1.3.15:
10140 Most grayscale JPEGs cause abnormal rendering artifacts in CDisplay 11965 gethostbyname requires a successful WSAStartup invocation before performing an operation
11021 Unable to launch Universal Combat 12583 clipboard monitor is not working in PSPad
11124 VAZ Modular Demo unable to exit raising access violation exception 14412 staruml can't load examples
11242 Deprecated functions called in audiounit.c 16551 install fails - msi_cabextract FDICopy fails
12303 Halo has white boxes covering menu items when it loads the first screen. 18153 Wizard101 will not load
13629 ABEV (Hungarian Tax Returning SW) has some GFX problem with logo 18598 Source Insight: Window Title Bar does not get updated with the new file when jumping to the definition from the current file.
14282 Eve Online in windowed mode has additional black borders 19654 The "Mudokon Status Indicator" in Abe's Oddysee doesn't work correctly
15686 Microsoft Word 5.5 for DOS does not install; int 21h ah=41h not fully implemented 21210 Clicking on URL hyperlinks in PowerPoint 2007 results in a crash
16695 Wine broken on PowerPC 23734 Office 2007 installer: cannot add or remove programs after initial install
17884 Tree glitch in fable 24250 Sam and Max 304 aborts on unimplemented function msvcr80.dll.getenv_s
19202 eve online 100% cpu usage (frame rate limiter is not limiting anything) 24268 mono's gluezilla uses unimplemented function msvcr80._stat32
21517 Sims 3 crashes to desktop when entering Create-A-Sim or buying a house 24290 GetOpenFileName() triggers read of uninitialized variable
23267 Eudora 7.1.0.9: White space appears below the Search Web dropdown 24440 Second Life crashes with unimplemented function(s) from msvcr80.dll
25206 Anarchy Online v18.4, Ingame browser crashes (Awesomium.dll) 24553 unimplemented msvcrt.dll._wfindfirst64
25865 EVE Online crashes if a character portrait requests fails 25033 Solo on Keyboard 9.0.2.1 setup fails
25911 Miranda + windows riched20.dll = crash 25098 BrainSplode! crashes with Unimplemented function d3dx9_36.dll.D3DXCreateTextA
25933 SolidWorks 2010: Unimplemented function propsys.dll.PSRefreshPropertySchema 25273 msvcrt/misc.ok I10_OUTPUT long double crash with winetest.exe, not make test
25951 Mathematica 6.0 installation fails 25443 Unimplemented function msvcr90.dll._ftime64_s
25989 Total Commander: Crashes when clicking the current directory field of the current panel 25618 Super Meat Boy fails to output audible sound
25991 DameWare Exporter: Unimplemented function netapi32.dll.NetUseDel 25866 Mafia: City of Lost Heaven - Crash when starting Freeride Supreme Mode
26014 Printing produces garbled output, characters rotated and sliced. 26114 gdi32/mapping tests shows a couple memory leaks in valgrind
26036 [foobar2000 1.x] crash when opening certain dialog box 26133 d3dx9_36: surface and texture tests shows an invalid read under valgrind
26051 wintrust/softpub tests show a few leaks under valgrind 26174 Theme internals crash with Unimplemented function ADVAPI32.dll.EnableTraceEx
26052 usp10/usp10 tests show a few valgrind errors 26177 Compilation of dlls/msxml3 fails on CentOS 3
26071 urlmon/uri tests show some valgrind warnings 26178 MS Word 2003 save document with embedded fonts needs t2embed.dll._TTEmbedFont@44 implemented
26123 mshtml/protocol shows several leaks under valgrind 26201 wineboot fails to install gecko automatically
26228 msxml3 fails to build when libxml2 is built with +icu useflag
26233 Dragon Age 2 demo - sound sometimes missing in EA logo movie
26248 Pokerstars client, windows pops up just to die
---------------------------------------------------------------- ----------------------------------------------------------------
Changes since 1.3.13: Changes since 1.3.14:
Akihiro Sagawa (2): Akihiro Sagawa (5):
wmc: Update PO message match algorithm. hhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly.
po: Update Japanese translation. shdocvw: Add Japanese translation.
wineconsole: Add Japanese translation.
credui: Add Japanese translation.
msvfw32: Add Japanese translation.
Alexander Kochetkov (2): Alexander Kochetkov (1):
comctl32: Fixed height of comboboxex32. gdi32: Fix scaling factors for EMR_EXTTEXTOUTW.
wineps.drv: All map modes should have inverted y-transforms.
Alexander Lakhin (5):
po: Update Russian translation.
cryptui: Add Russian translation resources.
inetcpl.cpl: Add Russian translation resources.
shdocvw: Add Russian translation resources.
regedit: Update Russian translation.
Alexander Morozov (2):
shell32: Implement Folder2::get_Self.
shell32: Partially implement FolderItem::get_Path.
Alexander Scott-Johns (2): Alexander Scott-Johns (2):
comctl32: Fix read of uninitialized data in LISTVIEW_HeaderNotification and rename it to LISTVIEW_Notify (Valgrind). comctl32: Fix read of uninitialized data in LISTVIEW_GetItemExtT when LVIF_TEXT is not set (Valgrind).
user32: Fix read of uninitialized data and a couple of typos in TrackMouseEvent (Valgrind). comctl32: Fix read of uninitialized data in notify_itemactivate (Valgrind).
Alexandre Julliard (16): Alexandre Goujon (1):
cabarc: Add support for specifying a maximum cabinet file. ws2_32: Make gethostbyname fail if WSAStartup was not called before.
cabarc: Add support for starting a new folder with a '+' file name.
cabinet: Store folders in a list in memory instead of in a temp file. Alexandre Julliard (39):
cabinet: Store files in a list in memory instead of in a temp file. cabinet: Fix the remaining todo_wine tests in fdi.c.
cabinet: Add helper functions for temp file manipulations. cabarc: Set the initial cabinet number to 0.
cabinet: Store the CCAB data as soon as it is available. kernel32: Use debugstr_a to avoid overflow with user-specified string.
cabinet: Rewrite the cabinet header output code, and write everything to disk in one step. ntdll: Improve the error reporting for invalid PE file architectures.
cabinet: Store the data block headers in a memory list instead of on-disk. wine.inf: Put some fake dlls in the right place for WoW64.
msvcr90/tests: Fix the type info test for 64-bit. cabinet: Preserve trailing slash on directory name in Extract().
kernel32: Don't try to initialize curses if the TERM variable is not set. server: Increment the usage count of the global table also when starting a local hook.
cabinet: Create one temp file per folder and avoid an extra copy of the data. winex11: Synchronize the mouse cursor in update_mouse_state.
cabinet: Cleanup file loading and add infrastructure for plugging in real compression. winex11: Update the window cursor at most once every 100ms if nothing changed.
cabinet: Create temp files only once we have data to store into them. d3dx9_36: Cleanup the fixme_once handling.
cabinet: Add support for MSZIP compression. msxml3: Include the system libxml headers before the Windows headers.
cabinet: Avoid some memory allocations by storing buffers directly in the FCI structure. server: Make the foreground thread input per-desktop instead of global.
configure: Print a notice if zlib isn't found. server: Store the global cursor position in the server.
server: Store the cursor clip rectangle in the server.
Alistair Leslie-Hughes (6): server: Store the global key state in the server.
mshtml: Implement IHTMLStyle put_borderRightColor. server: Work around Mac OS not being able to set global breakpoint flags.
mshtml: Implemented IHTMLStyle_put_borderBottomColor. winedbg: Support setting a breakpoint from a file name and line number.
mshtml: Implement IHTMLStyle_put_borderLeftColor. server: Fill the key state in mouse events from the server-side state.
mshtml: Implement IHTMLCurrentStyle_get_padding. server: Maintain the "set since last time" bit for the global keystate.
mshtml: Implement IHTMLAnchorElement_put_href. user32: Retrieve the key state for GetAsyncKeyState from the server.
msxml3: Add IObjectWithSite support to IXMLHttpRequest. user32: Retrieve the current cursor position from the server.
winex11: Pass a window handle for keyboard hardware messages too.
Amine Khaldi (1): server: Don't pass a thread id to send_hardware_message, determine it from the window.
riched20: Fix a c89 conformance issue in ITextImpl->editor->rcFormat initialization. ntdll: Don't print an error when architecture is set to win64 and the app is 64-bit.
server: Pass the original hardware input data to the server and set the message parameters on the server side.
Andrew Nguyen (12): server: Set the message code for keyboard input on the server side.
dxdiagn: Make the containers keep a reference to a IDxDiagProvider object. server: Set the message code for mouse input on the server side.
dxdiagn: Add code that introduces the infrastructure of a provider information tree. winex11: Fetch the key state from the server when adjusting state on KeymapNotify and key events.
dxdiagn: Add code that populates the DxDiag_SystemInfo container. user32: Export a Wine-specific function to send hardware input from the graphics driver.
dxdiagn: Add code that populates the DxDiag_DisplayDevices container. server: Invoke low-level hardware hooks directly from the server side.
dxdiagn: Add code to create stub containers for DxDiag_DirectSound. user32: Handle input injected through SendInput entirely in user32.
dxdiagn: Add code that populates the DxDiag_DirectXFiles container. winex11: Get rid of the ClipCursor and SendInput entry points.
dxdiagn: Add code that populates the DxDiag_DirectShowFilters container. winex11: Merge updating the mouse state and sending the input into a single helper function.
dxdiagn: Remove the old container initialization code in preparation for switching to the information tree. winex11: Convert the clipboard data list to a standard Wine list.
dxdiagn: Transition to the information tree by making IDxDiagContainer view the information tree. winex11: Convert the clipboard format list to a standard Wine list.
dxdiagn: Restore a few traces in the container construction functions. winex11: Add a debug helper for printing clipboard formats.
usp10/tests: Avoid passing optional pointers to uninitialized structures in ScriptString tests. winex11: Pre-register atoms for all the built-in clipboard formats.
propsys: Add a PSRefreshPropertySchema stub. winex11: Always reference clipboard formats by atom instead of name.
user32: Remove GetClipboardFormatName from the user driver interface.
André Hentschel (12):
ntdll: Only use ST_FIX_ALIGN on solaris. Alistair Leslie-Hughes (4):
netapi32: Add stub implementation for NetUseDel. mshtml: Add support for get/put mousemove event.
netapi32: Add stub implementation for NetServerDiskEnum. oleaut32: Implement ITypeInfo_GetNames Stub/Proxy.
oleaut32/tests: Add more safearray tests. msxml3: Add IObjectSafety support to IXMLHTTPRequest.
msvcrt: Fixed a typo. mshtml: Implement IHTMLAnchorElement get/put target.
oleaut32: Remove an unneeded error.
winemaker: Ignore whitespaces before defines. Amine Khaldi (3):
urlmon/tests: Mark unavailable InternetZoneManagerEx2 as broken. comdlg32: Add missing break (Coverity).
urlmon/tests: Fix expected result. riched20: Add a missing break.
rsaenh/tests: Test the reported length on success. d3dcompiler_43: Avoid an unintended fall-through.
kernel32: Remove a useless error message.
kernel32: Forward RtlCompareMemory to ntdll on x86_64. Andrew Eikum (1):
dsound: Also handle two-to-six-channel conversions.
Austin English (141):
advapi32/tests: Make sure to use return value (LLVM/Clang). Andrew Nguyen (2):
comcat/tests: Make sure to use return value (LLVM/Clang). configure: Check for additional libxml2 headers to reject inadequate libxml2 versions.
dinput/tests: Make sure to use return value (LLVM/Clang). configure: Check for a modern sched_setaffinity prototype.
credui/tests: Make sure to use return value (LLVM/Clang).
crypt32/tests: Make sure to use return value (LLVM/Clang). André Hentschel (9):
cryptnet/tests: Make sure to use return value (LLVM/Clang). advapi32: Add stub for EnableTraceEx.
comctl32/tests: Make sure to use return value (LLVM/Clang). odbccp32: Improve some stubs.
gdi32/tests: Make sure to use return value (LLVM/Clang). msvcrt/tests: Don't test function directly when reporting errno.
explorerframe/tests: Don't assign values to variables that are never checked (LLVM/Clang). ntoskrnl.exe: Be more verbose in MmGetSystemRoutineAddress.
kernel32/tests: Remove unused assignment (LLVM/Clang). msvcrt: Implement _wfindfirst64.
ole32/tests: Remove unused assignment (LLVM/Clang). msvcrt: Implement _wfindnext64.
rsaenh/tests: Make sure to use return values (LLVM/Clang). winex11.drv: Quiet a noisy FIXME.
shdocvw/tests: Make sure to use return value (LLVM/Clang). kernel32/tests: Add SetLastError() before a test (Valgrind).
usp10/tests: Make sure to use return value (LLVM/Clang). t2embed: Add stub for TTEmbedFont.
wininet/tests: Make sure to use return value (LLVM/Clang).
winspool.drv: Make sure to use return values (LLVM/Clang). Austin English (33):
gdiplus/tests: Make sure to use return values (LLVM/Clang). gdi32/tests: Remove win9x hacks.
avifil32/tests: Remove useless variable assignments (LLVM/Clang). kernel32/tests: Remove win9x hacks.
d3dx9_36/tests: Remove unused variable assignments (LLVM/Clang). version/tests: Remove win9x hacks.
ddraw: Fix unused variable warnings (LLVM/Clang). userenv/tests: Remove win9x hacks.
dsound/tests: Make sure to use return values (LLVM/Clang). urlmon/tests: Remove win9x hacks.
fusion/tests: Make sure to use return values (LLVM/Clang). spoolss/tests: Change skip() to win_skip().
msvcrt/tests: Make sure return values are used (LLVM/Clang). shell32/tests: Remove win9x hacks.
oleaut32/tests: Make sure return values are used (LLVM/Clang). oleaut32/tests: Remove win9x hacks.
ntdll/tests: Make sure return values are used (LLVM/Clang). oleaut32/tests: Fix a couple of todo_wine's.
localspl/tests: Make sure return values are used (LLVM/Clang). msi/tests: Remove win9x hacks.
inetcomm/tests: Make sure to use return values (LLVM/Clang). msxml3/tests: Remove win9x hacks.
mmdevapi/tests: Make sure return value is used (LLVM/Clang).
mstask/tests: Make sure return values are used (LLVM/Clang).
mlang/tests: Remove unused assignment (LLVM/Clang).
mshtml/tests: Make sure return value is used (LLVM/Clang).
msxml3/tests: Remove unneeded assignment (LLVM/Clang).
hlink/tests: Don't check results in disabled tests (LLVM/Clang).
qmgr/tests: Make sure return values are used (LLVM/Clang).
cryptui/tests: Remove a dead assignment (LLVM/Clang).
dplayx/tests: Make sure to use return values (LLVM/Clang).
msi/tests: Make sure to use return values (LLVM/Clang).
localui/tests: Make sure to use return values (LLVM/Clang).
riched20/tests: Make sure return value is used (LLVM/Clang).
rpcrt4/tests: Make sure return values are used (LLVM/Clang).
shlwapi/tests: Don't check return values inside of if(0) (LLVM/Clang).
version/tests: Make sure return values are used (LLVM/Clang).
user32/tests: Remove unneeded assignment (LLVM/Clang).
ws2_32/tests: Remove unneeded assignments (LLVM/Clang).
xmllite/tests: Don't check test results inside if(0) (LLVM/Clang).
windowscodecs/tests: Make sure returns values are used (LLVM/Clang).
kernel32/tests: Make sure to use return values (LLVM/Clang).
advapi32/tests: Remove useless assignments (LLVM/Clang).
crypt32/tests: Make sure to use return values (LLVM/Clang).
gdiplus/tests: Make sure to use return values (LLVM/Clang).
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
secur32/tests: Make sure a return value is used (LLVM/Clang).
winhttp/tests: Make sure a return value is used (LLVM/Clang).
mmdevapi/tests: Make sure return values are used (LLVM/Clang).
gdi32/tests: Make sure to use return value (LLVM/Clang).
mshtml/tests: Make sure return values are used (LLVM/Clang).
urlmon/tests: Make sure return values are used (LLVM/Clang).
d3dx9_36: Make sure return values are used (LLVM/Clang).
msi/tests: Make sure to use return values (LLVM/Clang).
msvcrt/tests: Remove useless assignment (LLVM/Clang).
crypt32/tests: Make sure to use return values (LLVM/Clang).
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
gdi32/tests: Make sure to use return values (LLVM/Clang).
gdiplus/tests: Make sure to use return values (LLVM/Clang).
dsound/tests: Make sure to use a return value (LLVM/Clang).
ole32/tests: Make sure to use return values (LLVM/Clang).
shlwapi/tests: Don't check return values inside of if(0) (LLVM/Clang).
user32/tests: Remove some dead assignments (LLVM/Clang).
gdiplus/tests: Make sure to use return values (LLVM/Clang).
gdiplus/tests: Remove redundant assignments (LLVM/Clang).
ntdll/tests: Make sure return value is used (LLVM/Clang).
mshtml/tests: Make sure return value is used (LLVM/Clang).
secur32/tests: Don't check return values inside of if(0) (LLVM/Clang).
oleaut32/tests: Make sure return value is used (LLVM/Clang).
shdocvw/tests: Don't check return values inside of if(0) (LLVM/Clang).
msvcr90/tests: Don't check return values inside of if(0) (LLVM/Clang).
msxml3/tests: Make sure return value is used (LLVM/Clang).
crypt32/tests: Make sure to use return values (LLVM/Clang).
crypt32/tests: Make sure to use a return value (LLVM/Clang).
crypt32/tests: Don't check return values inside of if(0) (LLVM/Clang).
crypt32/tests: Make sure to use return values (LLVM/Clang).
crypt32/tests: Make sure to use a return value (LLVM/Clang).
msi/tests: Don't check return values inside of if(0) (LLVM/Clang).
msi/tests: Make sure to use a return value (LLVM/Clang).
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
kernel32/tests: Make sure to use return values (LLVM/Clang).
secur32/tests: Make sure return values are used (LLVM/Clang).
shlwapi/tests: Remove useless assignments (LLVM/Clang).
ntdll/tests: Make sure a return value is used (LLVM/Clang).
shell32/tests: Make sure return values are used (LLVM/Clang).
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
shell32/tests: Make sure return values are used (LLVM/Clang).
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
shell32/tests: Make sure a return value is used (LLVM/Clang).
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
mshtml/tests: Make sure a return value is used (LLVM/Clang).
mshtml/tests: Make sure a return value is used (LLVM/Clang).
shell32: Trace APPBARDATA struct members based on message type (Valgrind).
gdi32: Add a stub for GdiDrawStream.
user32/tests: Make sure return values are used (LLVM/Clang).
ntdll/tests: Don't check return values inside of if(0) (LLVM/Clang).
ole32/tests: Make sure to use return values (LLVM/Clang).
ole32/tests: Make sure to use a return value (LLVM/Clang).
ole32/tests: Make sure to use return values (LLVM/Clang).
urlmon/tests: Make sure to use a return value (LLVM/Clang).
ntdll/tests: Make sure return values are used (LLVM/Clang).
wine.inf: Add HKLM\\Software\\Microsoft\\Windows\\Current Version\\Run key.
msiexec: Add /unreg as an alias for /z.
oleaut32/tests: Don't check return values inside of if(0) (LLVM/Clang).
oleaut32/tests: Make sure a return value is used (LLVM/Clang).
oleaut32/tests: Make sure return values are used (LLVM/Clang).
oleaut32/tests: Make sure return values are used (LLVM/Clang).
oleaut32/tests: Remove dead assignments (LLVM/Clang).
oleaut32/tests: Don't check return values inside of if(0) (LLVM/Clang).
d3dx9_36/tests: Free memory after use (Valgrind).
advapi32/tests: Make sure to use return value (LLVM/Clang).
advapi32/tests: Make sure to use return value (LLVM/Clang).
advapi32/tests: Remove Win9x hacks. advapi32/tests: Remove Win9x hacks.
crypt32/tests: Make sure to use return values (LLVM/Clang). advpack/tests: Remove win9x hacks.
msi/tests: Remove dead assignments. comdlg32/tests: Remove win9x hacks.
msi/tests: Make sure to use return values (LLVM/Clang). cryptnet/tests: Remove win9x hacks.
gdiplus/tests: Make sure to use return values (LLVM/Clang). comctl32/tests: Remove win9x hack.
inetmib1/tests: Remove a dead assignment (LLVM/Clang). d3d8/tests: Remove win9x hack.
crypt32/tests: Remove a dead initialization (LLVM/Clang). dsound/tests: Remove win9x hack.
ole32/tests: Make sure to use a return value (LLVM/Clang). fusion/tests: Remove win9x hacks.
kernel32/tests: Make sure to use return values (LLVM/Clang). hlink/tests: Remove win9x hacks.
usp10/tests: Remove dead assignment (LLVM/Clang). inetmib1/tests: Add missing broken().
winmm/tests: Remove dead assignment (LLVM/Clang). kernel32/tests: Remove win9x hacks.
crypt32/tests: Make sure to use a return value (LLVM/Clang). mlang/tests: Remove win9x hacks.
crypt32/tests: Make sure to use return values (LLVM/Clang). msi/tests: Remove win9x hacks.
d3d9/tests: Make sure to use return values (LLVM/Clang). gdi32/tests: Remove win9x hacks.
jscript/tests: Remove a dead assignment (LLVM/Clang). lz32/tests: Remove win9x hacks.
comctl32/tests: Remove dead assignments (LLVM/Clang). riched20/tests: Remove win9x hacks.
comctl32/tests: Make sure to use a return value (LLVM/Clang). crypt32/tests: Remove win9x hacks.
comctl32/tests: Make sure to use a return value (LLVM/Clang). rpcrt4/tests: Remove win9x hacks.
comctl32/tests: Make sure to use a return value (LLVM/Clang). secur32/tests: Remove win9x hacks.
comctl32/tests: Make sure to use a return value (LLVM/Clang). setupapi/tests: Remove win9x hacks.
wintrust/tests: Remove win9x hacks. ntprint/tests: Remove win9x hacks.
mshtml/tests: Update disabled test comment. shlwapi/tests: Remove win9x hacks.
Charles Davis (1): Charles Davis (2):
mountmgr: Use the media kind to fill in the device type field on Mac OS. ntdll: Fix IOCTL_CDROM_RAW_READ on Mac OS.
ntdll: Implement CDROM_GetInterfaceInfo() on Mac OS.
David Adam (1):
d3dx9_36: Add a few tests for D3DXCreateBox. Damjan Jovanovic (1):
winemenubuilder: FriendlyDocName isn't part of the association.
Detlef Riekenberg (4):
winspool: Do not mark AddPrinterA as stub. David Adam (2):
msi/tests: Fix a typo. d3dx9_36: Add a test for D3DXCreateBox.
mshtml/tests: Fix a typo. d3dx9_36: Implement ID3DXMesh_GetNumBytesPerVertex.
shlwapi: Add stubs for SHWinHelpOnDemandA/W.
Dmitry Timoshkov (9):
Dmitry Timoshkov (4): user32: Cope with failing SetForegroundWindow().
user32: Add a test for reparenting a WS_POPUP window to a WS_CHILD parent. gdi32: Add dumping of child GDI font cache.
user32: Add message tests for SetParent(). gdi32: Go through all hfontlist entries not just the first one when checking whether font is in the child font list.
mlang: GetGlobalFontLinkObject() takes a non-zero number of arguments. gdi32: Do not leak the hfont list (Valgrind).
user32: Use the windows created by the SetParent() test to get a more predictable active/focus window state. gdi32: Use graphics mode specified at the EMF creation time when playing EMR_EXTTEXTOUT record.
gdi32: EnumFontFamilies should also match against fully qualified face name.
EG Galano (1): gdi32: Add a EnumFontFamilies test to see how it handles various font faces.
gdiplus/tests: Make sure return value is used (LLVM/Clang). comctl32: 'clip' rect is unused in the WM_ERASEBKGND rebar class handler.
user32: Add a test to make sure that SendInput sets a non-zero event time.
Francois Gouget (1):
comctl32/tests: Fix compilation on systems that don't support nameless unions. Dylan Smith (1):
d3dx9: Add stubs for D3DXCreateText.
Frédéric Delanoy (3):
Erich Hoover (1):
shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.
Frédéric Delanoy (1):
po: Update French translation. po: Update French translation.
po: Update French translation.
po: Add missing \n in various po language files. Gerald Pfeifer (1):
wpp: Add explicit casts when mixing unsigned and signed integers.
Gerald Pfeifer (6):
comctl32/tests: Avoid uninitialized variable warning in GetWidthBytes(). Hans Leidekker (9):
wined3d: Remove an old hack around Mesa choking on protected memory from flush_to_framebuffer_drawpixels. msi: Fix a trace.
comctl32/tests: Remove unused parameter from test_removeimage(). appwiz.cpl: List 32-bit applications on 64-bit platforms.
wpp: Fix the output type for the "unsigned OP signed" cases in BIN_OP_INT and friends. uninstaller: List 32-bit applications on 64-bit platforms.
wpp: Add explicit casts when mixing signed and unsigned integers. msi: A custom action dll failing to load is not a fatal error.
winmm: Simplify MCI_DumpCommandTable a bit. netapi32: Try running the smbpasswd tool in NetUserChangePassword.
server: Map the Unix user id to a local user SID instead of the interactive SID.
Hans Leidekker (4): advapi32: Use a fixed computer SID that matches local user SIDs.
msi: Split up resolve_folder. userenv: GetProfilesDirectoryW accepts a NULL buffer.
msi/tests: Show that a failing call to MsiGetSourcePath(SOURCEDIR) sets the SOURCEDIR property. userenv: Implement and test GetUserProfileDirectory.
msi: Get rid of msi_component_set_state and msi_feature_set_state.
msi: Preserve existing advertise strings in the PublishComponents action. Henri Verbeet (20):
wined3d: Filter sRGB capabilities during format initialization.
Huw Davies (5): wined3d: Recognize some Northern Islands cards in select_card_ati_mesa().
oleaut32: Rewrite ITypeInfo_GetDocumentation proxy/stub to return only the information that is requested. wined3d: Merge device_unload_resource() and reset_unload_resources().
oleaut32: Implement proxy / stub for ITypeInfo_GetDllEntry. wined3d: Remove IWineD3DResource::UnLoad() from the public interface.
oleaut32: Implement proxy / stub for ITypeInfo2_GetDocumentation2. wined3d: Pass const resources to some resource functions.
oleaut32: Implement proxy / stub for ITypeLib_GetDocumentation. wined3d: Make IWineD3DResourceImpl an independent structure.
oleaut32: Implement proxy / stub for ITypeLib2_GetDocumentation2. wined3d: Rename ATI to AMD.
wined3d: Recognize some Nouveau renderer strings.
Hwang YunSong (1): wined3d: The basetexture_set_dirty() return value is never used.
po: Update Korean resource. wined3d: Use basetexture_set_dirty() in some more places.
wined3d: Standalone surfaces should never be sRGB.
Igor Egorov (1): wined3d: Retrieve the surface's texture name through a function.
kernel32: Add stderr redirection for native Unix programs started from Windows program. wined3d: Retrieve the GL texture through a function.
wined3d: Add support for EXT_texture_sRGB_decode.
Igor Paliychuk (4): wined3d: Use EXT_texture_sRGB_decode to avoid sRGB texture duplication.
po: Update Ukrainian translation. wined3d: Pass gl_info to basetexture_bind().
cryptui: Fix French translation. wined3d: Pass gl_info to surface_bind().
wininet: Fix translations. ddraw: Just pass NULL as index buffer parent.
wordpad: Improve translations. wined3d: Remove COM from the buffer implementation.
wined3d: Get rid of the IWineD3DBuffer typedef.
Jacek Caban (21):
mshtml: Added IHTMLWindow2::focus implementation. Huw Davies (4):
mshtml: Added focus events tests. oleaut32: Mask off the lsb from the vtbl offset. This is set when the user specifies an offset in ICreateTypeInfo.
mshtml: Use case insensitive comparison in parse_classid. oleaut32: Fix the typelib marshaler when the vtbl has holes.
urlmon: Don't hardcode zone numbers. widl: Initialise [out] only conformant arrays.
mshtml: Return size in about protocols handler's ParseUrl(PARSE_SECURITY_URL) call. gdi32: Remove a wayward CDECL.
mshtml: Fixed size check in res protocol ParseUrl(PARSE_SECURITY_URL) call.
urlmon: CoInternetGetSecurityUrl rewrite. Jacek Caban (39):
urlmon: CoInternetGetSecurityUrlEx rewrite. include: Make some include guards compatible with MS headers.
urlmon: Added more CoInternetGetSecurityUrl[Ex] tests. jscript: Added SetScriptState(SCRIPTSTATE_UNINITIALIZED) implementation.
mshtml: Make nsIURI::[Get|Set]Username implementation IUri-based. jscript: Added more uninitialization tests.
appwiz.cpl: Added support for installing packages from MSI files. wscript: Added tests.
dsound.h: Added DSBNOTIFICATIONS_MAX definition. urlmon: Register MIME filter only for bindings testing them.
dvdmedia.h: Added MPEG2VIDEOINFO declaration. mshtml: Added IHTMLElement4 stub implementation.
urlmon: Fixed Valgrind warnings. mshtml.idl: Added DispHTMLDOMAttribute declaration.
urlmon: Get rid of init variable in stgmed_buf_t. mshtml: Added IHTMLElement4::getAttributeNode implementation.
urlmon: Read remaining protocol data if report_data was called after binding finished. mshtml: Added IDispatchEx support to HTMLDOMAttribute object.
urlmon: Properly handle BINDSTATUS_BEGINDOWNLOADDATA. mshtml: Added attribute object tests.
urlmon: Get rid of no longer needed buffering in stgmed_buf_t. mshtml: Make sure we don't try to create node object for attributes.
mshtml: Fixed a leak (valgrind). mshtml: Improved debug traces.
msxml3: Silence QueryInterface FIXME. mshtml: Added IHTMLDOMAttribute::get_nodeValue implementation.
urlmon: Use winetest page URL for abort test. mshtml: Moved call_disp_func to htmlevent.c.
mshtml: Added IHTMLStyle::[get|put]_backgroundPosition implementation.
Janne Hakonen (1): mshtml: Fixed buffer handling in set_nsstyle_attr.
iphlpapi: Changed return value of NotifyAddrChange() stub and added test cases. mshtml: Moved VARIANT to style value string conversion to separated function.
mshtml: Reimplement IHTMLStyle::put_backgroundPositionX using background-position property.
Joris Huizer (6): mshtml: Reimplement IHTMLStyle::get_backgroundPositionX using background-position property.
imagehlp/tests: Don't test function directly when reporting GetLastError(). mshtml: Reimplement IHTMLStyle::put_backgroundPositionY using background-position property.
kernel32/tests: Don't test function directly when reporting GetLastError(). mshtml: Reimplement IHTMLStyle::get_backgroundPositionY using background-position property.
user32/tests: Don't test function directly when reporting GetLastError(). mshtml: Added more backgroundPosition* tests.
ws2_32/tests: Don't test function directly when reporting GetLastError(). jscript: Fixed corner cases in parseInt implementation.
shdocvw: Initialise ie pointer as it's tested (Clang). mshtml: Fixed typos in IHTMLInputElement::value tests.
crypt32: Remove helper variable i (Clang). mshtml: Store style filter in HTMLStyle object.
mshtml: Store style object in element object.
mshtml: Added simple filter parser to support opacity.
mshtml: Added IHTMLFormElement::onsubmit implementation.
mshtml: Fixed memory leak.
mshtml: Added support for canceling default event behavior.
mshtml: Added onsubmit and event canceling tests.
mshtml: Added IHTMLFormElement::get_elements implementation.
mshtml: Added IHTMLLocation::replace implementation.
mshtml: Correctly handle NULL BSTR in VARIANT in IDispatchEx implementation.
mshtml: Reuse attribute objects.
mshtml: Use our IDispatchEx-based attributes implementation instead of nsIDOMAttr.
mshtml: Added more attribute object tests.
mshtml: Fixed use after free in HTMLElement_destructor.
mshtml: Added support for indexed access to form elements.
Jerome Leclanche (1):
winemenubuilder: Make sure extension-based mimetypes are always lowercase.
John Edmonds (4):
gdi32/tests: Added tests for copying a single pixel from top down and bottom up bitmaps.
gdi32: Fixed GetDIBits for top-down bitmaps.
gdi32/tests: Updated tests for top-down destination bitmaps.
gdi32: Fixes GetDIBits for top-down destination bitmaps.
Joris Huizer (1):
userenv: GetUserProfileDirectoryW: Plug memory leak.
Juan Lang (17): Juan Lang (17):
wintrust/tests: Fix a leak (valgrind). cryptnet: Delete existing cache entries when out of date.
crypt32/tests: Update a CryptMsgUpdate call to succeed on more Windows versions, and check its return value (Clang). wininet: Rename variables for readability.
crypt32/tests: In more recent Windows versions, updating a data message with no content succeeds. wininet: De-Hungarian auth cache member names.
crypt32: Allow updating data messages with no content. wininet: De-Hungarian appinfo member names.
rsaenh/tests: Test errors creating schannel keys and hashes before parameters are set. wininet: De-Hungarian session member names.
rsaenh: Disallow creating schannel master hashes before setting the client random and server random. wininet: De-Hungarian HTTP request member names.
rsaenh: Disallow deriving schannel encryption keys before setting the encryption algorithm. wininet/tests: Test retrieving http requests from cache.
crypt32: Don't attempt to find the length of a NULL string (valgrind). wininet: Use correct scheme for cache entries.
rsaenh: Fully initialize schannel algorithm information. wininet: Support setting the expired time in SetUrlCacheEntryInfo.
crypt32: Fix return value (clang). wininet: Store entries in url cache with valid expiration date.
crypt32: Fix return value in error cases (clang). wininet: Default to 10 minutes expiration for cache entries.
crypt32: Don't assume a function succeeded (clang). wininet: Default to 10 minutes expiration for cache entries.
crypt32: Don't assign a count value unless memory allocation succeeds (clang). wininet: Support the Cache-Control max-age directive for setting url cache entry expiration.
crypt32/tests: Remove an unused assignment (clang). wininet: Move creating cache file to a helper function.
crypt32/tests: Test a return value (clang). include: Add some missing definitions.
crypt32/tests: Test return value (clang). wininet: Fix off-by-one error.
wintrust/tests: Fix a leak (valgrind). wininet: Remove outdated comment.
Jörg Höhle (2): Jörg Höhle (2):
msvcrt: sizeof(long double) is 12 with MS, but not necessarily so on UNIX. winmm: Let WideCharToMultiByte search for NUL string terminator (Valgrind).
msvcrt/tests: sizeof(long double) is 12 with MS. mciwave: Fix a leak when Open fails (valgrind).
Ken Thomases (3): Maarten Lankhorst (7):
user32: Rename GetKeyboardLayout param; it's a thread ID, not a layout. gdiplus: Implement in-memory font storage.
user32: Remove wrong parameter name from comment. gdi32: Handle BITMAP_CopyBitmap correctly for negative heights.
iphlpapi: Enable non-privileged ICMP (ping) on Mac OS X. mshtml: Make sure system xpcom dll gets loaded.
ntdll: Fix time accounting in NtQuerySystemInformation.
Maarten Lankhorst (2): gdiplus: Clean up gdip_format_string.
riched20: Do not call callback when no data needs to be flushed. gdiplus: Add tests and fix GdipDrawImagePointsRect.
dsound: Forcibly lock buffers to be mixed. gdiplus: Implement GdipAddPathString.
Matteo Bruni (3): Marcus Meissner (19):
d3dcompiler: Include the string terminator in the output blob. wineoss.drv: Fixed incorrect sizeof() (Coverity).
wined3d: Make clip planes independent from offscreen/onscreen drawing. rsaenh: Fixed bad sizeof() usage (Coverity).
d3d9/tests: Add a test for clip planes. kernel32: Fixed mismatched bracket (Coverity).
cryptui: Fixed bad sizeof() (Coverity).
Max TenEyck Woodbury (2): dbghelp: Fixed pasted size error (Coverity).
c2man: Search sub-directories for headers too. regedit: fgetc() gets int, not char (Coverity).
c2man: Add header's subdirectory and a link to its source file in the 'IMPLEMENTATION' notes. user32: Move functional code out of assert() (Coverity).
user32: Remove side effect code out of asserts() (Coverity).
Nicholas Niro (1): winedump: Remove double assignment (Coverity).
winex11.drv: Add proper initialization for border_pixel. msvcrt: Use = instead of == in test (Coverity).
ws2_32: name is never NULL as array (Coverity).
Nikolay Sivov (12): user32: Fixed some more side effect functions in assert() (Coverity).
comctl32/listview: Remove couple of dead assignments (LLVM/Clang). server: Avoid shadowing a global variable.
comctl32/listview: Remove some useless operations (LLVM/Clang). kernel32: Avoid shadowing "status" variable.
comctl32/listview: Remove duplicated operation (LLVM/Clang). shdocvw: Rewrite code to make more understandable (Coverity).
comctl32/tests: Test more return values (LLVM/Clang). oleaut32: Local variable goes out of scope via pointer (Coverity).
urlmon/uri: Remove dead assignment and useless initializer (LLVM/Clang). dbghelp: Local variable used out of scope (Coverity).
msxml: Add IXSLTemplate stub. msi: Pointer to out of scope local variable (Coverity).
msxml3: Add basic putref_stylesheet() implementation. msvcrt: Move side effect out of assert (Coverity).
msxml3: Add a stub IXSLProcessor.
msxml3: Basic put_input() method for IXSLProcessor. Matteo Bruni (7):
msxml3: Store output stream for processor. d3dcompiler: Fix initial allocation (Valgrind).
msxml3: Initial implementation of transform() method. d3dx9: Remove a couple of spurious assignments (LLVM/Clang).
msxml3: Null pointer for schema uri should be treated as empty. d3dx9: Remove an unnecessary initialization (LLVM/Clang).
d3dx9/tests: Remove spurious assignment (LLVM/Clang).
wpp: Free strings on define deletion (Valgrind).
wpp: Let pp_add_define take the responsibility of copying strings (Valgrind).
d3dx9: Fix memory access for images with less than 4 bytes per pixel (Valgrind).
Michael Stefaniuc (3):
storage.dll16: Remove unused struct declaration.
msxml3: COM cleanup for the IDispatchEx iface.
storage.dll16: COM cleanup in storage.c.
Nikolay Sivov (28):
msxml3: Store document event handler for ready state notification.
msxml3: Remove useless parts of schema cleanup helper.
msxml3: Use helper to consistently dump variant parameters.
msxml4: Add version info.
msxml3: Remove forward to removeChild() method for nodes.
msxml3: Remove appendChild() forward.
msxml3: Remove hasChildNodes() forward.
msxml3: Remove get_ownerDocument() forward.
msxml3: Remove get_text() forward.
msxml3: Remove selectNodes() forward.
msxml3: Remove selectSingleNode() forward.
msxml3: Remove transformNode() forward.
msxml3: Get rid of not longer used internal IXMLDOMNode vtable.
comctl32/comboex: Reduce variable scope.
comctl32/datetime: Fix use of out-of-scope local buffer (Coverity).
comctl32/rebar: Don't use local variable with the same name as function parameter (Coverity).
comctl32/listview: Fix dead condition (Coverity).
comctl32/ipaddress: Use array index after range check (Coverity).
oleaut32: Fix sizeof() usage (Coverity).
msxml3/tests: Remove broken test and parameter check.
msxml3: Reject xmlns attribute to be added to element.
msxml3: Always set out pointer to null on failed QueryInterface.
msxml3: Add get_output() implementation for processor.
msxml3: Fail on certain node types in insertBefore() for attributes, remove broken tests.
msxml3: Link dom attribute with parent interface pointer.
msxml3: Test insertBefore() behaviour with node relinking, simplify common test cases.
msxml3: Remove child with parent method first before insert with insertBefore().
msxml3: Test to show namespace definition output for children.
Paul Vriens (1):
msi: Add a missing va_end() (Coverity).
Peter Schellenbach (1):
oleaut32: Fixed short time & medium time named formats.
Peter Urbanec (5): Peter Urbanec (5):
setupapi: Fix comparison issue on 64-bit systems. gdi32: Fix 64-bit pointer issues when copying upside-down bitmaps.
gdi32/tests: Use virtual screen size instead of primary monitor screen size. comctl32: Use signed indices, so that the number of parts can be set to zero.
d3d8/tests: Use primary monitor screen size to perform tests. comctl32/tests: Enable statusbar tooltip tests.
d3d9/tests: Use primary monitor screen size to perform tests. comctl32: Add a check for setting number of parts in the statusbar to zero.
jscript: Implement character escaping as described by ECMA-262 B.2.1. wintab32: Better handling of XInput initialisation errors.
Reece Dunn (1): Rafał Mużyło (1):
winefile: In the Options > Font menu handler, initially select the current font. winealsa.drv: Drop redundant calls.
Rico Schüller (9): Rico Schüller (28):
d3dcompiler: Parse OSG5 in the reflection interface. d3dcompiler: Parse reflection constant buffers.
d3dcompiler: Parse bound resources. d3dcompiler: Implement ID3D11ShaderReflection::GetConstantBufferByIndex().
d3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDesc(). d3dcompiler: Implement ID3D11ShaderReflection::GetConstantBufferByName().
d3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDescByName(). d3dcompiler: Implement ID3D11ShaderReflectionConstantBuffer::GetDesc().
d3dcompiler: Add argument check in D3DReflect(). d3dcompiler: Parse reflection variables.
d3dcompiler/tests: Add reflection test. d3dcompiler: Parse reflection types.
d3dcompiler/tests: Add reflection vs desc test. d3dcompiler: Implement ID3D11ShaderReflectionConstantBuffer::GetVariableByIndex().
d3dcompiler/tests: Add reflection ps desc test. d3dcompiler: Implement ID3D11ShaderReflectionConstantBuffer::GetVariableByName().
d3dcompiler/tests: Add GetResourceBindingDesc() test. d3dcompiler: Implement ID3D11ShaderReflectionVariable::GetDesc().
d3dcompiler: Implement ID3D11ShaderReflectionVariable::GetBuffer().
Stefan Dösinger (1): d3dcompiler: Implement ID3D11ShaderRefleflection::GetVariableByName().
d3d9: Use a proper window class for the query test. d3dcompiler: Implement ID3D11ShaderReflectionType::GetDesc().
d3dcompiler: Implement ID3D11ShaderReflectionVariable::GetType().
Thomas Mullaly (2): d3dcompiler: Fix SystemValueType for pixelshader output signature.
urlmon: Fixed invalid read and write errors (Valgrind). d3dcompiler/tests: Add reflection ps output desc test.
mshtml: Fixed a few typos. d3dcompiler: Reorder section parsing to reflect the order from the shader blob.
d3dcompiler/tests: Add constant buffer test.
Vincent Povirk (6): d3dcompiler/tests: Improve test_reflection_bound_resources().
windowscodecs: Release the icon frame substream on success too. d3dcompiler: Parse member types.
gdiplus: Allow adding rectangles with negative sizes to paths. d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeByIndex().
gdiplus: Fix error path in GdipAddPathRectangle. d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeByName().
gdiplus: Store an ImageAttributes in texture brushes. d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeName().
gdiplus: Add test for ImageLockModeUserInputBuf. d3dcompiler: Use defines for shader target masks.
gdiplus: Add tests for locked image bit reading/writing. d3dcompiler/tests: Add GetMemberType* tests.
d3dcompiler: Implement ID3D11ShaderReflectionType::IsEqual().
Yaron Shahrabani (1): d3dcompiler: Move some code from header to source file.
po: Hebrew update. d3dcompiler: Add debug helper for shader variable class.
d3dcompiler: Add debug helper for shader variable type.
Thomas Mullaly (1):
mshtml/tests: Make IDispatch Vtbl const.
Vincent Povirk (8):
msvcrt: Try to call CorExitProcess instead of ExitProcess on exit.
mscoree: Overhaul of mono runtime shutdown process.
mscoree: Always return S_FALSE from DllCanUnloadNow.
gdiplus: Test writes with conversion and without a user buffer.
gdiplus: Copy the bits on bitmap unlock if the write flag is set.
gdiplus: Don't copy bits into the buffer when a bitmap is locked write-only.
gdiplus: Copy only the area requested when (un)locking bitmaps.
gdiplus: Implement ImageLockModeUserInputBuf.
Wolfram Sang (3):
user32/tests: Modify proper fields instead of magic offsets.
user32: Make DIB_GetBitmapInfo checks stricter.
user32: Check bitmap info before it is used.
-- --
Alexandre Julliard Alexandre Julliard
......
Wine version 1.3.14 Wine version 1.3.15
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.67 for Wine 1.3.14. # Generated by GNU Autoconf 2.67 for Wine 1.3.15.
# #
# Report bugs to <wine-devel@winehq.org>. # Report bugs to <wine-devel@winehq.org>.
# #
...@@ -552,8 +552,8 @@ MAKEFLAGS= ...@@ -552,8 +552,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='Wine' PACKAGE_NAME='Wine'
PACKAGE_TARNAME='wine' PACKAGE_TARNAME='wine'
PACKAGE_VERSION='1.3.14' PACKAGE_VERSION='1.3.15'
PACKAGE_STRING='Wine 1.3.14' PACKAGE_STRING='Wine 1.3.15'
PACKAGE_BUGREPORT='wine-devel@winehq.org' PACKAGE_BUGREPORT='wine-devel@winehq.org'
PACKAGE_URL='http://www.winehq.org' PACKAGE_URL='http://www.winehq.org'
...@@ -1374,7 +1374,7 @@ if test "$ac_init_help" = "long"; then ...@@ -1374,7 +1374,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures Wine 1.3.14 to adapt to many kinds of systems. \`configure' configures Wine 1.3.15 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
...@@ -1443,7 +1443,7 @@ fi ...@@ -1443,7 +1443,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of Wine 1.3.14:";; short | recursive ) echo "Configuration of Wine 1.3.15:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
...@@ -1589,7 +1589,7 @@ fi ...@@ -1589,7 +1589,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
Wine configure 1.3.14 Wine configure 1.3.15
generated by GNU Autoconf 2.67 generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
...@@ -2107,7 +2107,7 @@ cat >config.log <<_ACEOF ...@@ -2107,7 +2107,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by Wine $as_me 1.3.14, which was It was created by Wine $as_me 1.3.15, which was
generated by GNU Autoconf 2.67. Invocation command line was generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@ $ $0 $@
...@@ -16098,7 +16098,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ...@@ -16098,7 +16098,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by Wine $as_me 1.3.14, which was This file was extended by Wine $as_me 1.3.15, which was
generated by GNU Autoconf 2.67. Invocation command line was generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
...@@ -16169,7 +16169,7 @@ _ACEOF ...@@ -16169,7 +16169,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
Wine config.status 1.3.14 Wine config.status 1.3.15
configured by $0, generated by GNU Autoconf 2.67, configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment