Release 0.3.2

This commit is contained in:
Sean Davis 2016-11-02 06:31:39 -04:00
parent 1b151abab5
commit b151037edc
5 changed files with 31 additions and 10 deletions

7
NEWS
View File

@ -1,5 +1,12 @@
Mugshot NEWS Mugshot NEWS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
02 Nov 2016, Mugshot 0.3.2
- New bugfix release
. Mugshot's camera dialog is fixed and should work on all previously
supported and current systems!
31 Mar 2016, Mugshot 0.3.1 31 Mar 2016, Mugshot 0.3.1
- New bugfix release - New bugfix release

View File

@ -37,6 +37,14 @@
</provides> </provides>
<releases> <releases>
<release version="0.3.2" timestamp="1478083500">
<description>
<_p>This development release restores camera dialog functionality
that with recent software versions.
</_p>
</description>
</release>
<release version="0.3.1" timestamp="1459470600"> <release version="0.3.1" timestamp="1459470600">
<description> <description>
<_p>This development release fixes a large number of bugs from <_p>This development release fixes a large number of bugs from

View File

@ -28,7 +28,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.1' __version__ = '0.3.2'
class project_path_not_found(Exception): class project_path_not_found(Exception):

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-10-18 06:34-0400\n" "POT-Creation-Date: 2016-11-02 06:30-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,25 +207,31 @@ msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:5 #: ../data/appdata/mugshot.appdata.xml.in.h:5
msgid "" msgid ""
"This development release restores camera dialog functionality that with "
"recent software versions."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:6
msgid ""
"This development release fixes a large number of bugs from previous " "This development release fixes a large number of bugs from previous "
"releases. User properties that cannot be edited are now restricted to " "releases. User properties that cannot be edited are now restricted to "
"administrative users." "administrative users."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:6 #: ../data/appdata/mugshot.appdata.xml.in.h:7
msgid "" 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:7 #: ../data/appdata/mugshot.appdata.xml.in.h:8
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:8 #: ../data/appdata/mugshot.appdata.xml.in.h:9
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 "
@ -234,28 +240,28 @@ msgid ""
"addressed." "addressed."
msgstr "" msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:9 #: ../data/appdata/mugshot.appdata.xml.in.h:10
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:10 #: ../data/appdata/mugshot.appdata.xml.in.h:11
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:11 #: ../data/appdata/mugshot.appdata.xml.in.h:12
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:12 #: ../data/appdata/mugshot.appdata.xml.in.h:13
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.1', version='0.3.2',
license='GPL-3+', license='GPL-3+',
author='Sean Davis', author='Sean Davis',
author_email='smd.seandavis@gmail.com', author_email='smd.seandavis@gmail.com',