diff --git a/NEWS b/NEWS index 23f48fb..6554701 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/data/appdata/mugshot.appdata.xml.in b/data/appdata/mugshot.appdata.xml.in index de672f8..9d9e939 100644 --- a/data/appdata/mugshot.appdata.xml.in +++ b/data/appdata/mugshot.appdata.xml.in @@ -37,6 +37,14 @@ + + + <_p>This development release restores camera dialog functionality + that with recent software versions. + + + + <_p>This development release fixes a large number of bugs from diff --git a/mugshot_lib/mugshotconfig.py b/mugshot_lib/mugshotconfig.py index a927998..f2fb49c 100644 --- a/mugshot_lib/mugshotconfig.py +++ b/mugshot_lib/mugshotconfig.py @@ -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): diff --git a/po/mugshot.pot b/po/mugshot.pot index 5e2c7c0..562080e 100644 --- a/po/mugshot.pot +++ b/po/mugshot.pot @@ -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 \n" "Language-Team: LANGUAGE \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 " diff --git a/setup.py b/setup.py index 73788d2..fb4f50e 100644 --- a/setup.py +++ b/setup.py @@ -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',