Skip to content

Commit b151037

Browse files
committed
Release 0.3.2
1 parent 1b151ab commit b151037

File tree

5 files changed

+31
-10
lines changed

5 files changed

+31
-10
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Mugshot NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
02 Nov 2016, Mugshot 0.3.2
4+
5+
- New bugfix release
6+
. Mugshot's camera dialog is fixed and should work on all previously
7+
supported and current systems!
8+
9+
310
31 Mar 2016, Mugshot 0.3.1
411

512
- New bugfix release

data/appdata/mugshot.appdata.xml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
</provides>
3838

3939
<releases>
40+
<release version="0.3.2" timestamp="1478083500">
41+
<description>
42+
<_p>This development release restores camera dialog functionality
43+
that with recent software versions.
44+
</_p>
45+
</description>
46+
</release>
47+
4048
<release version="0.3.1" timestamp="1459470600">
4149
<description>
4250
<_p>This development release fixes a large number of bugs from

mugshot_lib/mugshotconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# files). By default, this is ../data, relative your trunk layout
2929
__mugshot_data_directory__ = '../data/'
3030
__license__ = 'GPL-3+'
31-
__version__ = '0.3.1'
31+
__version__ = '0.3.2'
3232

3333

3434
class project_path_not_found(Exception):

po/mugshot.pot

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2016-10-18 06:34-0400\n"
11+
"POT-Creation-Date: 2016-11-02 06:30-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -207,25 +207,31 @@ msgstr ""
207207

208208
#: ../data/appdata/mugshot.appdata.xml.in.h:5
209209
msgid ""
210+
"This development release restores camera dialog functionality that with "
211+
"recent software versions."
212+
msgstr ""
213+
214+
#: ../data/appdata/mugshot.appdata.xml.in.h:6
215+
msgid ""
210216
"This development release fixes a large number of bugs from previous "
211217
"releases. User properties that cannot be edited are now restricted to "
212218
"administrative users."
213219
msgstr ""
214220

215-
#: ../data/appdata/mugshot.appdata.xml.in.h:6
221+
#: ../data/appdata/mugshot.appdata.xml.in.h:7
216222
msgid ""
217223
"This development release upgrades the camera dialog to use Cheese and "
218224
"Clutter to display and capture the camera feed."
219225
msgstr ""
220226

221-
#: ../data/appdata/mugshot.appdata.xml.in.h:7
227+
#: ../data/appdata/mugshot.appdata.xml.in.h:8
222228
msgid ""
223229
"This stable release improves Mugshot functionality for LDAP users, and "
224230
"includes the latest SudoDialog, improving the appearance and usability of "
225231
"the password dialog."
226232
msgstr ""
227233

228-
#: ../data/appdata/mugshot.appdata.xml.in.h:8
234+
#: ../data/appdata/mugshot.appdata.xml.in.h:9
229235
msgid ""
230236
"This stable release improves the user configuration (chfn) backend and "
231237
"prevents Mugshot from locking up. Mugshot also no longer depends on "
@@ -234,28 +240,28 @@ msgid ""
234240
"addressed."
235241
msgstr ""
236242

237-
#: ../data/appdata/mugshot.appdata.xml.in.h:9
243+
#: ../data/appdata/mugshot.appdata.xml.in.h:10
238244
msgid ""
239245
"This stable release improved AccountsService functionality and overall "
240246
"usability. Users without admin rights can no longer attempt to change their "
241247
"name, and initials are automatically populated when the name is entered."
242248
msgstr ""
243249

244-
#: ../data/appdata/mugshot.appdata.xml.in.h:10
250+
#: ../data/appdata/mugshot.appdata.xml.in.h:11
245251
msgid ""
246252
"This stable release fixed a crash that occured when saving user details in a "
247253
"non-English locale. This release also included an updated translation "
248254
"template and new translations."
249255
msgstr ""
250256

251-
#: ../data/appdata/mugshot.appdata.xml.in.h:11
257+
#: ../data/appdata/mugshot.appdata.xml.in.h:12
252258
msgid ""
253259
"This stable release fixed several bugs related to profile image management, "
254260
"introduced an improved password dialog, and transitioned to using GLib to "
255261
"more reliably determine user and environment settings."
256262
msgstr ""
257263

258-
#: ../data/appdata/mugshot.appdata.xml.in.h:12
264+
#: ../data/appdata/mugshot.appdata.xml.in.h:13
259265
msgid ""
260266
"The first stable release introduced simplified packaging, replaced the Help "
261267
"functionality with the online help documents, and transitioned to using "

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def run(self):
187187

188188
DistUtilsExtra.auto.setup(
189189
name='mugshot',
190-
version='0.3.1',
190+
version='0.3.2',
191191
license='GPL-3+',
192192
author='Sean Davis',
193193
author_email='[email protected]',

0 commit comments

Comments
 (0)