Release 0.3.1

This commit is contained in:
Sean Davis 2016-03-31 20:18:53 -04:00
parent 98cfef2028
commit 331acd74cb
6 changed files with 46 additions and 10 deletions

18
NEWS
View File

@ -1,5 +1,23 @@
Mugshot NEWS Mugshot NEWS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
31 Mar 2016, Mugshot 0.3.1
- New bugfix release
. This release targets a number of bugs that were discovered in past
releases. To better handle user properties, AccountsService is now
better utilized when it is available.
- Bugs fixed:
. Failure in extracting details from /etc/passwd (LP: #1304920)
. Failed reading of /etc/passwd with empty values (LP: #1394064)
. Crash when ~/.face is empty or invalid (LP: #1400055)
. Crash when unable to read LibreOffice config (LP: #1557744)
. Incorrect handling of empty name fields (LP: #1559815)
- Known issues:
. Mugshot's camera dialog no longer works with recent versions of
Clutter. This is due to a change in the video sink and requires
a larger fix.
07 Sep 2015, Mugshot 0.3.0 07 Sep 2015, Mugshot 0.3.0
- New development release - New development release

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2015 Sean Davis <smd.seandavis@gmail.com> --> <!-- Copyright 2014-2016 Sean Davis <smd.seandavis@gmail.com> -->
<application> <application>
<id type="desktop">mugshot.desktop</id> <id type="desktop">mugshot.desktop</id>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
@ -37,6 +37,15 @@
</provides> </provides>
<releases> <releases>
<release version="0.3.1" timestamp="1459470600">
<description>
<_p>This development release fixes a large number of bugs from
previous releases. User properties that cannot be edited are
now restricted to administrative users.
</_p>
</description>
</release>
<release version="0.3.0" timestamp="1441648800"> <release version="0.3.0" timestamp="1441648800">
<description> <description>
<_p>This development release upgrades the camera dialog to use <_p>This development release upgrades the camera dialog to use

View File

@ -18,6 +18,8 @@
'''Enhances builder connections, provides object to access glade objects''' '''Enhances builder connections, provides object to access glade objects'''
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import GObject, Gtk # pylint: disable=E0611 from gi.repository import GObject, Gtk # pylint: disable=E0611
import inspect import inspect

View File

@ -26,7 +26,7 @@ __all__ = [
# files). By default, this is ../data, relative your trunk layout # files). By default, this is ../data, relative your trunk layout
__mugshot_data_directory__ = '../data/' __mugshot_data_directory__ = '../data/'
__license__ = 'GPL-3+' __license__ = 'GPL-3+'
__version__ = '0.3.0' __version__ = '0.3.1'
import os import os

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-30 21:15-0400\n" "POT-Creation-Date: 2016-03-31 20:17-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -207,18 +207,25 @@ msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:5 #: ../data/appdata/mugshot.appdata.xml.in.h:5
msgid "" msgid ""
"This development release fixes a large number of bugs from previous "
"releases. User properties that cannot be edited are now restricted to "
"administrative users."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:6
msgid ""
"This development release upgrades the camera dialog to use Cheese and " "This development release upgrades the camera dialog to use Cheese and "
"Clutter to display and capture the camera feed." "Clutter to display and capture the camera feed."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:6 #: ../data/appdata/mugshot.appdata.xml.in.h:7
msgid "" msgid ""
"This stable release improves Mugshot functionality for LDAP users, and " "This stable release improves Mugshot functionality for LDAP users, and "
"includes the latest SudoDialog, improving the appearance and usability of " "includes the latest SudoDialog, improving the appearance and usability of "
"the password dialog." "the password dialog."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:7 #: ../data/appdata/mugshot.appdata.xml.in.h:8
msgid "" msgid ""
"This stable release improves the user configuration (chfn) backend and " "This stable release improves the user configuration (chfn) backend and "
"prevents Mugshot from locking up. Mugshot also no longer depends on " "prevents Mugshot from locking up. Mugshot also no longer depends on "
@ -227,28 +234,28 @@ msgid ""
"addressed." "addressed."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:8 #: ../data/appdata/mugshot.appdata.xml.in.h:9
msgid "" msgid ""
"This stable release improved AccountsService functionality and overall " "This stable release improved AccountsService functionality and overall "
"usability. Users without admin rights can no longer attempt to change their " "usability. Users without admin rights can no longer attempt to change their "
"name, and initials are automatically populated when the name is entered." "name, and initials are automatically populated when the name is entered."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:9 #: ../data/appdata/mugshot.appdata.xml.in.h:10
msgid "" msgid ""
"This stable release fixed a crash that occured when saving user details in a " "This stable release fixed a crash that occured when saving user details in a "
"non-English locale. This release also included an updated translation " "non-English locale. This release also included an updated translation "
"template and new translations." "template and new translations."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:10 #: ../data/appdata/mugshot.appdata.xml.in.h:11
msgid "" msgid ""
"This stable release fixed several bugs related to profile image management, " "This stable release fixed several bugs related to profile image management, "
"introduced an improved password dialog, and transitioned to using GLib to " "introduced an improved password dialog, and transitioned to using GLib to "
"more reliably determine user and environment settings." "more reliably determine user and environment settings."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:11 #: ../data/appdata/mugshot.appdata.xml.in.h:12
msgid "" msgid ""
"The first stable release introduced simplified packaging, replaced the Help " "The first stable release introduced simplified packaging, replaced the Help "
"functionality with the online help documents, and transitioned to using " "functionality with the online help documents, and transitioned to using "

View File

@ -187,7 +187,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
DistUtilsExtra.auto.setup( DistUtilsExtra.auto.setup(
name='mugshot', name='mugshot',
version='0.3.0', version='0.3.1',
license='GPL-3+', license='GPL-3+',
author='Sean Davis', author='Sean Davis',
author_email='smd.seandavis@gmail.com', author_email='smd.seandavis@gmail.com',