Skip to content

Commit 140fd3c

Browse files
committed
Release 0.4.1
1 parent 7a8f04c commit 140fd3c

19 files changed

+40
-24
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2013-2015 Sean Davis <[email protected]>
1+
Copyright (C) 2013-2018 Sean Davis <[email protected]>
22
Artwork Copyright (C) 2013-2015 Simon Steinbeiß <[email protected]>
33

44
Camera functionality based on web_cam_box

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Mugshot NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
UNRELEASED, Mugshot 0.4.1
3+
08 Aug 2018, Mugshot 0.4.1
44

55
- New stable release
66
- Code Quality:

bin/mugshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# Mugshot - Lightweight user configuration utility
4-
# Copyright (C) 2013-2015 Sean Davis <[email protected]>
4+
# Copyright (C) 2013-2018 Sean Davis <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by

data/metainfo/mugshot.appdata.xml.in

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

4646
<releases>
47+
<release version="0.4.1" date="2018-08-08">
48+
<description>
49+
<_p>This release includes a number of code quality improvements,
50+
bug fixes, and translations. Mugshot can now be built and run
51+
in a minimal chroot environment.
52+
</_p>
53+
</description>
54+
</release>
55+
4756
<release version="0.4.0" date="2018-04-11">
4857
<description>
4958
<_p>This stable release adds support for the latest GTK and

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" "April 2018" "mugshot 0.5" "User Commands"
5+
.TH MUGSHOT "1" "August 2018" "mugshot 0.4" "User Commands"
66
.SH NAME
77
mugshot \- lightweight user configuration utility
88
.SH DESCRIPTION

mugshot/CameraMugshotDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# Mugshot - Lightweight user configuration utility
4-
# Copyright (C) 2013-2015 Sean Davis <[email protected]>
4+
# Copyright (C) 2013-2018 Sean Davis <[email protected]>
55
#
66
# Portions of this file are adapted from web_cam_box,
77
# Copyright (C) 2010 Rick Spencer <[email protected]>

mugshot/MugshotWindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# Mugshot - Lightweight user configuration utility
4-
# Copyright (C) 2013-2015 Sean Davis <[email protected]>
4+
# Copyright (C) 2013-2018 Sean Davis <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by

mugshot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# Mugshot - Lightweight user configuration utility
4-
# Copyright (C) 2013-2015 Sean Davis <[email protected]>
4+
# Copyright (C) 2013-2018 Sean Davis <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by

mugshot_lib/AccountsServiceAdapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# Mugshot - Lightweight user configuration utility
4-
# Copyright (C) 2013-2015 Sean Davis <[email protected]>
4+
# Copyright (C) 2013-2018 Sean Davis <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by

mugshot_lib/Builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# Mugshot - Lightweight user configuration utility
4-
# Copyright (C) 2013-2015 Sean Davis <[email protected]>
4+
# Copyright (C) 2013-2018 Sean Davis <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)