[pkg-wine-party] [SCM] Debian Wine packaging annotated tag, wine-1.0-rc2, created. wine-1.0-rc2

Alexandre Julliard julliard at winehq.org
Sat May 24 18:56:38 UTC 2008


The annotated tag, wine-1.0-rc2 has been created
        at  58c881984592b5cb3fb01fcbdcc02f088bfc8fc6 (tag)
   tagging  3c1c6172779510a7ed693d922fb3061948999ea1 (commit)
  replaces  wine-1.0-rc1
 tagged by  Alexandre Julliard
        on  Fri May 23 17:08:29 2008 +0200

- Shortlog ------------------------------------------------------------
Release 1.0-rc2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBINt319ebp7rlGHdcRAuZCAJ9droDnzbxV86h7dxLS3gi1bKcwKwCeIjVO
vuqO3P7pp+YlTObJcjvtdcU=
=p78+
-----END PGP SIGNATURE-----

Alam Arias (1):
      include: Modify UNREFERENCED macros to cast to void.

Alexander Dorofeyev (4):
      wined3d: glFlush when updating front buffer.
      wined3d: Activate context for the right target in surface_blt_to_drawable.
      ddraw: Fix some code unprotected by ddraw lock.
      wined3d: Only copy front buffer to screen in gdi RealizePalette.

Alexander Nicolaysen Sørnes (4):
      regedit: Add Export option to context menu.
      regedit: Improve dialog layout.
      regedit: Allow modifying values of root keys.
      regedit: Set selected key name as default favourite name.

Alexandre Julliard (45):
      winedos: Don't disable long filename functions on NT versions.
      server: When moving/resizing a window crop the update region against the new rectangle of the parents.
      server: Also crop the update region of children when moving a window.
      server: Crop the invalidate region against the rectangles of all parents.
      user32: Invalidate the DCE in SetWindowPos before we attempt to move the window bits.
      winex11: Create all the GL drawables using the gdi_display to avoid synchronization issues.
      winex11: Create a dummy parent window for composite child windows to avoid using the root.
      Revert "winealsa: Remove calls to deprecated functions."
      gdi32: Make sure the DC is up-to-date before accessing the pixel format.
      winex11: Silence a harmless error.
      configure: Improve the libcrypto checks.
      winex11: When re-creating a client window check the new visual against the current one instead of the default one.
      winhelp.exe: Renamed to winhlp32.exe.
      kernel32: Add a builtin 16-bit winhelp.exe.
      kernel32: Move the wineboot event wait so that 16-bit processes wait too.
      winemenubuilder: Copy the icon data before modifying it, resources are read-only.
      regedit: Fix editing and exporting of zero-size strings.
      explorer: Use a different return value to indicate that the x11 system tray is not available, so that x11drv can return errors too.
      wineprefixcreate: Avoid redundant update on initial wineprefix creation.
      wineprefixcreate: Added a deprecation warning.
      wgl: Don't call ExtEscape if we don't have a GL context.
      user32: Moved the class extra bytes check to catch uninitialised data sooner.
      ntdll/tests: Make sure to clear the DF flag on return from the exception.
      ntdll: Move signal unmasking to make sure injected code runs on the correct stack.
      user32: Support creating cursors and icons from DIB section bitmaps.
      user32: Add an ASCII window procedure for scrollbars.
      kernel32: Fix the profile file sharing modes.
      kernel32: Add some test cases for profile file sharing modes.
      comctl32: Fix extending a multiple listview selection.
      configure: Added an ERROR_WITH macro for packages that we can't do without.
      configure: Make the lack of FreeType an error, and add a --without option for it.
      configure: Upgrade notices to warnings for some important libraries.
      kernel32: Mutex names are case sensitive.
      kernel32: Event names are case sensitive.
      kernel32: Semaphore names are case sensitive.
      kernel32: Waitable timer names are case sensitive.
      kernel32: File mapping names are case sensitive.
      kernel32: Don't require write access on profile file when only reading.
      user32: Return reasonable values in GetWindowPlacement for the desktop window.
      gdi32: Perform coordinate transformations using doubles instead of floats to avoid precision loss.
      gdi32: Use atan2 to compute angles in WidenPath without triggering floating point errors.
      wineinstall: Remove a lot of no longer needed code.
      winex11: Add support for X11 mouse buttons 8 and 9.
      README: Updated.
      Release 1.0-rc2.

Andrej Sinicyn (5):
      cmd: German translation.
      taskmgr: German translation.
      wineconsole: German translation.
      reg: German translation.
      uninstaller: German translation.

Andrew Talbot (17):
      wined3d: Remove test for value of unsigned variable being less than zero.
      dsound: Memory allocation sizes fix.
      wineoss.drv: Memory allocation sizes fix.
      qmgr: Memory allocation size fix.
      ddraw: Memory allocation size fix.
      secur32: Memory allocation size fix.
      cabinet: Remove order-of-evaluation dependencies.
      advapi32: Remove unused file-static variables.
      mshtml: Remove unused function.
      cryptnet: Remove unused function.
      shell32: Remove unused file-static variable.
      user32: Remove unused function.
      rsaenh: Remove unused file-static variable.
      ws2_32: Remove unused function.
      wined3d: Remove unneeded "extern" from function definition.
      dplayx: Remove unneeded "extern" from function definitions.
      comctl32: Indentation fix.

