mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Release 1.8.
This commit is contained in:
parent
fd5fd19bb9
commit
8a378ee8e7
@ -34,12 +34,7 @@ Wine. All those differences are also documented on the
|
||||
Included bug fixes and improvements
|
||||
-----------------------------------
|
||||
|
||||
**Bug fixes and features included in the next upcoming release [1]:**
|
||||
|
||||
* Initial implementation of wusa.exe (MSU package installer) ([Wine Bug #26757](https://bugs.winehq.org/show_bug.cgi?id=26757))
|
||||
|
||||
|
||||
**Bug fixes and features in Wine Staging 1.8-rc4 [267]:**
|
||||
**Bug fixes and features in Wine Staging 1.8 [268]:**
|
||||
|
||||
*Note: The following list only contains features and bug fixes which are not
|
||||
yet available in vanilla Wine. They are removed from the list as soon as they
|
||||
@ -224,6 +219,7 @@ for more details.*
|
||||
* Improve stubs for AEV_{Get,Set}Mute
|
||||
* Improve stubs for dxgi MakeWindowAssociation and GetWindowAssociation
|
||||
* Improvement for heap allocation performance
|
||||
* Initial implementation of wusa.exe (MSU package installer) ([Wine Bug #26757](https://bugs.winehq.org/show_bug.cgi?id=26757))
|
||||
* Initialize *lpcDevices in RasEnumDevicesA ([Wine Bug #30378](https://bugs.winehq.org/show_bug.cgi?id=30378))
|
||||
* Initialize System\CurrentControlSet\Control\TimeZoneInformation registry keys
|
||||
* Jedi Knight: Dark Forces II crashes with winmm set to native ([Wine Bug #37983](https://bugs.winehq.org/show_bug.cgi?id=37983))
|
||||
|
@ -52,13 +52,13 @@ usage()
|
||||
# Get the upstream commit sha
|
||||
upstream_commit()
|
||||
{
|
||||
echo "c465401984ec732f8e76bb1b71cd65427ae088f1"
|
||||
echo "a981d3738014339cd0fae1e7f5aa9429222ee03d"
|
||||
}
|
||||
|
||||
# Show version information
|
||||
version()
|
||||
{
|
||||
echo "Wine Staging 1.8 (unreleased)"
|
||||
echo "Wine Staging 1.8"
|
||||
echo "Copyright (C) 2014-2015 the Wine Staging project authors."
|
||||
echo ""
|
||||
echo "Patchset to be applied on upstream Wine:"
|
||||
|
@ -1,8 +1,8 @@
|
||||
wine-staging (1.8) UNRELEASED; urgency=low
|
||||
wine-staging (1.8) unstable; urgency=low
|
||||
* Update nvencodeapi wrapper patchset to version 6.0 and fix Debian
|
||||
compatibility.
|
||||
* Added patch to implement of wusa.exe (MSU package installer).
|
||||
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 20 Dec 2015 22:54:04 +0100
|
||||
* Added patch to add implementation of wusa.exe (MSU package installer).
|
||||
-- Sebastian Lackner <sebastian@fds-team.de> Mon, 21 Dec 2015 18:31:02 +0100
|
||||
|
||||
wine-staging (1.8~rc4) unstable; urgency=low
|
||||
* Updated patch to fix implementation of NtQueryInformationProcess for
|
||||
|
Loading…
Reference in New Issue
Block a user