Release 0.4.2

This commit is contained in:
Sean Davis 2019-07-28 14:49:17 -04:00
parent 89dc568f8f
commit 7393b3aecf
6 changed files with 50 additions and 11 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
build/
data/metainfo/mugshot.appdata.xml
dist/
MANIFEST
mugshot_lib/__pycache__/

17
NEWS
View File

@ -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

View File

@ -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,

View File

@ -28,7 +28,7 @@ __all__ = [
# 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):

View File

@ -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 <LL@li.org>\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"
@ -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 "

View File

@ -188,7 +188,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
DistUtilsExtra.auto.setup(
name='mugshot',
version='0.4.1',
version='0.4.2',
license='GPL-3+',
author='Sean Davis',
author_email='sean@bluesabre.org',