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
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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
- New bugfix release

View File

@ -37,6 +37,14 @@
</provides>
<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">
<description>
<_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
__mugshot_data_directory__ = '../data/'
__license__ = 'GPL-3+'
__version__ = '0.3.1'
__version__ = '0.3.2'
class project_path_not_found(Exception):

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -207,25 +207,31 @@ msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:5
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 "
"releases. User properties that cannot be edited are now restricted to "
"administrative users."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:6
#: ../data/appdata/mugshot.appdata.xml.in.h:7
msgid ""
"This development release upgrades the camera dialog to use Cheese and "
"Clutter to display and capture the camera feed."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:7
#: ../data/appdata/mugshot.appdata.xml.in.h:8
msgid ""
"This stable release improves Mugshot functionality for LDAP users, and "
"includes the latest SudoDialog, improving the appearance and usability of "
"the password dialog."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:8
#: ../data/appdata/mugshot.appdata.xml.in.h:9
msgid ""
"This stable release improves the user configuration (chfn) backend and "
"prevents Mugshot from locking up. Mugshot also no longer depends on "
@ -234,28 +240,28 @@ msgid ""
"addressed."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:9
#: ../data/appdata/mugshot.appdata.xml.in.h:10
msgid ""
"This stable release improved AccountsService functionality and overall "
"usability. Users without admin rights can no longer attempt to change their "
"name, and initials are automatically populated when the name is entered."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:10
#: ../data/appdata/mugshot.appdata.xml.in.h:11
msgid ""
"This stable release fixed a crash that occured when saving user details in a "
"non-English locale. This release also included an updated translation "
"template and new translations."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:11
#: ../data/appdata/mugshot.appdata.xml.in.h:12
msgid ""
"This stable release fixed several bugs related to profile image management, "
"introduced an improved password dialog, and transitioned to using GLib to "
"more reliably determine user and environment settings."
msgstr ""
#: ../data/appdata/mugshot.appdata.xml.in.h:12
#: ../data/appdata/mugshot.appdata.xml.in.h:13
msgid ""
"The first stable release introduced simplified packaging, replaced the Help "
"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(
name='mugshot',
version='0.3.1',
version='0.3.2',
license='GPL-3+',
author='Sean Davis',
author_email='smd.seandavis@gmail.com',