Release 1.8-rc1.

This commit is contained in:
Sebastian Lackner
2015-11-23 07:56:02 +01:00
parent 87b990dc41
commit 7d18a5d9b8
4 changed files with 8 additions and 15 deletions

View File

@@ -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

View File

@@ -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: