Release 0.4.13

This commit is contained in:
Mathieu Comandon 2017-07-26 19:19:51 -07:00
parent ff6f67b2dc
commit a0ff0bd48e
3 changed files with 12 additions and 2 deletions

10
debian/changelog vendored
View file

@ -1,3 +1,13 @@
lutris (0.4.13) zesty; urgency=medium
* Add new libretro cores
* Stop process monitoring as soon as process stops
* Default 'reset_desktop' option to False
* Make calling executables more robust
* Fix xboxdrv not being monitored properly
-- Mathieu Comandon <strycore@gmail.com> Wed, 26 Jul 2017 19:12:21 -0700
lutris (0.4.12) zesty; urgency=medium
* Increase process monitor delay

View file

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