Changelog for version 0.3.7.2

This commit is contained in:
Mathieu Comandon 2016-01-05 08:51:00 -08:00
parent 58d9e3939c
commit 658f6c7088
4 changed files with 14 additions and 3 deletions

View file

@ -1,4 +1,4 @@
VERSION="0.3.7.1"
VERSION="0.3.7.2"
cover:
rm tests/fixtures/pga.db -f

11
debian/changelog vendored
View file

@ -1,3 +1,14 @@
lutris (0.3.7.2) wily; urgency=medium
* Add button to eject CD-ROMs during installation of Wine games
* Prevent MAME and MESS to save config files in home directory
* Monitor installation tasks so installers can respawn processes
* Randomize extractions folder names to prevent a bug occuring when
extracting several archives concurrently
* Allow loading environment variables from system config
-- Mathieu Comandon <strycore@gmail.com> Tue, 05 Jan 2016 08:41:23 -0800
lutris (0.3.7.1) wily; urgency=medium
* Improved command line option to list games

View file

@ -1,7 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: lutris
Version: 0.3.7.1
Version: 0.3.7.2
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.3.7.1"
VERSION = "0.3.7.2"
COPYRIGHT = "(c) 2010-2015 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]