Release 0.4.1

This commit is contained in:
Sean Davis 2018-08-08 05:17:47 -04:00
parent 7a8f04c8cb
commit 140fd3c15e
19 changed files with 40 additions and 24 deletions

View File

@ -1,4 +1,4 @@
Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
Artwork Copyright (C) 2013-2015 Simon Steinbeiß <simon@xfce.org> Artwork Copyright (C) 2013-2015 Simon Steinbeiß <simon@xfce.org>
Camera functionality based on web_cam_box Camera functionality based on web_cam_box

2
NEWS
View File

@ -1,6 +1,6 @@
Mugshot NEWS Mugshot NEWS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UNRELEASED, Mugshot 0.4.1 08 Aug 2018, Mugshot 0.4.1
- New stable release - New stable release
- Code Quality: - Code Quality:

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -44,6 +44,15 @@
</provides> </provides>
<releases> <releases>
<release version="0.4.1" date="2018-08-08">
<description>
<_p>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.
</_p>
</description>
</release>
<release version="0.4.0" date="2018-04-11"> <release version="0.4.0" date="2018-04-11">
<description> <description>
<_p>This stable release adds support for the latest GTK and <_p>This stable release adds support for the latest GTK and

View File

@ -2,7 +2,7 @@
\\$2 \(laURL: \\$1 \(ra\\$3 \\$2 \(laURL: \\$1 \(ra\\$3
.. ..
.if \n[.g] .mso www.tmac .if \n[.g] .mso www.tmac
.TH MUGSHOT "1" "April 2018" "mugshot 0.5" "User Commands" .TH MUGSHOT "1" "August 2018" "mugshot 0.4" "User Commands"
.SH NAME .SH NAME
mugshot \- lightweight user configuration utility mugshot \- lightweight user configuration utility
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# Portions of this file are adapted from web_cam_box, # Portions of this file are adapted from web_cam_box,
# Copyright (C) 2010 Rick Spencer <rick.spencer@canonical.com> # Copyright (C) 2010 Rick Spencer <rick.spencer@canonical.com>

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by
@ -28,7 +28,7 @@ __all__ = [
# files). By default, this is ../data, relative your trunk layout # files). By default, this is ../data, relative your trunk layout
__mugshot_data_directory__ = '../data/' __mugshot_data_directory__ = '../data/'
__license__ = 'GPL-3+' __license__ = 'GPL-3+'
__version__ = '0.4.0' __version__ = '0.4.1'
class project_path_not_found(Exception): class project_path_not_found(Exception):

View File

@ -1,5 +1,5 @@
### BEGIN LICENSE ### BEGIN LICENSE
# Copyright (C) 2013 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published # under the terms of the GNU General Public License version 3, as published
# by the Free Software Foundation. # by the Free Software Foundation.

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-07 07:04-0400\n" "POT-Creation-Date: 2018-08-08 05:13-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -207,30 +207,37 @@ msgstr ""
#: ../data/metainfo/mugshot.appdata.xml.in.h:5 #: ../data/metainfo/mugshot.appdata.xml.in.h:5
msgid "" 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
msgid ""
"This stable release adds support for the latest GTK and GStreamer " "This stable release adds support for the latest GTK and GStreamer "
"technologies." "technologies."
msgstr "" msgstr ""
#: ../data/metainfo/mugshot.appdata.xml.in.h:6 #: ../data/metainfo/mugshot.appdata.xml.in.h:7
msgid "" msgid ""
"This development release restores camera dialog functionality that with " "This development release restores camera dialog functionality that with "
"recent software versions." "recent software versions."
msgstr "" msgstr ""
#: ../data/metainfo/mugshot.appdata.xml.in.h:7 #: ../data/metainfo/mugshot.appdata.xml.in.h:8
msgid "" msgid ""
"This development release fixes a large number of bugs from previous " "This development release fixes a large number of bugs from previous "
"releases. User properties that cannot be edited are now restricted to " "releases. User properties that cannot be edited are now restricted to "
"administrative users." "administrative users."
msgstr "" msgstr ""
#: ../data/metainfo/mugshot.appdata.xml.in.h:8 #: ../data/metainfo/mugshot.appdata.xml.in.h:9
msgid "" msgid ""
"This development release upgrades the camera dialog to use Cheese and " "This development release upgrades the camera dialog to use Cheese and "
"Clutter to display and capture the camera feed." "Clutter to display and capture the camera feed."
msgstr "" msgstr ""
#: ../data/metainfo/mugshot.appdata.xml.in.h:9 #: ../data/metainfo/mugshot.appdata.xml.in.h:10
msgid "" msgid ""
"This stable release improves Mugshot functionality for LDAP users, and " "This stable release improves Mugshot functionality for LDAP users, and "
"includes the latest SudoDialog, improving the appearance and usability of " "includes the latest SudoDialog, improving the appearance and usability of "

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2015 Sean Davis <smd.seandavis@gmail.com> # Copyright (C) 2013-2018 Sean Davis <smd.seandavis@gmail.com>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by
@ -188,7 +188,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
DistUtilsExtra.auto.setup( DistUtilsExtra.auto.setup(
name='mugshot', name='mugshot',
version='0.4.0', version='0.4.1',
license='GPL-3+', license='GPL-3+',
author='Sean Davis', author='Sean Davis',
author_email='smd.seandavis@gmail.com', author_email='smd.seandavis@gmail.com',