Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Nov 2, 2016
1 parent 1b151ab commit b151037
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 10 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions data/appdata/mugshot.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mugshot_lib/mugshotconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# 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):
Expand Down
22 changes: 14 additions & 8 deletions po/mugshot.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
Expand Down Expand Up @@ -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 "
Expand All @@ -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 "
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def run(self):

DistUtilsExtra.auto.setup(
name='mugshot',
version='0.3.1',
version='0.3.2',
license='GPL-3+',
author='Sean Davis',
author_email='[email protected]',
Expand Down

0 comments on commit b151037

Please sign in to comment.