diff --git a/debian/changelog b/debian/changelog index 299c54bf0..718a4c60b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,21 @@ +lutris (0.4.9) zesty; urgency=medium + + * Add option to auto-configure x360ce in Wine games based on plugged in + controllers + * Add support for batch files in Wine + * Fix FS-UAE path handling + * Fix regedit commands on newer Wine versions + * Fix local offline script installation + + -- Mathieu Comandon Thu, 04 May 2017 00:06:56 -0700 + lutris (0.4.8) zesty; urgency=medium * Switch installer scripts to the REST API * Allow users to test installer drafts * Add cabextract as a dependency * Fix for processes crashing when the working directory doesn't exist - * Add $VERSION as a variable usable in scripts + * Add $VERSION as a variable usable in scripts -- Mathieu Comandon Tue, 18 Apr 2017 16:06:38 -0700 diff --git a/lutris.spec b/lutris.spec index b291a588b..8dd36f000 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.8 +Version: 0.4.9 Release: 2%{?dist} Summary: Install and play any video game easily diff --git a/lutris/settings.py b/lutris/settings.py index 0491c3df7..9d0d65ffa 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.8" +VERSION = "0.4.9" COPYRIGHT = "(c) 2010-2017 Lutris Gaming Platform" AUTHORS = ["Mathieu Comandon ", "Pascal Reinhard (Xodetaetl)