Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Jul 28, 2019
1 parent 89dc568 commit 7393b3a
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build/
data/metainfo/mugshot.appdata.xml
dist/
MANIFEST
mugshot_lib/__pycache__/
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
Mugshot NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
28 Jul 2019, Mugshot 0.4.2

- New stable release
- New homepage, Mugshot has moved to GitHub!
. Homepage: https://github.com/bluesabre/mugshot
. Releases: https://github.com/bluesabre/mugshot/releases
. Bug Reports: https://github.com/bluesabre/mugshot/issues
. Translations: https://www.transifex.com/bluesabreorg/mugshot
. Wiki: https://github.com/bluesabre/mugshot/wiki
- Translation Updates:
. Basque, Belarusian, Brazilian Portuguese, Catalan, Catalan (Valencian),
Chinese (Simplified), Croatian, Czech, Danish, Dutch, English (Australia),
Esperanto, Finnish, French, Galician, German, Greek, Icelandic, Italian,
Japanese, Lithuanian, Norwegian Bokmal, Polish, Portuguese, Romanian,
Russian, Serbian, Slovak, Slovenian, Spanish, Swedish


08 Aug 2018, Mugshot 0.4.1

- New stable release
Expand Down
8 changes: 8 additions & 0 deletions data/metainfo/mugshot.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
</provides>

<releases>
<release version="0.4.2" date="2019-07-28">
<description>
<_p>Mugshot has moved to GitHub! This maintenance release
includes numerous translation updates.
</_p>
</description>
</release>

<release version="0.4.1" date="2018-08-08">
<description>
<_p>This release includes a number of code quality improvements,
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.4.1'
__version__ = '0.4.2'


class project_path_not_found(Exception):
Expand Down
27 changes: 18 additions & 9 deletions po/mugshot.pot
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-08 05:13-0400\n"
"POT-Creation-Date: 2019-07-28 14:46-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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2019-05-27 11:00+0000\n"
"X-Generator: Launchpad (build 18968)\n"
"Language: \n"

#: ../mugshot.desktop.in.h:1
msgid "About Me"
Expand Down Expand Up @@ -204,37 +207,43 @@ msgstr ""

#: ../data/metainfo/mugshot.appdata.xml.in.h:5
msgid ""
"Mugshot has moved to GitHub! This maintenance release includes numerous "
"translation updates."
msgstr ""

#: ../data/metainfo/mugshot.appdata.xml.in.h:6
msgid ""
"This release includes a number of code quality improvements, bug fixes, and "
"translations. Mugshot can now be built and run in a minimal chroot "
"environment."
msgstr ""

#: ../data/metainfo/mugshot.appdata.xml.in.h:6
#: ../data/metainfo/mugshot.appdata.xml.in.h:7
msgid ""
"This stable release adds support for the latest GTK and GStreamer "
"technologies."
msgstr ""

#: ../data/metainfo/mugshot.appdata.xml.in.h:7
#: ../data/metainfo/mugshot.appdata.xml.in.h:8
msgid ""
"This development release restores camera dialog functionality that with "
"recent software versions."
msgstr ""

#: ../data/metainfo/mugshot.appdata.xml.in.h:8
#: ../data/metainfo/mugshot.appdata.xml.in.h:9
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/metainfo/mugshot.appdata.xml.in.h:9
#: ../data/metainfo/mugshot.appdata.xml.in.h:10
msgid ""
"This development release upgrades the camera dialog to use Cheese and "
"Clutter to display and capture the camera feed."
msgstr ""

#: ../data/metainfo/mugshot.appdata.xml.in.h:10
#: ../data/metainfo/mugshot.appdata.xml.in.h:11
msgid ""
"This stable release improves Mugshot functionality for LDAP users, and "
"includes the latest SudoDialog, improving the appearance and usability of "
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def run(self):

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

0 comments on commit 7393b3a

Please sign in to comment.