Bump to version 0.4.11

This commit is contained in:
Mathieu Comandon 2017-05-30 13:55:48 -07:00
parent 99073dc606
commit bcc48e1631
3 changed files with 13 additions and 2 deletions

11
debian/changelog vendored
View file

@ -1,3 +1,14 @@
lutris (0.4.11) zesty; urgency=medium
* Add system option to disable process monitoring
* Finish ScummVM game importing
* Fix path resolution for local installer scripts
* Fix 'execute' installer command not being monitored
* Fix I/O watch hogging a CPU core after game quits
* Code cleanup
-- Mathieu Comandon <strycore@gmail.com> Tue, 30 May 2017 13:36:41 -0700
lutris (0.4.10) zesty; urgency=medium
* Remove PCSX-R runner

View file

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