1
0
mirror of https://github.com/lutris/lutris synced 2024-07-05 16:38:42 +00:00

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
@ -24,7 +24,7 @@ the following command as root::
**Warning:** there is no way to cleanly uninstall programs installed with
setup.py other than manuall deleting the created files. Prefer installing
Lutris through distribution packages or run it directly from the source
directory::
directory::
cd /path/to/lutris/source
./bin/lutris

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"]