Commit 4b9465f4 authored by Alexandre Julliard's avatar Alexandre Julliard

Release 1.7.5.

parent 9db01c16
The Wine development release 1.7.4 is now available. The Wine development release 1.7.5 is now available.
What's new in this release (see below for details): What's new in this release (see below for details):
- Support for Cocoa-style full-screen mode in the Mac driver. - Support for registration-free COM using activation contexts.
- More preparation work for the Direct3D command stream. - Improved support for simulated bold fonts.
- A number of Winsock improvements. - Unicode data updated to Unicode 6.3.
- Better support for typelib registration on 64-bit.
- Various bug fixes. - Various bug fixes.
The source is available from the following locations: The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.4.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-1.7.5.tar.bz2
http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.4.tar.bz2 http://mirrors.ibiblio.org/wine/source/1.7/wine-1.7.5.tar.bz2
Binary packages for various distributions will be available from: Binary packages for various distributions will be available from:
...@@ -25,394 +26,461 @@ AUTHORS in the distribution for the complete list. ...@@ -25,394 +26,461 @@ AUTHORS in the distribution for the complete list.
---------------------------------------------------------------- ----------------------------------------------------------------
Bugs fixed in 1.7.4 (total 32): Bugs fixed in 1.7.5 (total 30):
2195 WSALookupServiceBegin and WSALookupServiceNext Unimplemented 13699 Wine doesnt show embedded web browser interface on Clarion applications
16935 BCG Slider thumb doesnt display correctly 17929 Crash when creating a DC
19200 Neverwinter Nights 2 crashes 18465 url.dll FileProtocolHandler does not open URLs in browser.
21808 URU Complete Chronicles: Black Screen Freeze upon UruExplorer.exe launch 22926 Main Steam window disappears when entering Exposé
22865 Split Second foggy, doesn't show most of scene 24770 Bioshock not work
23566 Arcanum crash after start. 25327 Risen - No space between words in Risen
23839 Neverwinter Nights 2 can't detect video adapter properly, claiming: "Your video card has less than 128 MB of video memory" 26900 GetTabbedTextExtent() returns non-zero value when nCount == 0
25037 Microsoft Tinker Doesn't Render, Gameplay not possible 27168 chromium-based apps can't load https sites
25779 world of tanks updater: never shows a gui without winetricks ie7 27694 wine iexplore can't load hotmail.com (gives a blank page)
26384 BabasChess crashed after examining a game for a while 28946 Steam freezes
26683 pixmap error ascTimeTables 2010 version 29365 Internet Explorer 8 fails to submit a URL to VirusTotal for analysis
26710 Minitroid tech demo does not start 29784 Spotify crashes on startup
26761 SIV fails to report the workgroup name 30745 GOG.com version of Soulbringer crashes on startup (GetModuleHandleExW needs to support GET_MODULE_HANDLE_EX_FLAG_PIN)
27358 The Witcher fails to run 32280 32-bit Visual C++ 2010 Express full installer complains "Unknown Error" with Mono (mscoree CLR v4 shim needs CreateInterface)
27796 JDK 6 installer fails with error "File name is too long" 33384 Basic WPF applications using .NET 3.5 WPF fails to handle images (windowscodecs {7543696a-bc8d-46b0-5f81-8d95728972be} = IMILBitmapSource unsupported)
31140 BCG Gantt Demo crashes when large date ranged enter. 33799 Wargame: Airland Battle needs msvcr110.dll._libm_sse2_atan_precise
31557 Guild Wars 2 screenshots look bad 34432 installer of iTudou needs atl90
32375 Submit form by code fails 34472 window titlebar names
32984 Java SE Development Kit 7u13 post-install cleanup tool 'remove.exe' crashes 34475 Fullscreen Window scaling issue (MacDriver)
33232 Amazon MP3 Downloader crashes during download of mp3 files (ntdll/server fd cache doesn't take FILE_APPEND_DATA flag implicit write access into account) 34502 __unDName doesn't use flags UNDNAME_NO_LEADING_UNDERSCORES and UNDNAME_NO_MS_KEYWORDS for "__ptr64"
33495 Dungeons & Dragons Neverwinter Beta launcher does not register form submissions 34503 __unDName doesn't support flag UNDNAME_NO_THISTYPE
33957 GOG.com installers break citing XML read issue 34648 J2SE Runtime Environment 5.0 Update 10 installer 'patchjre' tool crashes due to unbuffered io on redirected stdout pipe
34005 WS2_32.dll.WSASendMsg is unimplemented 34677 e-carte bleue la banque postale doesn't work at all
34066 Wine looping endlessly on first run, and when installing Steam 34707 Miranda crashes on start up
34209 fullscreen apps won't switch back to resolution after command-tabbing on OS X 34719 cabinet_open{,_stream} returns 0 on failure but doesn't compliant to _open interface
34270 PhotoImpact X3 needs msvcp60.dll.??0ios_base@std@@IAE@XZ 34735 Photoscape: crashes selecting some filters
34421 Unity3D: 3D view fails after hitting play 34738 PageFault when generating a MD5 Hash
34501 __unDName doesn't support thunks with vtordispex 34757 Tray icons don't attach to the native notification area
34506 __unDName doesn't support thunks with vcall 34776 explorer.exe does not start
34593 MS .Net 2.0 x64 installer fails under XP mode (works under win2k3) 34778 IE7 can't install
34623 NCsoft's Aion (MMORPG) crashes on startup (WinLicense software protection, avoid forwarding some msvcr80 API to msvcrt)
34651 'INFINITY' and 'NAN' undeclared
---------------------------------------------------------------- ----------------------------------------------------------------
Changes since 1.7.3: Changes since 1.7.4:
Akihiro Sagawa (7): Adam Bolte (1):
gdi32/tests: Fix copy&paste issues related to gmBlackBoxY. wined3d: Add support for nVidia GTX 660M.
gdi32: Fix empty glyph handling in the dib driver.
gdi32: Return fake BBox when requesting empty glyph metrics. Akihiro Sagawa (3):
gdi32: Fix the B spacing value of empty glyph. gdi32/tests: Add tests for fake bold outline fonts.
po: Update Japanese translation. gdi32: Adjust fake bold outline font metrics.
gdi32: Don't modify output glyph metrics unless the function succeeds. gdi32: Synthesize bold glyphs for outline fonts.
gdi32/tests: Skip linked font like SimSun-ExtB in fixed-pitch font selection.
Alexandre Julliard (53):
Alexandre Julliard (32): makefiles: Remove useless definitions of COM_NO_WINDOWS_H.
makefiles: Clean files from the top-level makefile where possible. makedep: Remove some unnecessary typedefs.
wineconsole: Run a command shell by default. makedep: Add more helpers for file output and error handling.
libwine: Add JNI initialisation support to start Wine from an Android activity. makedep: Generate correct dependencies for testlist.c.
configure: Use the correct strip program when installing. winex11: Add helper functions for converting between root and virtual screen coords.
configure: Disable tools by default when cross-compiling. winex11: Add a helper function to return the virtual screen rectangle.
configure: Add enable options for all modules to the recognized option list. winex11: Add a helper function to return the primary monitor rectangle.
makefiles: Link libwine statically into the tools to avoid run-time path dependencies. jscript: Use the official Windows constant for MAXLONGLONG.
wmc: Add support for long command-line options. makefiles: Generate explicit build rules for lex files from makedep.
wmc: Load translations from mo files instead of po. makefiles: Generate explicit build rules for bison files from makedep.
tools: Upgrade the install-sh script. makefiles: Generate explicit build rules for message files from makedep.
configure: Use the standard MKDIR_P macro to create directories. makefiles: Generate explicit build rules for resource files from makedep.
makefiles: Define __WINESRC__ globally. makefiles: Generate explicit build rules for idl files from makedep.
makefiles: Generate the loader rules from configure. makefiles: Generate explicit build rules for dlldata.c from makedep.
makefiles: Move l_intl.nls and wine.inf to loader so that they are installed even when tools are not built. makefiles: Generate explicit build rules for testlist.c from makedep.
gdi32: Remove freetype compatibility cruft that doesn't compile. tools: Update the character data tables to Unicode 6.3.0.
winspool: Store generic.ppd in a resource instead of depending on an external file. ntdll/tests: Skip test if LdrAddRefDll is missing.
configure: Simplify the generation of the install and clean rules. makedep: Remove support for no longer used .mc.rc files.
configure: Correctly install binaries even when the tools are disabled. makedep: Add a helper function to replace a file name extension.
configure: Use more user-friendly names for subdirectory targets. makedep: Automatically add the source idl for generated sources to the dependencies list.
configure: Make some shell variables global. explorer: Set the final size of the desktop window only after it has been created.
makefiles: Get rid of the recursive installation rules for dlls and programs. explorer: Create the driver desktop window after the window handle is created.
makefiles: Remove some obsolete rules. user32: Delay registration of the builtin classes until the first window is created.
makefiles: Move the static library rules to the global Make.rules file. user32: Delay creation of the 55AA pattern brush until it's needed.
makefiles: Move the import library rules to the global Make.rules file. user32: Create the desktop window before enumerating monitors.
makefiles: Move the API documentation rules to the global Make.rules file. winex11: Clear the thread data explicitly on detach.
makefiles: Move the main module rules to the global Make.rules file. winemac: Clear the thread data explicitly on detach.
makefiles: Move the testing rules to the global Make.rules file. gdi32: Determine the virtual resolution dynamically if it hasn't been set.
ntdll: Add defines for the file position magic constants. mmdevapi/tests: Mark a failing test as broken.
makefiles: Generate the common rules for import libraries from configure. ole32: Delay registering the apartment class until needed.
makefiles: Generate the common rules for dlls from configure. explorerframe: Correctly initialize common controls.
makefiles: Generate the common rules for programs from configure. shell32: Delay initialization of the icon cache until needed.
makefiles: Generate the common rules for tests from configure. shell32: Delay common controls initialization until needed.
explorer: Make sure the graphics driver module is always set.
Alistair Leslie-Hughes (4): explorer: Avoid crashing when the desktop launchers are not initialized.
oledb32: Implement IDataSourceLocator get/put hWnd. winemac: Only register the IME class when needed.
mscoree: Implement CreateInterface. user32: Fix tick counter wrap-around handling.
include: Add interfaces ICLRMetaHostPolicy, ICLRDebugging. user32: Fix the scope of a local variable.
mscoree: Partially implement ICLRMetaHost RequestRuntimeLoadedNotification. wineps: Return the size directly from get_bbox to avoid compiler warnings.
jscript: Reorganize StringConstr_value slightly to avoid confusing gcc.
Andrew Eikum (2): gdi32: Always initialize the em_scale variable.
riched20: Continue interpreting data as UTF-8 after the first chunk boundary. wineconsole: Avoid an empty for loop.
user32: Don't try to paint during WM_SETFOCUS if the edit control is not visible. include: Add inline wrappers for some underscore-prefixed math functions.
winex11: Use an init once function to register IME classes.
winemac: Use an init once function to register IME classes.
user32: Get rid of the CreateCursorIcon driver entry point.
explorer: Store the graphics driver name for the desktop in the registry.
imm32: Retrieve the graphics driver name from the registry.
wintab32: Retrieve the graphics driver name from the registry.
user32: Don't trigger a graphics driver load for functions that require an existing window.
winemac: Don't try to set the app icon before GDI is properly initialized.
user32: Register classes once the graphics driver has been loaded, except for the desktop class.
user32: Set the display device property on the desktop window as soon as it is created.
Alistair Leslie-Hughes (1):
mscoree: Add support for ICLRMetaHostPolicy interface.
Andrew Cook (1):
include: Add types for SetInformationJobObject.
Andrew Eikum (5):
advapi32: Attempt to open WOW64 key before the lowest level key, too.
advapi32: Don't cache HKCR if WOW64 redirection flags are set.
oleaut32: Also register typelibs in the opposite registry mode.
oleaut32: For 64-bit, fallback on the win32 key if win64 key is empty for typelibs.
winhttp: Attempt to refill empty buffer before answering QueryDataAvailable.
André Hentschel (9):
ntdll: vm86 is not available on PowerPC.
msacm32/tests: Fix tests compilation with __WINESRC__ defined.
imm32/tests: Fix tests compilation with __WINESRC__ defined.
version/tests: Fix tests compilation with __WINESRC__ defined.
rsaenh/tests: Fix tests compilation with __WINESRC__ defined.
sti/tests: Fix tests compilation with __WINESRC__ defined.
usp10/tests: Fix tests compilation with __WINESRC__ defined.
psapi/tests: Fix tests compilation with __WINESRC__ defined.
winspool.drv/tests: Fix tests compilation with __WINESRC__ defined.
Aric Stewart (1): Aric Stewart (1):
imm32: ImmGetCandidateWindow should not return unset data. tools: Add new Explicit Formatting types for Unicode 6.3.
Aurimas Fišeras (1):
po: Update Lithuanian translation.
Austin English (1): Austin English (1):
dxdiagn: Add a few more stub properties. explorerframe/tests: Build with -D__WINESRC__.
Bruno Jesus (4): Daniel Lehman (1):
ws2_32/tests: Fix an ok() call comment. kernel32: Don't use depth in RtlInterlockedFlushSList.
include: Move struct WSABUF and WSAMSG to ws2def.h.
ws2_32: Implement WSASendMsg(). Dmitry Timoshkov (72):
po: Update Brazilian Portuguese translation. gdiplus/tests: Fix tests compilation with __WINESRC__ defined.
tools/winapi: Remove OLDFONTENUMPROC from the list of tested types.
Daniel Jelinski (1): gdi32/tests: Fix bitmap tests compilation with __WINESRC__ defined.
include: Define ERROR_REQUEST_PAUSED. gdi32/tests: Fix brush tests compilation with __WINESRC__ defined.
gdi32/tests: Fix DC tests compilation with __WINESRC__ defined.
Dmitry Timoshkov (12): gdi32/tests: Fix DIB tests compilation with __WINESRC__ defined.
ntdll: Unify the checks for asynchronous NtWriteFile behaviour. gdi32/tests: Fix GDI object tests compilation with __WINESRC__ defined.
ntdll: Unify the checks for asynchronous NtReadFile behaviour. gdi32/tests: Fix metafile tests compilation with __WINESRC__ defined.
ntdll: Don't use asynchronous file IO in the loader. gdi32/tests: Fix pen tests compilation with __WINESRC__ defined.
server: Set the unix file write mode bit also for FILE_APPEND_DATA access. gdi32/tests: Fix font tests compilation with __WINESRC__ defined.
ntdll: Make it possible to store FILE_APPEND_DATA access bit in the server fd cache. gdi32/tests: Enable gdi32 tests compilation with __WINESRC__ defined.
server: Add FILE_APPEND_DATA to the access rights that require unix file write permission. gdiplus/tests: Add a test for GdipCloneBitmapArea called on an already locked bitmap.
ntdll/tests: Add a test for file position after NtWriteFile in FILE_APPEND_DATA mode. kernel32/tests: Fix PE loader tests compilation with __WINESRC__ defined.
ntdll: Add support for FILE_APPEND_DATA to NtWriteFile. kernel32/tests: Fix process tests compilation with __WINESRC__ defined.
ntdll/tests: Accept previously declared behaviour of overlapped IO as broken. kernel32/tests: Fix virtual memory tests compilation with __WINESRC__ defined.
ntdll: Offset -1 (FILE_WRITE_TO_END_OF_FILE) is supposed to work in NtWriteFile for disk files in overlapped mode. kernel32/tests: Fix communication port tests compilation with __WINESRC__ defined.
ntdll/tests: Add more tests for reading beyond EOF. kernel32/tests: Fix environment tests compilation with __WINESRC__ defined.
kernel32: The return and last error values set by ReadFile on EOF depend on whether overlapped pointer was passed in. kernel32/tests: Fix time tests compilation with __WINESRC__ defined.
crypt32: Add another root store path to the certificate location list.
François Gouget (11): windowscodecs: Add support for IMILBitmapSource interface.
ddraw/tests: Fix compilation on systems that don't support nameless unions. gdiplus: Reimplement GdipCloneBitmapArea without using GdipBitmapLockBits.
Assorted spelling fixes. gdiplus: Reimplement GdipCloneImage using GdipCloneBitmapArea for a bitmap.
winmm: Fix two error messages to not point users to a MIDI Mapper configuration applet we don't have. kernel32/test: Fix activation context tests compilation with __WINESRC__ defined.
cmd: Mention that the % must be doubled for FOR variables in batch files. kernel32/tests: Fix file change notification tests compilation with __WINESRC__ defined.
cmd: Standardize the references to directories in the builtin command usage messages. kernel32/tests: Fix console tests compilation with __WINESRC__ defined.
wined3d: Fix compilation on systems that don't define INFINITY or NAN. kernel32/tests: Fix debugger tests compilation with __WINESRC__ defined.
server: Include either sys/user.h or asm/user.h. kernel32/tests: Fix fiber tests compilation with __WINESRC__ defined.
user32/tests: Fix compilation on systems that don't support nameless unions. kernel32/tests: Fix file tests compilation with __WINESRC__ defined.
kernel32/tests: Fix compilation on systems that don't support nameless unions. kernel32/tests: Fix FormatMessage tests compilation with __WINESRC__ defined.
mshtml/tests: Fix compilation on systems that don't support nameless unions. kernel32/tests: Fix heap tests compilation with __WINESRC__ defined.
mscoree/tests: Make test_createinstance() static. kernel32/tests: Fix locale tests compilation with __WINESRC__ defined.
include: Redefine security privilege names without using TEXT macro.
Frédéric Delanoy (53): kernel32/tests: Fix mailslot tests compilation with __WINESRC__ defined.
winemac.drv: Use BOOL type where appropriate. kernel32/tests: Fix module tests compilation with __WINESRC__ defined.
wmc: Use BOOL type where appropriate. kernel32/tests: Fix path tests compilation with __WINESRC__ defined.
wrc: Use BOOL type where appropriate. kernel32/tests: Fix pipe tests compilation with __WINESRC__ defined.
rpcrt4: Use BOOL type where appropriate. kernel32/tests: Fix profile tests compilation with __WINESRC__ defined.
msxml3: Use BOOL type where appropriate. kernel32/tests: Fix resource tests compilation with __WINESRC__ defined.
shell32: Use BOOL type where appropriate. kernel32/tests: Fix synchronization tests compilation with __WINESRC__ defined.
propsys: Use BOOL type where appropriate. kernel32/tests: Fix thread tests compilation with __WINESRC__ defined.
wldap32: Use BOOL type where appropriate. kernel32/tests: Fix timer tests compilation with __WINESRC__ defined.
winex11.drv: Use BOOL type where appropriate. kernel32/tests: Fix toolhelp tests compilation with __WINESRC__ defined.
taskkill: Use BOOL type where appropriate. kernel32/tests: Fix version tests compilation with __WINESRC__ defined.
kernel32/tests: Fix volume tests compilation with __WINESRC__ defined.
kernel32/tests: Enable kernel32 tests compilation with __WINESRC__ defined.
user32/tests: Fix broadcast tests compilation with __WINESRC__ defined.
user32/tests: Fix class tests compilation with __WINESRC__ defined.
user32/tests: Fix clipboard tests compilation with __WINESRC__ defined.
user32/tests: Fix combobox tests compilation with __WINESRC__ defined.
user32/tests: Fix cursor and icon tests compilation with __WINESRC__ defined.
user32/tests: Fix DCE tests compilation with __WINESRC__ defined.
user32/tests: Fix DDE tests compilation with __WINESRC__ defined.
user32/tests: Fix dialog tests compilation with __WINESRC__ defined.
user32/tests: Fix input tests compilation with __WINESRC__ defined.
user32/tests: Fix edit control tests compilation with __WINESRC__ defined.
user32/tests: Fix listbox tests compilation with __WINESRC__ defined.
user32/tests: Fix menu tests compilation with __WINESRC__ defined.
user32/tests: Fix monitor tests compilation with __WINESRC__ defined.
user32/tests: Fix message tests compilation with __WINESRC__ defined.
user32/tests: Fix resource tests compilation with __WINESRC__ defined.
user32/tests: Fix scroll tests compilation with __WINESRC__ defined.
user32/tests: Fix static control tests compilation with __WINESRC__ defined.
user32/tests: Fix system parameters tests compilation with __WINESRC__ defined.
user32/tests: Fix text drawing tests compilation with __WINESRC__ defined.
user32/tests: Fix window tests compilation with __WINESRC__ defined.
user32/tests: Fix window station and desktop tests compilation with __WINESRC__ defined.
user32/tests: Fix wsprintf tests compilation with __WINESRC__ defined.
user32/tests: Enable user32 tests compilation with __WINESRC__ defined.
kernel32/tests: Accept the case when WriteFile is able to complete the request immediately for an overlapped COM-port write.
kernel32/tests: Increase the timeout for completion of write to a COM-port.
kernel32/tests: WaitCommEvent may sometimes return immediately on a busy system when write operation to a COM-port has already completed.
server: Add support for pending write flag to the serial device.
François Gouget (3):
ntdll/tests: Fix compilation on systems that don't support nameless unions.
oleaut32/tests: Make the uk_*() methods static.
crypt32: Make add_cert_to_store() static.
Frédéric Delanoy (37):
gdi32: Use BOOL type where appropriate.
uxtheme: Use BOOL type where appropriate.
winedbg: Use BOOL type where appropriate.
winmm/tests: Use BOOL type where appropriate.
winetest: Use BOOL type where appropriate.
winepath: Use BOOL type where appropriate.
wined3d: Avoid initializing some variables.
attrib: Use BOOL type where appropriate.
net: Use BOOL type where appropriate.
ole32: Use BOOL type where appropriate.
win87em.dll16: Use BOOL type where appropriate.
xcopy: Use BOOL type where appropriate.
cmd: Use BOOL type where appropriate.
wordpad: Use BOOL type where appropriate.
winecfg: Use BOOL type where appropriate.
winefile: Use BOOL type where appropriate.
oleaut32: Use BOOL type where appropriate.
oleaut32/tests: Use BOOL type where appropriate. oleaut32/tests: Use BOOL type where appropriate.
po: Update French translation.
gdi32/tests: Use BOOL type where appropriate.
itss: Use BOOL type where appropriate.
kernel32: Use BOOL type where appropriate.
gdiplus: Use BOOL type where appropriate.
advapi32: Use BOOL type where appropriate.
comctl32: Use BOOL type where appropriate.
dbghelp: Use BOOL type where appropriate.
dinput: Use BOOL type where appropriate.
cabinet: Use BOOL type where appropriate.
comdlg32/tests: Use BOOL type where appropriate.
inetcomm: Use BOOL type where appropriate.
rsaenh: Use BOOL type where appropriate.
mlang: Use BOOL type where appropriate.
d3dxof: Use BOOL type where appropriate. d3dxof: Use BOOL type where appropriate.
iphlpapi: Use BOOL type where appropriate.
windowscodecs: Use BOOL type where appropriate.
windowscodecs/tests: Use BOOL type where appropriate. windowscodecs/tests: Use BOOL type where appropriate.
dinput: Use BOOL type where appropriate. shell32/tests: Use BOOL type where appropriate.
msi/tests: Use BOOL type where appropriate. windowscodecs: Use BOOL type where appropriate.
riched20: Use BOOL type where appropriate.
riched20/tests: Use BOOL type where appropriate.
mscoree: Use BOOL type where appropriate.
ws2_32: Use BOOL type where appropriate.
ws2_32/tests: Use BOOL type where appropriate.
winemac.drv: Use BOOL type where appropriate.
wineoss.drv: Use BOOL type where appropriate.
winex11.drv: Use BOOL type where appropriate.
winspool.drv: Use BOOL type where appropriate.
services: Use BOOL type where appropriate.
winecfg: Use BOOL type where appropriate.
urlmon/tests: Use BOOL type where appropriate.
setupapi: Use BOOL type where appropriate.
xmllite: Use BOOL type where appropriate.
ddraw/tests: Use BOOL type where appropriate.
gdi32: Use BOOL type where appropriate.
wininet: Use BOOL type where appropriate.
comdlg32: Use BOOL type where appropriate.
winegstreamer: Use BOOL type where appropriate.
msvcrt: Use BOOL type where appropriate.
comctl32: Use BOOL type where appropriate. comctl32: Use BOOL type where appropriate.
shell32: Use BOOL type where appropriate.
winhlp32: Use BOOL type where appropriate.
comctl32/tests: Use BOOL type where appropriate.
user.exe16: Use BOOL type where appropriate.
comdlg32: Use BOOL type where appropriate.
wineboot: Use BOOL type where appropriate.
comdlg32/tests: Use BOOL type where appropriate.
kernel32: Use BOOL type where appropriate.
kernel32/tests: Use BOOL type where appropriate.
mciqtz32: Use BOOL type where appropriate.
dwrite/tests: Use BOOL type where appropriate.
mscoree: Use BOOL type where appropriate.
quartz: Use BOOL type where appropriate. quartz: Use BOOL type where appropriate.
quartz/tests: Use BOOL type where appropriate.
Hans Leidekker (10):
wmic: Convert integer property values to BSTR. Gerald Pfeifer (1):
ntdll: Fix the version reported for 64-bit Windows XP. winefile: Remove redundant check in format_bytes().
wine.inf: Initialize 64-bit prefixes with the right Windows version.
ws2_32: Avoid a crash with tracing on. Hans Leidekker (18):
ws2_32: Always clear res on error in getaddrinfo/GetAddrInfoW. mscms/tests: Compile with -D__WINESRC__.
ws2_32: Add some tests for getpeername. wldap32/tests: Compile with -D__WINESRC__.
ws2_32: Return an error from accept if the address buffer is too small. dnsapi: Perform a wide character string comparison if the character set is unknown.
ws2_32: Always return the source address from WSAAccept. dnsapi/tests: Compile with -D__WINESRC__.
iphlpapi: Set the mask for gateway entries in GetAdaptersInfo. winhttp: Fix a test failure on Windows 8 and conform to the more recent behavior.
iphlpapi: Add support for GAA_FLAG_INCLUDE_PREFIX in GetAdaptersAddresses. winhttp/tests: Compile with -D__WINESRC__.
msi/tests: Prepare action.c for the switch to -D__WINESRC__.
Henri Verbeet (50): msi/tests: Prepare automation.c for the switch to -D__WINESRC__.
wined3d: Send viewport updates through the command stream. msi/tests: Prepare db.c for the switch to -D__WINESRC__.
wined3d: Call state_init_default() from state_init() when the appropriate flag is set. msi/tests: Prepare format.c for the switch to -D__WINESRC__.
wined3d: Send scissor rect updates through the command stream. msi/tests: Prepare install.c for the switch to -D__WINESRC__.
d3dx9: Get rid of the SPRITE typedef. msi/tests: Prepare package.c for the switch to -D__WINESRC__.
d3dcompiler: Get rid of the BWRITER_COMPARISON_TYPE typedef. msi/tests: Prepare patch.c for the switch to -D__WINESRC__.
wined3d: Send render target binding updates through the command stream. msi/tests: Prepare record.c for the switch to -D__WINESRC__.
wined3d: Send depth stencil binding updates through the command stream. msi/tests: Prepare source.c for the switch to -D__WINESRC__.
wined3d: Send vertex declaration binding updates through the command stream. msi/tests: Prepare suminfo.c for the switch to -D__WINESRC__.
d3dcompiler: Get rid of the BWRITERSHADER_INSTRUCTION_OPCODE_TYPE typedef. msi/tests: Prepare msi.c for the switch to -D__WINESRC__.
d3dcompiler: Get rid of the BWRITERSHADER_PARAM_REGISTER_TYPE typedef. msi/tests: Compile with -D__WINESRC__.
d3d8: Don't mask out internal wined3d usage flags in surface_init().
d3d9: Don't mask out internal wined3d usage flags in surface_init(). Huw D. M. Davies (8):
wined3d: Send vertex buffer binding updates through the command stream. wsock32: Add a fallback for inet_network.
d3dcompiler: Get rid of the BWRITERVS_RASTOUT_OFFSETS typedef. ole32/tests: Add tests to show that CoLockObjectExternal() calls ReleaseConnection() with the appropriate value for fLastReleaseCloses.
d3dcompiler: Get rid of the BWRITERSHADER_PARAM_DSTMOD_TYPE typedef. ole32/tests: Extend the lifecycle tests to objects which expose IExternalConnection.
wined3d: Send stream frequency updates through the command stream. ole32/tests: Make the two reference marshalling thread more generic.
wined3d: Send index buffer binding updates through the command stream. ole32/tests: Add some tests for CoReleaseMarshalData with a combination of normal and weak marshals.
wined3d: Send texture binding updates through the command stream. ole32: When releasing marshal data of a normal ref ignore any remaining weak refs.
d3dcompiler: Get rid of the BWRITERSAMPLER_TEXTURE_TYPE typedef. ole32: Call IExternalConnection_ReleaseConnection with the correct final parameter.
d3dcompiler: Get rid of the BWRITERSHADER_PARAM_SRCMOD_TYPE typedef. ole32: If an object exposes IExternalConnection then don't take down the stub manager if we have remaining weak refs in a call that would otherwise ignore them.
wined3d: Send vertex shader binding updates through the command stream.
wined3d: Send geometry shader binding updates through the command stream. Jacek Caban (51):
wined3d: Send pixel shader binding updates through the command stream. crypt32: Added addref to store vtbl and use it instead of directly accessing ref.
d3dcompiler: Get rid of the BWRITERDECLUSAGE typedef. crypt32: Moved store release implementation to vtbl.
d3drm: Get rid of the Header typedef. crypt32: Added support for CERT_CLOSE_STORE_CHECK_FLAG flag in MemStore_release.
wined3d: Send render state updates through the command stream. crypt32: Moved store context functions to vtbl.
wined3d: Don't update lowest_disabled_stage in wined3d_stateblock_apply(). crypt32: Don't call CertFreeCertificateContext in CertDeleteCertificateContext, leave it to store-specific functions.
wined3d: Move lowest_disabled_stage to the context. crypt32: Added new empty store type and use it for creating certificates with no store.
d3drm: Get rid of the IDirect3DRMImpl typedef. crypt32: Use linked pointer instead of context type to test for linked contexts.
d3drm: Get rid of the IDirect3DRMDeviceImpl typedef. crypt32: Pass context as BASE_CONTEXT to Context_AddRef and added structs describing memory layout behind context structs.
wined3d: Send texture state updates through the command stream. crypt32: Pass context as context_t to Context_Release.
wined3d: Send sampler state updates through the command stream. crypt32: Moved context desatructor to vtbl.
wined3d: Send transformation matrix updates through the command stream. crypt32: Use Context_AddRef instead of WINE_CONTEXT_INTERFACE.
d3drm: Get rid of the IDirect3DRMFaceImpl typedef. crypt32: Use Context_Release instead of WINE_CONTEXT_INTERFACE.
d3drm: Get rid of the IDirect3DRMLightArrayImpl typedef. crypt32: Use context_t in Context_CreateLinkContext.
wined3d: Send clip plane updates through the command stream. jscript: Compile tests with -D__WINESRC__.
wined3d: Send material updates through the command stream. vbscript: Compile tests with -D__WINESRC__.
wined3d: Unify the shader state IDs. crypt32: Moved CertAddCertificateContextToStore to cert.c.
d3drm: Compare with the correct IID in IDirect3DRMVisualArrayImpl_QueryInterface(). crypt32: Store list entry directly in context_t.
d3drm: Introduce impl_from_IDirect3DRMVisualArray(). crypt32: Store extra pointer directly in context_t and get rid of Context_GetExtra.
wined3d: Unify shader binding points. crypt32: Pass contexts as context_t to CONTEXT_FUNCS->delete.
wined3d: Unify constant buffer binding points. crypt32: Added cloning logic to context's vtbl.
wined3d: Unify sampler binding points. crypt32: Get rid of no longer needed Context_GetLinkedContext.
d3drm: Introduce impl_from_IDirect3DRMFrameArray(). crypt32: Removed no longer needed hCertStore setting.
d3drm: Get rid of the IDirect3DRMVisualArrayImpl typedef. crypt32: Don't use links to certs in memory store.
wined3d: Send constant buffer binding updates through the command stream. crypt32: Added more cert duplicate and link tests.
wined3d: Send sampler binding updates through the command stream. crypt32: Get rid of no longer used functions.
wined3d: Send stream output binding updates through the command stream. crypt32: Store properties directly in link contexts and get rid of Context_GetProperties.
d3drm: Get rid of the IDirect3DRMFrameArrayImpl typedef. crypt32: Use context_t in ContextList_Add.
d3drm: Get rid of the IDirect3DRMFrameImpl typedef. crypt32: Use context_t in enumContext.
crypt32: Use context_t in addContext.
Jacek Caban (24): crypt32: Get rid of no longer needed BASE_CONTEXT.
mshtml: Added IHTMLEventObj::x implementation. crypt32: Get rid of no longer needed fields in ContextList.
mshtml: Added IHTMLEventObj::y implementation. crypt32: Get rid of no longer needed contextSize arguments.
mshtml: Added IHTMLStyle6::outline property implementation. crypt32: Moved critical section out of ContextList struct.
urlmon: Include values from 'Post Platform' registry key in user agent string. crypt32: Use list struct directly instead of ContextList wrapper.
mshtml: Added support for 'document' and 'window' script for attribute values. crypt32: Share more code between memory store addContext implementations.
wininet: Moved request file info to separated struct. crypt32: Share more code between memory store enumContext implementations.
wininet: Forward InternetLockRequestFile to handle-specific functions. crypt32: Share more code between memory store deleteContext implementations.
wininet: Added InternetUnlockRequestFile implementation. crypt32: Moved ContextList freeing to store.c and get rid of ContextList.
wininet: Added support for locking HTTP request files. crypt32: Always return TRUE from CertFreeCertificateContext.
wininet: Added InternetLockRequestFile tests. crypt32: Always return TRUE from CertFreeCRLContext.
crypt32: Use BASE_CONTEXT for both data and link contexts. crypt32: Always return TRUE from CertFreeCTLContext.
crypt32: Allocate BASE_CONTEXT in the beginning of the memory block. crypt32: Keep reference to store in contexts.
crypt32: Get rid of no longer used contextSize argument in Context_AddRef. crypt32: Use empty_store for new CRL contexts.
crypt32: Get rid of no longer used contextSize argument in Context_GetLinkedContext. crypt32: Use empty_store for new CTL contexts.
crypt32: Get rid of no longer used contextSize argument in Context_GetProperties. secur32: Cache certificate context instead of store in schannel handle.
crypt32: Get rid of no longer used contextSize argument in Context_Release. crypt32: Clone CRL context instead of using link in CertAddCRLContextToStore.
crypt32: Get rid of no longer used contextSize argument in Context_CopyProperties. crypt32: Return context_t from Context_CreateDataContext.
crypt32: Don't follow linked contexts in AddRef/Release implementations. crypt32: Get rid of no longer needed hCertStore checks.
ieframe: Compile tests with __WINESRC__ define. crypt32: Get rid of no longer needed contextInterface arguments.
mshtml: Compile tests with __WINESRC__ define. crypt32: Don't access context after releaseContext call.
secur32: Compile tests with __WINESRC__ define. wininet: Compile tests with -D__WINESRC__.
ieframe: Pass frame_name to connection points in FireBeforeNavigate2.
crypt32: Moved store functions to vtbl. Ken Thomases (11):
crypt32/tests: Added implicit empty store tests. winemac: Don't coalesce events which might be in multiple queues.
winemac: Clean up fully-delivered events in queues which aren't being drained.
Jeff Klein (2): winemac: Treat mouse moves in a window title bar as outside the window.
mmdevapi: Correct MMDevPropStore_GetAt. winemac: Restore app cursor settings when cursor moves back into an app window.
mmdevapi/tests: Add some tests for MMDevPropStore_GetAt. winemac: Fix some bytes-vs-WCHARs length computation bugs in the UTF-16 clipboard support.
winemac: Rename some confusingly-named variables.
Julian Rüger (1): winemac: Fix a leak in macdrv_CountClipboardFormats(). (Clang).
po: Update German translation. winecoreaudio: Fix a potential leak. (Clang).
libwine: Fix a potential write through a null pointer. (Clang).
Ken Thomases (14): winemac: Disable software GL rendering unless it's enabled via a new registry setting, AllowSoftwareRendering.
winemac: Let Wine always drive window minimization; Cocoa just requests it. winemac: Send WM_CANCELMODE when keyboard layout changes from Cocoa side.
winemac: Remove a too-early attempt to set the process's Dock icon.
winemac: Reapply display modes when switching back to app after "escaping" with Command-Tab. Kevin Eaves (1):
winemac: Allow zero-sized windows to be selected from the Mac Window menu. winemac: Restore the window title when the window style is changed.
winemac: Make clicking on the app's dock icon unminimize a window if there are only minimized windows.
winemac: Use unsigned type for bitfields. Kohei Takahashi (1):
winemac: Only update window minimized state when it has changed from what processed events told us it was. msi: Return -1 on open failure in FDI callbacks.
winemac: Don't accidentally clear Cocoa window style mask bits.
winemac: Update the window min/max size info and enforce it when zooming.
winemac: If the app doesn't specify a custom max. tracking size, don't restrict Cocoa.
winemac: Tell Wine when Cocoa has brought a window to the front.
winemac: Make sure the same housekeeping is done when closing a window as is done when hiding it.
winemac: Add registry settings to make Option keys send Alt rather than accessing additional characters from the keyboard layout.
winemac: Implement support for Cocoa-style full-screen mode.
Lauri Kenttä (1): Lauri Kenttä (1):
po: Update Finnish translation. readme: Update Finnish translation.
Marcus Meissner (9): Marcus Meissner (1):
shell32: Fixed wrong sizeof() in ZeroMemory (Coverity). d3drm: Added some freeing of memory in error paths (Coverity).
netstat: Allocate WCHARs not CHARs (Coverity).
wined3d: Fixed sizeof() to HeapAlloc (Coverity). Michael Stefaniuc (14):
attrib: Fixed an allocation size (Coverity). dsound/tests: Compile with -D__WINESRC__.
xcopy: Allocate more space for the W buffer (Coverity). cmd/tests: Compile with -D__WINESRC__.
view: Free the data on error exit (Coverity). services/tests: Compile with -D__WINESRC__.
msvcrt: Restore a stack mark on error (Coverity). winmm/tests: Use the explicit mciSendStringA() form.
wintrust: Fixed some memory leaks (Coverity). mmdevapi/tests: Compile with -D__WINESRC__.
msi: Fixed a memory leak in an error case (Coverity). dxgi/tests: Compile with -D__WINESRC__.
msctf/tests: Compile with -D__WINESRC__.
Michael Stefaniuc (8): d3dcompiler_43/tests: Compile with -D__WINESRC__.
tests: Use the explicit LoadLibraryA function. oledb32/tests: Compile with -D__WINESRC__.
qedit/tests: Use the W version of FindResource(). opengl32/tests: Compile with -D__WINESRC__.
iphlpapi/tests: Use the W form of CreateEvent(). crypt32/tests: Compile with -D__WINESRC__.
msvcr90/tests: Use the W form of CreateEvent(). wintrust/tests: Compile with -D__WINESRC__.
windowscodecs/tests: Use the W version of GetObject(). twain_32/tests: Compile with -D__WINESRC__.
tests: Readying some tests for the compilation with -D__WINESRC__. dssenh/tests: Compile with -D__WINESRC__.
tests: Compile the tests by default with -D__WINESRC__.
comctl32/tests: comctl32.dll is already loaded. Nikolay Sivov (22):
msxml3: Handle parser failure when loading from url.
Nikolay Sivov (6): ntdll: Support pinning module refcount with LdrAddRefDll().
xmllite: Reset resume state when text node is parsed. xmllite: Support resuming and value reporting for whitespace nodes in Misc.
xmllite: Fix node type for whitespace text nodes in Content. kernel32: Added support for GET_MODULE_HANDLE_EX_FLAG_PIN.
po: Update Russian translation. msvcrt: Prevent msvcrt.dll unloading.
xmllite: Use buffer offset instead of pointers. advapi32/tests: Compile with -D__WINESRC__.
xmllite: Fix overwriting of dest buffer when pushing more data to it. advpack/tests: Compile with -D__WINESRC__.
xmllite: Correct allocated destination buffer size. avifil32/tests: Compile with -D__WINESRC__.
cabinet/tests: Compile with -D__WINESRC__.
Piotr Caban (11): comdlg32/tests: Compile with -D__WINESRC__.
msvcr80: Don't forward some function to msvcrt. dispex/tests: Compile with -D__WINESRC__.
msvcrt: Don't forward _itoa to ntdll. ole32/tests: Compile with -D__WINESRC__.
msvcrt: Add _wtoi64_l implementation. imagehlp/tests: Compile with -D__WINESRC__.
msvcrt: Don't forward bsearch to ntdll. shlwapi/tests: Compile with -D__WINESRC__.
msvcrt: Don't forward qsort to ntdll. msxml3: Set referrer header to container url.
msvcrt: Don't forward wcsncmp to ntdll. rsaenh: Fail on unsupported flag values only in CryptHashData().
msvcrt: Don't try to demangle template after function or variable name. ole32: Support registration-free COM in CoGetClassObject().
msvcrt: Add support for vcall thunks demangling. ole32: Support activation context redirection in CoGetPSClsid().
msvcrt: Add support for vtordispex demangling. ole32: Support activation context in ProgIDFromCLSID().
riched20: Set control content in WM_CREATE message. comctl32/tests: Preparation for switching __WINESRC__ on.
riched20: Fix loop condition while processing control content in WM_CREATE. ole32: Add a helper to map ProgID to CLSID using registry.
ole32: Support activation context in CLSIDFromProgID().
Qian Hong (8):
atl80: Add a WinSxS manifest resource. Piotr Caban (14):
user32/tests: Added tests for OpenInputDesktop and SwitchDesktop. comctl32: Ignore tooltip position passed in TTM_TRACKPOSITION if TTF_TRACK flag is not set.
user32/tests: Fixed typo in comments. msvcrt: Don't validate parameters in _itoa function.
user32/tests: Clean side effect after testing winstation. comctl32: Set updown control value to min or max in out of range case.
user32/tests: Added input desktop tests on different winstations. comctl32: Fix UDM_SETPOS behavior on out of range values.
user32/tests: Added foreground window tests on different desktops. comctl32: Fix UDM_GETPOS behaviour on out of range values.
user32/tests: Trace foreground window name. comctl32/tests: Add more updown control value tests.
user32/tests: Make sure to allow setting the foreground window. url: Add support for http protocol handling in FileProtocolHandlerA.
msvcrt: Make the first call to fwrite buffered.
Rico Schüller (2): msvcrt: Add support for UNDNAME_NO_THISTYPE flag in __unDName.
d3dx9: Handle FX/TX blobs in D3DXFindShaderComment(). msvcrt: Fix __ptr64 displaying when UNDNAME_NO_LEADING_UNDERSCORES flag is used.
d3dx9: Don't allocate the state parameter. msvcrt: Don't output __ptr64 when UNDNAME_NO_MS_KEYWORDS is used.
msvcrt/tests: Fix __unDName test failures on Win2000.
Sebastian Lackner (3): msvcr110: Forward _libm_sse2_*_precise functions to __libm_sse2_*.
winex11: Call destroy_gl_drawable before destroying the window. msvcrt: Add __security_error_handler stub.
winex11: Call sync_context for DC_GL_CHILD_WIN drawables before swapping buffers.
wined3d: Ensure that wined3d_cs_st_require_space allocates the required space. Qian Hong (11):
user32/tests: Try harder to set foreground window.
Stefan Dösinger (8): user32/tests: Skip winstation tests when no enough privileges.
wined3d: Don't invert blits from offscreen surfaces. user32/tests: Skip winstation tests on NT4.
wined3d: Avoid duplicated code in wined3d_surface_blt. atl90: Add a WinSxS manifest resource.
wined3d: Get rid of SFLAG_LOCKABLE. atl: Trace ATL version.
wined3d: Remove the D3DSWAPEFFECT_DISCARD debug clear code. atl80: Trace ATL version.
wined3d: Remove redundant surface location changes. atl90: Trace ATL version.
wined3d: Take sRGB_decode into account in texture_srgb_mode. atl100: Trace ATL version and keep debug channel consistent.
wined3d: Remove sRGB_decode handling from surface_load_location. atl110: Trace ATL version.
wined3d: Move sRGB_decode handling to the top of texture_bind / preload. user32/tests: Skip desktop tests on NT4.
winmm: Fixed mixerGetControlDetails with null paDetails.
Thomas Faber (2):
comctl32: Remove superfluous const from DPA/DSA function signatures. Stefan Dösinger (10):
mmdevapi: Fix build with MSVC. wined3d: Update wined3d_volume_create in the spec file.
ddraw/tests: Add surface lockability tests.
Vincent Povirk (1): ddraw: Treat D3DTEXTUREMANAGE like TEXTUREMANAGE.
gdiplus: Properly set the gdi+ format to match the wic encoder's format. ddraw/tests: Test DDSCAPS2_D3DTEXTUREMANAGE.
d3d9/tests: Remove the rtpatch test.
Łukasz Wojniłowicz (1): d3d8/tests: Remove the rtpatch test.
po: Update Polish translation. wined3d: Remove SCRATCH and SYSMEM lockability warnings.
ddraw: Make default pool resources dynamic.
ddraw/tests: Test DDLOCK_DISCARDCONTENTS.
d3d8/tests: Port z_range_test to d3d8.
Thomas Faber (1):
shell32: Avoid leaks and add parameter checks in SHCreateShellFolderView[Ex].
Vincent Povirk (5):
gdiplus: Implement GdipWidenPath for custom dashed lines.
gdiplus: Implement remaining dash styles in GdipWidenPath.
mscoree: Remove support for multiple Mono ABI versions.
mscoree: Do a "normal" runtime shutdown from _CorExeMain.
mscoree: Call Mono's System.Environment.Exit instead of duplicating it.
Zhenbo Li (1):
atl90: Added new dll.
-- --
Alexandre Julliard Alexandre Julliard
......
...@@ -8,6 +8,7 @@ Abey George ...@@ -8,6 +8,7 @@ Abey George
Abraham Sudhakar Abraham Sudhakar
Achim Kaiser Achim Kaiser
A C Hurst A C Hurst
Adam Bolte
Adam D. Moss Adam D. Moss
Adam Gundy Adam Gundy
Adam Martinson Adam Martinson
...@@ -737,6 +738,7 @@ Kenneth MacDonald ...@@ -737,6 +738,7 @@ Kenneth MacDonald
Ken Sharp Ken Sharp
Ken Thomases Ken Thomases
Kester Maddock Kester Maddock
Kevin Eaves
Kevin Groeneveld Kevin Groeneveld
Kevin Holbrook Kevin Holbrook
Kevin Koltzau Kevin Koltzau
...@@ -752,6 +754,7 @@ Klaas van Gend ...@@ -752,6 +754,7 @@ Klaas van Gend
Klaus Layer Klaus Layer
Klemens Friedl Klemens Friedl
Knut St. Osmundsen Knut St. Osmundsen
Kohei Takahashi
Kolbjørn Fredheim Kolbjørn Fredheim
Konrad Rieck Konrad Rieck
Konrad Rzepecki Konrad Rzepecki
...@@ -1423,6 +1426,7 @@ Zach Gorman ...@@ -1423,6 +1426,7 @@ Zach Gorman
Zach Smith Zach Smith
Zhangrong Huang Zhangrong Huang
Zhan Jianyu Zhan Jianyu
Zhenbo Li
Zimler Attila Zimler Attila
Zoltan Kovacs Zoltan Kovacs
Zoltan Nagy Zoltan Nagy
......
Wine version 1.7.4 Wine version 1.7.5
#! /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.69 for Wine 1.7.4. # Generated by GNU Autoconf 2.69 for Wine 1.7.5.
# #
# Report bugs to <wine-devel@winehq.org>. # Report bugs to <wine-devel@winehq.org>.
# #
...@@ -580,8 +580,8 @@ MAKEFLAGS= ...@@ -580,8 +580,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.7.4' PACKAGE_VERSION='1.7.5'
PACKAGE_STRING='Wine 1.7.4' PACKAGE_STRING='Wine 1.7.5'
PACKAGE_BUGREPORT='wine-devel@winehq.org' PACKAGE_BUGREPORT='wine-devel@winehq.org'
PACKAGE_URL='http://www.winehq.org' PACKAGE_URL='http://www.winehq.org'
...@@ -1930,7 +1930,7 @@ if test "$ac_init_help" = "long"; then ...@@ -1930,7 +1930,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.7.4 to adapt to many kinds of systems. \`configure' configures Wine 1.7.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
...@@ -1999,7 +1999,7 @@ fi ...@@ -1999,7 +1999,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.7.4:";; short | recursive ) echo "Configuration of Wine 1.7.5:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
...@@ -2189,7 +2189,7 @@ fi ...@@ -2189,7 +2189,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.7.4 Wine configure 1.7.5
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
...@@ -2707,7 +2707,7 @@ cat >config.log <<_ACEOF ...@@ -2707,7 +2707,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.7.4, which was It was created by Wine $as_me 1.7.5, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
...@@ -17987,7 +17987,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ...@@ -17987,7 +17987,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.7.4, which was This file was extended by Wine $as_me 1.7.5, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
...@@ -18058,7 +18058,7 @@ _ACEOF ...@@ -18058,7 +18058,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.7.4 Wine config.status 1.7.5
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
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