Update to 0.4.9

This commit is contained in:
Mathieu Comandon 2017-05-04 00:10:47 -07:00
parent 57df4656fc
commit e518574c2b
3 changed files with 14 additions and 3 deletions

13
debian/changelog vendored
View file

@ -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 <strycore@gmail.com> 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 <strycore@gmail.com> Tue, 18 Apr 2017 16:06:38 -0700

View file

@ -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

View file

@ -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 <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]