[pkg-wine-party] [SCM] Debian Wine packaging annotated tag, wine-1.4-rc3, created. wine-1.4-rc3

Alexandre Julliard julliard at winehq.org
Sat Jun 9 07:24:04 UTC 2012


The annotated tag, wine-1.4-rc3 has been created
        at  b315c5f8cb5efb736e9da85d4dccfb1aae85ddc0 (tag)
   tagging  cd3af0531b0b86edf570e36bc3ce0011fc8806c4 (commit)
  replaces  wine-1.4-rc2
 tagged by  Alexandre Julliard
        on  Sat Feb 11 20:25:38 2012 +0100

- Shortlog ------------------------------------------------------------
Release 1.4-rc3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk82wLIACgkQ9ebp7rlGHddDvwCfefpFpWFknE792mhRD9Aguyyh
oUsAn2qeOxSIhkKUMBrlQefpfQLozmhg
=UwWJ
-----END PGP SIGNATURE-----

Akihiro Sagawa (5):
      po: Update Japanese translation.
      gdi32: Restore the vertical font flag from the cache.
      gdi32/tests: Add tests for East Asian font selection.
      gdi32: Consider whether the logical font face is vertical when selecting.
      gdi32/tests: Reorder tests to avoid side-effects.

Alex Henrie (1):
      po: Update Catalan translation.

Alexandre Julliard (7):
      mshtml: Use the current AppData folder instead of the default one as profile directory.
      winecoreaudio: Fix spec file parameters.
      user32: Draw the mask with SRCCOPY in DrawIcon when the image isn't being drawn.
      services: Don't close the overlapped event when terminating a service.
      dbgeng: Add missing WINAPI.
      cmd: START needs to be an internal command.
      Release 1.4-rc3.

Alistair Leslie-Hughes (1):
      mshtml/tests: Interface ITravelLogClient may not be supported.

Andrew Eikum (6):
      hlink: Always pass a bind context to IMoniker::GetDisplayName.
      hlink: Don't query the IHlinkSite if the IMoniker is a system moniker.
      wineoss.drv: Don't call GETOSPACE immediately after device initialization.
      wineoss.drv: Downgrade most ERRs to WARNs.
      winmm: Downgrade most ERRs to WARNs.
      winmm: TRACE unhandled messages.

André Hentschel (5):
      winemaker: Print the invocation command line to the Makefile.
      msvcmaker: "MODULE = none" is obsolete.
      po: Update German translation.
      comctl32/tests: Add some more thumb length tests.
      mshtml: Only release the interface if it exists.

Aric Stewart (5):
      quartz: Do not report a position unless the filter graph is running or has been paused.
      quartz: AMFilterData_ParseFilterData returns a pointer to a pointer to filter data.
      gdi32: Keep our internal generated system links separate and append them to any user defined system links.
      gdi32: Allow font replacements to be specified either in localized name or English name.
      gdi32: Load fonts from default Mac external font paths.

Aurimas Fišeras (1):
      po: Update Lithuanian translation.

Austin English (3):
      kernel32: Add support for IOCTL_STORAGE_CHECK_VERIFY2.
      wine.inf: Add CurrentControlSet\Control\VirtualDeviceDrivers registry key.
      advapi32: Sync specfile to win7.

Christian Costa (3):
      d3dx9_36: Turn FIXME into TRACE since function is implemented. Not supported formats are caught by final FIXME.
      include: Add missing formats in D3DXIMAGE_FILEFORMAT enum.
      d3dx9_36: Detect and display message for all not yet supported file formats.

Dmitry Timoshkov (6):
      psapi: Add a test for NtQueryVirtualMemory(MemorySectionName).
      user32: Add a bunch of RealChildWindowFromPoint tests.
      user32: RealChildWindowFromPoint should skip invisible windows.
      psapi: Make sure that NtQueryVirtualMemory(MemorySectionName) succeeds under Windows 2000 too.
      user32: Fix a couple of typos.
      user32: Make FlashWindowEx tests pass under Windows.

Eric Pouech (4):
      msvcrt: Fix TRACE format modifier for wfreopen.
      kernel32: Added a couple of tests about console creation through CreateFile, and fix some corner cases.
      winhlp32: Added support for some keyword support in external DLL support (RegisterRoutine parameters).
      winedbg: Let the lexer accept char definitions as integral values.

Erich Hoover (1):
      hhctrl.ocx: Fix searching for Index and TOC file.

Francois Gouget (7):
      ddraw/tests: Fix compilation on systems that don't support nameless unions.
      po: Fix a typography issue in the Telugu translation.
      po: Fix some typography issues in the Serbian (Latin) translation.
      po: Fix some typography issues in the Serbian (Cyrillic) translation.
      po: Remove or fuzzy invalid Turkish shell folder translations.
      shell32: Fix the name of the 'Application Data' folders.
      kernel32: Add a trailing full stop to the error messages.

