Release 0.4.3

This commit is contained in:
Mathieu Comandon 2016-11-29 13:25:50 -08:00
parent db25070481
commit 09e1213199
4 changed files with 17 additions and 4 deletions

View file

@ -7,7 +7,7 @@ Requirements
Lutris should work on any Gnome system, the following depencies should be
installed:
* python == 2.7
* python > 3.4
* python-yaml
* PyGobject
* libsoup-gnome

13
debian/changelog vendored
View file

@ -1,3 +1,16 @@
lutris (0.4.3) yakkety; urgency=medium
* Change labels in dialogs to "Save"
* Disable Lutris runtime by default in Dolphin
* Fix typo preventing the Steam Store to be displayed in Wine
* Fix path handling for fuser
* Fix Wine registry parser for keys with square brackets
* Fix Mednafen joystick detection
* Fix ld_library_path option
* Fix Wine not being displayed in the sidebar
-- Mathieu Comandon <strycore@gmail.com> Tue, 29 Nov 2016 13:20:55 -0800
lutris (0.4.2) yakkety; urgency=medium
* Add suport for 7zip extractors

View file

@ -3,7 +3,7 @@
%{!?python3: %define __python3 python3}
Name: lutris
Version: 0.4.2
Version: 0.4.3
Release: 2%{?dist}
Summary: Install and play any video game easily

View file

@ -5,7 +5,7 @@ from gi.repository import GLib
from lutris.util.settings import SettingsIO
PROJECT = "Lutris"
VERSION = "0.4.2"
VERSION = "0.4.3"
COPYRIGHT = "(c) 2010-2016 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]