Release 0.4.12

This commit is contained in:
Mathieu Comandon 2017-06-13 20:53:25 -07:00
parent 29db646e8f
commit 8c74cd9324
3 changed files with 15 additions and 2 deletions

13
debian/changelog vendored
View file

@ -1,3 +1,16 @@
lutris (0.4.12) zesty; urgency=medium
* Increase process monitor delay
* Increase HTTP requests timeouts
* Disable stdout logger for unmonitored processes
* Display error when downloaded file doesn't resolve to a filename
* Add support for symlinks in tar archives
* Fix sqlite query error when syncing games
* Fix installation of local scripts
* Catch errors while reading Steam VDF files
-- Mathieu Comandon <strycore@gmail.com> Tue, 13 Jun 2017 20:46:18 -0700
lutris (0.4.11.1) zesty; urgency=medium
* Fix typo in wineboot check

View file

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