diff --git a/debian/changelog b/debian/changelog index b6a687317..0e64e0fd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 13 Jun 2017 20:46:18 -0700 + lutris (0.4.11.1) zesty; urgency=medium * Fix typo in wineboot check diff --git a/lutris.spec b/lutris.spec index f25c757f1..cb7f69108 100644 --- a/lutris.spec +++ b/lutris.spec @@ -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 diff --git a/lutris/settings.py b/lutris/settings.py index 0933e4478..c770cf0be 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.11.1" +VERSION = "0.4.12" COPYRIGHT = "(c) 2010-2017 Lutris Gaming Platform" AUTHORS = ["Mathieu Comandon ", "Pascal Reinhard (Xodetaetl)