Austin English (1):
      wine.inf: Add a fake dll for sensapi.dll.

Ben Mayhew (1):
      wined3d: Only display Missing vbo streams fixme once.

ByeongSik Jeon (3):
      imm32: Add the missing is_himc_ime_unicode() check.
      imm32: Add the all GCS_* value check.
      comdlg32: Updated Korean translation.

Dan Kegel (5):
      d3d9: shademode_test: Increase slop in color comparison.
      kernel32: comm.c: increase time slop.
      ws2_32/tests: Cannot reliably detect bad hostnames in "modern" internet.
      d3d9/tests: Add missing skip().
      d3d9/tests: Another wee bit of slop.

Dmitry Timoshkov (8):
      user32: Make sure that we send proper notifications in all cases.
      shell32: Fix calling convention of LPFNOFN, don't use static buffers.
      user32: Add tests for painting minimized/clipped windows.
      gdi32: Add more font substitution tests, make them pass under Wine.
      cabinet: Fix the regression caused by 4046075462c00f4479f185d1c0514584ff851223.
      user32: Make ChangeDisplaySettingsA/W reset dmDriverExtra to 0 like XP and Vista do.
      kernel32: Update locale info for Esperanto.
      gdi32: Slightly relax EMF record comparisons allowing rounding errors.

Eric Pouech (2):
      winedbg: Fix the path traversal.
      dbghelp: Protect dwarf parsing against NULL function names.

Francois Gouget (5):
      ddraw/tests: Fix compilation on systems that don't support nameless unions.
      ole32/tests: Add a trailing '\n' to ok() calls.
      advapi32/tests: Remove a stray reference to CryptReleaseContext(). This gets the test to run again on Win95.
      wininet/tests: Remove a stray reference to InternetSetStatusCallback().
      wininet/tests: Get the tests running again on Win98.

Hans Leidekker (7):
      wininet: Don't overwrite content length header in HttpSendRequest.
      wininet: Make a test pass on IE6.
      wininet: Partial implementation of InternetGet/SetCookieEx.
      wininet: HTTP_BuildProxyRequestUrl returns a pointer.
      wininet: Implement INTERNET_OPTION_USER_AGENT for InternetQueryOption.
      wininet: INTERNET_STATUS_REQUEST_COMPLETE callback must supply a handle.
      wininet: Fix buffer size query for HttpQueryInfo(HTTP_QUERY_RAW_HEADERS_CRLF).

Huw Davies (5):
      gdiplus: Add some stubs for region functions.
      gdiplus: Stubs for GdipGetDC and GdipReleaseDC.
      gdiplus: Stub for GdipGetClip.
      gdi32: Move a couple of TRACEs to the beginning of functions.
      gdiplus: Add some notes about the format of the data blob returned by GdipGetRegionData.

Hwang YunSong(황윤성) (2):
      shell32: Updated Korean Resource.
      regedit: Updated Korean resource.

Igor Tarasov (1):
      comctl32: Fix statusbar text alignment bug.

Jacek Caban (3):
      urlmon: Correctly handle file URLs with '|' instead of ':' after drive letter.
      urlmon: Better error handling in file protocol.
      mshtml: Fixed a typo.

James Hawkins (27):
      msi: Test the ScreenX/Y properties.
      msi: Convert string variables to ints when appropriate.
      ntdll: Fix a few failing tests in win2k3.
      msi: Copy the assembly file directly if it's not compressed.
      msi: Set the OutOfDiskSpace property.
      msi: Create the MSI hidden window on demand.
      ntdll: Fix a few tests that fail in win2k3.
      ntdll: Fix a test that fails in win2k3.
      gdi32: Fix two tests that fail in win2k3.
      user32: Fix a few tests that fail in win2k3.
      msi: Don't enable a feature's components if that feature is disabled.
      msi: Reset the hasLocalFeature flag when updating components.
      kernel32: Fix a debugger test that fails in win2k3.
      kernel32: Remove a test that fails on all platforms.
      msi: Check that the file key is valid before installing the assembly.
      hhctrl.ocx: Check the filename param before dereferencing it.
      ntdll: Remove NULL checks for attr, which has already been dereferenced.
      user32: Fix the BSM_ALL_RECIPS test flag.
      setupapi: Fix a few test failures in win2k3.
      msi: Search the last used source if the cabinet to extract cannot be found.
      secur32: Fix a few tests that fail in win2k3.
      user32: Fix a test that fails in almost all reports.
      mlang: Only return the locale language name if no country name exists.
      mlang: Fix all test failures for NT+ platforms.
      kernel32: Don't test the invalid locale 0 if it is enumerated.
      mshtml: Fix a few test failures in win2k3.
      opengl32: Trace a test result that fails inconsistently across different drivers.

