Release 0.4.4

This commit is contained in:
Mathieu Comandon 2016-12-13 17:00:25 -08:00
parent 1128f462aa
commit d43b125203
3 changed files with 15 additions and 2 deletions

13
debian/changelog vendored
View file

@ -1,3 +1,16 @@
lutris (0.4.4) yakkety; urgency=medium
* Add widget to edit environment variables in system options
* Ignore processes launched before the game
* Check for presence and checksum of BIOS files in RetroArch
* Prevent a crash on empty Wine prefixes
* Remove DBus service and replace with Gtk.Application
* Make Dolphin runnable by itself
* Remove dependencies to python3-xdg and xdg-user-dirs
* Fix joystick detection in Mednafen
-- Mathieu Comandon <strycore@gmail.com> Tue, 13 Dec 2016 16:55:59 -0800
lutris (0.4.3) yakkety; urgency=medium
* Change labels in dialogs to "Save"

View file

@ -4,7 +4,7 @@
%{!?py3_install: %global py3_install %{__python3} setup.py install --skip-build --root %{buildroot}}
Name: lutris
Version: 0.4.3
Version: 0.4.4
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.3"
VERSION = "0.4.4"
COPYRIGHT = "(c) 2010-2016 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]