From 09e1213199536d49c156fcd1fba8e82b1868c497 Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Tue, 29 Nov 2016 13:25:50 -0800 Subject: [PATCH] Release 0.4.3 --- INSTALL.rst | 4 ++-- debian/changelog | 13 +++++++++++++ lutris.spec | 2 +- lutris/settings.py | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 6980a58fc..7a83830b2 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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 diff --git a/debian/changelog b/debian/changelog index acf6c02ac..48fdf4877 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 29 Nov 2016 13:20:55 -0800 + lutris (0.4.2) yakkety; urgency=medium * Add suport for 7zip extractors diff --git a/lutris.spec b/lutris.spec index 1049b1537..ec26669cf 100644 --- a/lutris.spec +++ b/lutris.spec @@ -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 diff --git a/lutris/settings.py b/lutris/settings.py index b8f05be41..b91d48886 100644 --- a/lutris/settings.py +++ b/lutris/settings.py @@ -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 ", "Pascal Reinhard (Xodetaetl)