Skip to content

Commit 84c941d

Browse files
committed
Release 0.4.0
1 parent 3667e1c commit 84c941d

File tree

6 files changed

+34
-9
lines changed

6 files changed

+34
-9
lines changed

NEWS

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Mugshot NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
11 Apr 2018, Mugshot 0.4.0
4+
5+
- New stable release
6+
- General:
7+
. Update URLs from smdavis.us to bluesabre.org
8+
. Upgrade appdata file to latest spec
9+
. Move appdata to metainfo, per latest spec
10+
- Translation Updates:
11+
. Catalan, Croatian, Danish, Lithuanian, Romanian, Spanish, Swedish
12+
13+
314
02 Nov 2016, Mugshot 0.3.2
415

516
- New bugfix release
@@ -105,7 +116,7 @@ Mugshot NEWS
105116
. Dependency on yelp/ghelp has been removed.
106117
. Packaging has been simplified.
107118

108-
119+
109120
27 Jul 2013, Mugshot 0.1
110121

111122
- Initial release.

data/metainfo/mugshot.appdata.xml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@
4444
</provides>
4545

4646
<releases>
47+
<release version="0.4.0" date="2018-04-11">
48+
<description>
49+
<_p>This stable release adds support for the latest GTK and
50+
GStreamer technologies.
51+
</_p>
52+
</description>
53+
</release>
54+
4755
<release version="0.3.2" date="2016-11-02">
4856
<description>
4957
<_p>This development release restores camera dialog functionality

mugshot.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\\$2 \(laURL: \\$1 \(ra\\$3
33
..
44
.if \n[.g] .mso www.tmac
5-
.TH MUGSHOT "1" "September 2015" "mugshot 0.3" "User Commands"
5+
.TH MUGSHOT "1" "April 2018" "mugshot 0.5" "User Commands"
66
.SH NAME
77
mugshot \- lightweight user configuration utility
88
.SH DESCRIPTION

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.2'
31+
__version__ = '0.4.0'
3232

3333

3434
class project_path_not_found(Exception):

po/mugshot.pot

Lines changed: 10 additions & 4 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: 2018-04-11 18:46-0400\n"
11+
"POT-Creation-Date: 2018-04-11 19:06-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,24 +207,30 @@ msgstr ""
207207

208208
#: ../data/metainfo/mugshot.appdata.xml.in.h:5
209209
msgid ""
210+
"This stable release adds support for the latest GTK and GStreamer "
211+
"technologies."
212+
msgstr ""
213+
214+
#: ../data/metainfo/mugshot.appdata.xml.in.h:6
215+
msgid ""
210216
"This development release restores camera dialog functionality that with "
211217
"recent software versions."
212218
msgstr ""
213219

214-
#: ../data/metainfo/mugshot.appdata.xml.in.h:6
220+
#: ../data/metainfo/mugshot.appdata.xml.in.h:7
215221
msgid ""
216222
"This development release fixes a large number of bugs from previous "
217223
"releases. User properties that cannot be edited are now restricted to "
218224
"administrative users."
219225
msgstr ""
220226

221-
#: ../data/metainfo/mugshot.appdata.xml.in.h:7
227+
#: ../data/metainfo/mugshot.appdata.xml.in.h:8
222228
msgid ""
223229
"This development release upgrades the camera dialog to use Cheese and "
224230
"Clutter to display and capture the camera feed."
225231
msgstr ""
226232

227-
#: ../data/metainfo/mugshot.appdata.xml.in.h:8
233+
#: ../data/metainfo/mugshot.appdata.xml.in.h:9
228234
msgid ""
229235
"This stable release improves Mugshot functionality for LDAP users, and "
230236
"includes the latest SudoDialog, improving the appearance and usability of "

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def write_appdata_file(filename_in):
128128

129129

130130
# Update AppData with latest translations first.
131-
write_appdata_file("data/appdata/mugshot.appdata.xml.in")
131+
write_appdata_file("data/metainfo/mugshot.appdata.xml.in")
132132

133133

134134
class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
@@ -187,7 +187,7 @@ def run(self):
187187

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

0 commit comments

Comments
 (0)