You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Release 1.8-rc1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
wine-staging (1.8~rc1) UNRELEASED; urgency=low
|
||||
wine-staging (1.8~rc1) unstable; urgency=low
|
||||
* Removed patch to allow dinput EnumDevices callback with broken calling
|
||||
convention (accepted upstream).
|
||||
* Removed patch to fix required privileges for load_registry and
|
||||
@@ -10,7 +10,7 @@ wine-staging (1.8~rc1) UNRELEASED; urgency=low
|
||||
times.
|
||||
* Added patch to fix a possible leak in codeview_dump_symbols.
|
||||
* Added patch for stub driver tdi.sys.
|
||||
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 15 Nov 2015 21:20:51 +0100
|
||||
-- Sebastian Lackner <sebastian@fds-team.de> Mon, 23 Nov 2015 07:55:14 +0100
|
||||
|
||||
wine-staging (1.7.55) unstable; urgency=low
|
||||
* Added patch to revert "Prepare GL resources before calling
|
||||
|
@@ -166,6 +166,7 @@ def _read_changelog():
|
||||
def _latest_staging_version(only_released=False):
|
||||
"""Get version number of the latest release / unreleased version."""
|
||||
for package, version, distro in _read_changelog():
|
||||
version = version.replace("~rc", "-rc")
|
||||
if distro.lower() != "unreleased":
|
||||
return version
|
||||
elif not only_released:
|
||||
|
Reference in New Issue
Block a user