Jens Albretsen (9):
      wineps.drv: Danish spelling fixes.
      user32: Danish spelling fixes.
      winhelp: Danish translation additions, fixes.
      winemine: Danish translation.
      winefile: Danish translation.
      uninstaller: Danish translation.
      wineboot: Danish translation.
      taskmgr: Danish translation.
      view: Danish translation.

Jeremy White (2):
      winebrowser: Route default url handlers to /usr/bin/open on Mac OS X.
      ntdll/tests: Only test the readcount for a read below 0x10000 if  the return code indicates a partial copy result.

Jonathan Ernst (1):
      winhelp: Updated French translation.

Juan Lang (3):
      snmpapi: Test and correct SnmpUtilOidNCmp when Oid lengths don't match.
      snmpapi: Test and correct SnmpUtilOidNCmp when count is less than Oid length.
      iphlpapi: Set the adapter's description to its name in GetAdaptersInfo.

Jörg Höhle (1):
      dsound: Fix off by 1 heap error in DSOUND_MixerVol.

Kai Blin (1):
      ws2_32: Test for invalid hostnames again.

Ken Thomases (1):
      winex11: Bias MapVirtualKeyEx(MAPVK_VSC_TO_VK) against numpad vkeys.

Lei Zhang (5):
      quartz: Check input in MediaControl_GetState.
      explorer: Allow explorer with no arguments to run winefile.
      wine.inf: Open xml files using winebrowser.
      mshtml: Added ProxyEnable / ProxyServer handling.
      wininet: Send https scheme to proxy server when appropriate.

Maarten Lankhorst (11):
      quartz: Don't return a pin in filesource when there is none.
      quartz: Silence a fixme.
      quartz: Reset time when rejecting sample in the mpeg splitter.
      ntdll: Give earlier notify to valgrind that HeapFree is trying to free some memory.
      quartz: Don't free memory twice in null renderer.
      quartz: Do timekeeping in the avi decoder.
      quartz: Initialize some uninitialized variables in the video renderer.
      winmm: Use HeapAlloc in the wave test instead of using strdup.
      msacm32.drv: Check for message type before comparing handles.
      include: Update aviriff header to use the right alignment.
      winmm: Fix valgrind warnings on exit.

Marcus Meissner (1):
      server: Remove superflous empty region allocation.

Markus Weiland (1):
      dxdiagn: Implemented OS version properties for DXDiagSystemInfoContainer.

Michael Karcher (3):
      oleaut32: Cache localised number chars.
      ole32/tests: Do not call Release if CoCreateInstance failed.
      ole32/tests: Test StringFromGUID2.

Michael Stefaniuc (1):
      shdocvw: Plug memory leak introduced in 1.0-rc1 (Smatch).

Mikołaj Zalewski (2):
      Update Polish translation.
      Make Swedish use SUBLANG_NEUTRAL.

Nikolay Sivov (12):
      gdi32: Avoid null pointer dereference in CreateDIBSection.
      gdiplus: ImageFlags enum defined.
      gdiplus: GdipGetImageFlags simple stub with test.
      gdiplus: Added GdipLoadImageFromFileICM (no icm yet).
      gdiplus: Added GdipCreateFromHWNDICM (no icm yet) with test.
      gdiplus: GdipCreateFontFromLogfontA: no reason to put CHAR to WCHAR array.
      gdiplus: Check count argument in GdipTransformMatrixPoints.
      gdiplus: Check count argument in GdipVectorTransformMatrixPoints.
      gdiplus: Make GdipSetPenDashArray return OutOfMemory on (count <= 0).
      gdiplus: Added GdipAddPathRectangle with tests.
      user32: Correct termination of returning string in Text_Ellipsify.
      gdiplus: GdipBitmapLockBits should allow a NULL rect argument.

Paul Vriens (11):
      kernel32/tests: Skip tests if codepage is not installed/available.
      ntdll/tests: Free library after use.
      ntdll/tests: Skip test when we don't have enough rights.
      janitorial: Close COM after tests.
      regedit: Sync Dutch resource with latest changes.
      shell32/tests: Fix test when running on Wine.
      shell32/tests: SHGetPathFromIDListA returns a BOOL not a HRESULT.
      setupapi/tests: Remove a duplicate function call.
      setupapi/tests: Skip some tests if we are on win9x.
      setupapi/tests: Fix typo.
      setupapi/tests: Fix typos.

Petr Dlouhý (1):
      shdocvw: Partial implementation of WebBrowser_put_RegisterAsBrowser and WebBrowser_get_RegisterAsBrowser.

Rob Shearman (1):
      wininet: Fix a typo in is_basic_auth_value.

Roderick Colenbrander (1):
      wined3d: Request a WGL depth stencil capable pixel format by default until we have proper SetDepthStencilSurface support.

Tomasz Jezierski (1):
      comctl32: Conformance test for multiple selection in listbox.

Vitaliy Margolen (6):
      dmime: Update dx version to 9.0c.
      dxdiagn: Update dx version to 9.0c.
      dinput: Implement GetDeviceStatus.
      dinput: Clamp joystick position values to min-max range.
      winecfg: Remove mostly unused properties.h.
      wineserver: Add support for long command line options.

-----------------------------------------------------------------------

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list