Update to 0.5.1.1

This commit is contained in:
Mathieu Comandon 2019-03-25 00:02:46 -07:00
parent c20c489469
commit 6e38966be7
4 changed files with 16 additions and 3 deletions

13
debian/changelog vendored
View file

@ -1,3 +1,16 @@
lutris (0.5.1.1) cosmic; urgency=medium
* Fixed a crash when trying to open webpages on system without GVFS
installed
* Fixed GOG login dialog being displayed multiple times during the install
* Add mesa-utils as dependency for glxinfo
* Add gvfs-backends as dependency to fix the open_uri issue
* Add detection of custom proton builds in compatibilitytools.d folder, as
documented here: https://github.com/valvesoftware/proton#install-proton-locally
(by @GloriousEggroll)
-- Mathieu Comandon <strycore@gmail.com> Sun, 24 Mar 2019 23:39:18 -0700
lutris (0.5.1) cosmic; urgency=medium
* Download the default Lutris Wine version when not available

View file

@ -6,7 +6,7 @@
%global appid net.lutris.Lutris
Name: lutris
Version: 0.5.1
Version: 0.5.1.1
Release: 7%{?dist}
Summary: Install and play any video game easily

View file

@ -1,3 +1,3 @@
"""Main Lutris package"""
__version__ = "0.5.1"
__version__ = "0.5.1.1"

View file

@ -34,7 +34,7 @@
<project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<releases>
<release date="2019-03-20" version="0.5.1" />
<release date="2019-03-25" version="0.5.1.1" />
</releases>
<content_rating type="oars-1.1" />
</component>