Frédéric Delanoy (28):
      po: Update French translation.
      po: Fix some trailing ellipses errors in Brazilian Portuguese translation.
      po: Fix some trailing ellipses errors in Italian translation.
      po: Fix some trailing ellipses errors in Japanese translation.
      po: Fix some trailing ellipses errors in Russian translation.
      po: Fix some trailing ellipses errors in Portuguese translation.
      po: Fix some trailing ellipses errors in Catalan translation.
      po: Fix some trailing ellipses errors in Norwegian Bokmål translation.
      po: Fix some trailing ellipses errors in Korean translation.
      po: Fix some trailing ellipses errors in Polish translation.
      po: Fix some trailing ellipses errors in the Swedish translation.
      po: Fix some trailing ellipses errors in the Slovenian translation.
      po: Remove untranslated English strings from the Portuguese (Portugal) translation.
      po: Remove untranslated English strings from the Polish translation.
      po: Remove untranslated English strings from the Danish translation.
      taskmgr: Debug classes names are not translatable.
      po: Fix trailing full stops errors in the Catalan translation.
      po: Fix trailing full stops errors in the Danish translation.
      po: Fix trailing full stops errors in the Italian translation.
      po: Fix trailing full stops errors in the Swedish translation.
      po: Fix trailing full stops errors in the Polish translation.
      po: Fix trailing full stops errors in the Ukrainian translation.
      po: Fix trailing full stops errors in the Slovenian translation.
      po: Fix trailing full stops errors in the Portuguese (Portugal) translation.
      po: Fix trailing full stops errors in the Korean translation.
      po: Fix trailing full stops errors in the Norwegian Bokmål translation.
      po: Fix trailing full stops errors in the Russian translation.
      cmd: Add short help for START command.

Gustavo Henrique Milaré (1):
      po: Update Brazilian Portuguese translation.

Hans Leidekker (6):
      dnsapi: Remove a dead assignment (clang).
      mscms: Use the return values of GetStandardColorSpaceProfileW and GetColorDirectoryW (clang).
      mscms/tests: Pass profiles names as parameters instead of using global variables.
      msi: Follow the parent state for preselected features unless the parent is an advertised feature.
      msi: Avoid a null pointer dereference in MsiGetFileVersionW (clang).
      msi: Use the return value of IXMLDOMNode_get_text (clang).

Henri Verbeet (4):
      ddraw/tests: Use correct COM macros in a couple of places.
      ddraw/tests: Move some helper functions up with the rest of the helper functions.
      wined3d: Complain when the hardware may not be able to run a shader.
      ddraw: Implement get_window_region() on top of GetRandomRgn().

Huw Davies (6):
      ole32: Don't hold a ref to the drop target in the wrapper. Apps tend to destroy the target object without calling RevokeDragDrop.
      oleaut32: [restricted] members with negative dispids may still be called.
      shell32: Zero-init the out parameter and fix the error if the folder id is invalid.
      shell32: Don't try to check for the folder's existence if we don't have a path.
      gdi32: Rename a shadow variable.
      gdi32: Intersect the background text box with the clip rectangle in device units.

Hwang YunSong (1):
      po: Update Korean translation.

Jacek Caban (9):
      mshtml: Removed code duplication in frame collection tests.
      mshtml: Added IHTMLDocument2::get_frames implementation.
      urlmon: Properly handle combining relative mk: URIs containing full internal path.
      urlmon: Added more mk: combining tests.
      t2embapi.h: Added some missing declarations.
      urlmon: Added empty hash URIs comparing tests.
      ieframe: Make get_typeinfo implementation thread safe and more generic.
      ieframe: Added IProvideClassInfo::GetClassInfo implementation.
      ieframe: Added IProvideClassInfo::GetClassInfo tests.

Jörg Höhle (3):
      mmdevapi/tests: Produce audible output.
      mmdevapi/tests: Fix errors and crashes in various native configurations.
      mmdevapi/tests: Perform renderer padding & position tests.

Laura Leinonen (1):
      po: Update Finnish translation.

Lauri Kenttä (2):
      po: Correct Finnish translation.
      po: Fix Finnish translation.

Matteo Bruni (1):
      ddraw: Don't leak the window DC.

Michael Stefaniuc (2):
      comctl32: Remove an obsolete resource attribute.
      inetcpl.cpl: Remove an obsolete resource attribute.

Nikolay Sivov (4):
      msxml3: Fix element data leak on error.
      shell32: Use string comparison as autocompletion check.
      comctl32: Invalidate before item is removed.
      comctl32: A test for auto-set TBSTYLE_TRANSPARENT style.

Piotr Caban (1):
      msvcrt: Handle negative file->_cnt value in _flsbuf function.

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

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list