aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2017-09-09 17:10:49 +0200
committerAngelo Naselli <anaselli@linux.it>2017-09-09 17:10:49 +0200
commit81b4733c501440827d6fbcfeac02127a90ee42cd (patch)
treed9426f00f91c1bf97e60673f18c320770dbee590
parent3e6a44ae95b70fb53c6dd1797af3f52014c81cba (diff)
downloadmanatools-81b4733c501440827d6fbcfeac02127a90ee42cd.tar
manatools-81b4733c501440827d6fbcfeac02127a90ee42cd.tar.gz
manatools-81b4733c501440827d6fbcfeac02127a90ee42cd.tar.bz2
manatools-81b4733c501440827d6fbcfeac02127a90ee42cd.tar.xz
manatools-81b4733c501440827d6fbcfeac02127a90ee42cd.zip
Updated
-rw-r--r--Changes4
-rw-r--r--lib/ManaTools/Category.pm2
-rw-r--r--lib/ManaTools/ConfigDirRole.pm2
-rw-r--r--lib/ManaTools/ConfigReader.pm2
-rw-r--r--lib/ManaTools/MainDisplay.pm2
-rw-r--r--lib/ManaTools/Module/Clock.pm2
-rw-r--r--lib/ManaTools/Module/LogViewer.pm2
-rw-r--r--lib/ManaTools/Module/Services.pm2
-rw-r--r--lib/ManaTools/Module/Users.pm2
-rw-r--r--lib/ManaTools/Rpmdragora/gurpm.pm2
-rw-r--r--lib/ManaTools/SettingsReader.pm2
-rw-r--r--lib/ManaTools/Shared/CommandLine.pm2
-rw-r--r--lib/ManaTools/Shared/GUI.pm4
-rw-r--r--lib/ManaTools/Shared/GUI/ActionList.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/CommandLine.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/Dialog.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/Event.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/ExtList.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/ExtTab.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/ExtWidget.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/Properties.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/ReplacePoint.pm2
-rw-r--r--lib/ManaTools/Shared/JournalCtl.pm2
-rw-r--r--lib/ManaTools/Shared/Locales.pm2
-rw-r--r--lib/ManaTools/Shared/Logging.pm2
-rw-r--r--lib/ManaTools/Shared/Services.pm2
-rw-r--r--lib/ManaTools/Shared/TimeZone.pm2
-rw-r--r--lib/ManaTools/Shared/Users.pm2
28 files changed, 32 insertions, 28 deletions
diff --git a/Changes b/Changes
index db15ad7c..2fb1372c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+1.2.0
+ - fixed a crash on rpmdragora for gpg keys group
+ - fixed mana --help (utf8) (thanks to Masanori Kakura)
+ - fixed translators on dialog (thanks to Masanori Kakura)
1.1.7 Fri Jul 7 00:39:00 CEST 2017
- translations updates
1.1.6 Mon Jun 5 11:38:50 CEST 2017
diff --git a/lib/ManaTools/Category.pm b/lib/ManaTools/Category.pm
index d29c1f86..762d7b8a 100644
--- a/lib/ManaTools/Category.pm
+++ b/lib/ManaTools/Category.pm
@@ -36,7 +36,7 @@ exported
=head1 COPYRIGHT and LICENSE
- Copyright 2013-2016, Angelo Naselli.
+ Copyright 2013-2017, Angelo Naselli.
Copyright 2012, Steven Tucker.
This program is free software; you can redistribute it and/or modify
diff --git a/lib/ManaTools/ConfigDirRole.pm b/lib/ManaTools/ConfigDirRole.pm
index be8595c8..3297de93 100644
--- a/lib/ManaTools/ConfigDirRole.pm
+++ b/lib/ManaTools/ConfigDirRole.pm
@@ -42,7 +42,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Angelo Naselli.
+Copyright (C) 2015-2017, Angelo Naselli.
This module is free software. You can redistribute it and/or
modify it under the terms of the Artistic License 2.0.
diff --git a/lib/ManaTools/ConfigReader.pm b/lib/ManaTools/ConfigReader.pm
index a2b17439..9685dd18 100644
--- a/lib/ManaTools/ConfigReader.pm
+++ b/lib/ManaTools/ConfigReader.pm
@@ -35,7 +35,7 @@ You can find documentation for this module with the perldoc command:
=head1 COPYRIGHT and LICENSE
- Copyright 2012-2016, Angelo Naselli.
+ Copyright 2012-2017, Angelo Naselli.
Copyright 2012, Steven Tucker.
This program is free software; you can redistribute it and/or modify
diff --git a/lib/ManaTools/MainDisplay.pm b/lib/ManaTools/MainDisplay.pm
index 70090015..1ac242d0 100644
--- a/lib/ManaTools/MainDisplay.pm
+++ b/lib/ManaTools/MainDisplay.pm
@@ -32,7 +32,7 @@ ManaTools::MainDisplay - class for ManaTools main window
=head1 COPYRIGHT and LICENSE
- Copyright (C) 2012-2016, Angelo Naselli.
+ Copyright (C) 2012-2017, Angelo Naselli.
Copyright (C) 2012, Steven Tucker.
ManaTools is free software: you can redistribute it and/or modify
diff --git a/lib/ManaTools/Module/Clock.pm b/lib/ManaTools/Module/Clock.pm
index dabfb43d..f912dc55 100644
--- a/lib/ManaTools/Module/Clock.pm
+++ b/lib/ManaTools/Module/Clock.pm
@@ -31,7 +31,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
+Copyright (C) 2014-2017, Angelo Naselli.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Module/LogViewer.pm b/lib/ManaTools/Module/LogViewer.pm
index 4cccaaa5..ac75f41b 100644
--- a/lib/ManaTools/Module/LogViewer.pm
+++ b/lib/ManaTools/Module/LogViewer.pm
@@ -29,7 +29,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
+Copyright (C) 2014-2017, Angelo Naselli.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Module/Services.pm b/lib/ManaTools/Module/Services.pm
index 57917bcc..94f9b03b 100644
--- a/lib/ManaTools/Module/Services.pm
+++ b/lib/ManaTools/Module/Services.pm
@@ -38,7 +38,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
+Copyright (C) 2014-2017, Angelo Naselli.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Module/Users.pm b/lib/ManaTools/Module/Users.pm
index f5e686b9..d45628ee 100644
--- a/lib/ManaTools/Module/Users.pm
+++ b/lib/ManaTools/Module/Users.pm
@@ -36,7 +36,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2013-2016, Angelo Naselli.
+Copyright (C) 2013-2017, Angelo Naselli.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Rpmdragora/gurpm.pm b/lib/ManaTools/Rpmdragora/gurpm.pm
index d5811bb8..8efa9767 100644
--- a/lib/ManaTools/Rpmdragora/gurpm.pm
+++ b/lib/ManaTools/Rpmdragora/gurpm.pm
@@ -44,7 +44,7 @@ package ManaTools::Rpmdragora::gurpm;
Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
Copyright (c) 2005-2007 Mandriva SA
Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
- Copyright (C) 2015-2016, Angelo Naselli <anaselli@linux.it>
+ Copyright (C) 2015-2017, Angelo Naselli <anaselli@linux.it>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/SettingsReader.pm b/lib/ManaTools/SettingsReader.pm
index d3f7f0f7..defc93da 100644
--- a/lib/ManaTools/SettingsReader.pm
+++ b/lib/ManaTools/SettingsReader.pm
@@ -32,7 +32,7 @@ package ManaTools::SettingsReader;
=head1 COPYRIGHT and LICENSE
- Copyright (C) 2012-2016, Angelo Naselli.
+ Copyright (C) 2012-2017, Angelo Naselli.
This file is part of ManaTools
diff --git a/lib/ManaTools/Shared/CommandLine.pm b/lib/ManaTools/Shared/CommandLine.pm
index 44f16165..fe4e442e 100644
--- a/lib/ManaTools/Shared/CommandLine.pm
+++ b/lib/ManaTools/Shared/CommandLine.pm
@@ -35,7 +35,7 @@ package ManaTools::Shared::CommandLine;
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Angelo Naselli.
+Copyright (C) 2015-2017, Angelo Naselli.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/GUI.pm b/lib/ManaTools/Shared/GUI.pm
index bba9cf9c..d686ee12 100644
--- a/lib/ManaTools/Shared/GUI.pm
+++ b/lib/ManaTools/Shared/GUI.pm
@@ -33,8 +33,8 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
-Copyright (C) 2015-2016, Matteo Pasotti <matteo.pasotti@gmail.com>.
+Copyright (C) 2014-2017, Angelo Naselli.
+Copyright (C) 2015-2017, Matteo Pasotti <matteo.pasotti@gmail.com>.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/GUI/ActionList.pm b/lib/ManaTools/Shared/GUI/ActionList.pm
index 2c3bba51..3756f215 100644
--- a/lib/ManaTools/Shared/GUI/ActionList.pm
+++ b/lib/ManaTools/Shared/GUI/ActionList.pm
@@ -41,7 +41,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/GUI/CommandLine.pm b/lib/ManaTools/Shared/GUI/CommandLine.pm
index 413bf176..1f229c6c 100644
--- a/lib/ManaTools/Shared/GUI/CommandLine.pm
+++ b/lib/ManaTools/Shared/GUI/CommandLine.pm
@@ -55,7 +55,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
- Copyright (C) 2015-2016, Angelo Naselli.
+ Copyright (C) 2015-2017, Angelo Naselli.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/GUI/Dialog.pm b/lib/ManaTools/Shared/GUI/Dialog.pm
index 78a16ffa..f813dd10 100644
--- a/lib/ManaTools/Shared/GUI/Dialog.pm
+++ b/lib/ManaTools/Shared/GUI/Dialog.pm
@@ -50,7 +50,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/GUI/Event.pm b/lib/ManaTools/Shared/GUI/Event.pm
index 49aa2f33..458b773c 100644
--- a/lib/ManaTools/Shared/GUI/Event.pm
+++ b/lib/ManaTools/Shared/GUI/Event.pm
@@ -45,7 +45,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/GUI/ExtList.pm b/lib/ManaTools/Shared/GUI/ExtList.pm
index f79d42fa..8d123138 100644
--- a/lib/ManaTools/Shared/GUI/ExtList.pm
+++ b/lib/ManaTools/Shared/GUI/ExtList.pm
@@ -54,7 +54,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/GUI/ExtTab.pm b/lib/ManaTools/Shared/GUI/ExtTab.pm
index a6b31ae3..cd399fbe 100644
--- a/lib/ManaTools/Shared/GUI/ExtTab.pm
+++ b/lib/ManaTools/Shared/GUI/ExtTab.pm
@@ -54,7 +54,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/GUI/ExtWidget.pm b/lib/ManaTools/Shared/GUI/ExtWidget.pm
index 43c00394..0f7cb58e 100644
--- a/lib/ManaTools/Shared/GUI/ExtWidget.pm
+++ b/lib/ManaTools/Shared/GUI/ExtWidget.pm
@@ -54,7 +54,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/GUI/Properties.pm b/lib/ManaTools/Shared/GUI/Properties.pm
index 3f9aad39..3b25fd8c 100644
--- a/lib/ManaTools/Shared/GUI/Properties.pm
+++ b/lib/ManaTools/Shared/GUI/Properties.pm
@@ -45,7 +45,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/GUI/ReplacePoint.pm b/lib/ManaTools/Shared/GUI/ReplacePoint.pm
index 8a2fc7a9..7d87612e 100644
--- a/lib/ManaTools/Shared/GUI/ReplacePoint.pm
+++ b/lib/ManaTools/Shared/GUI/ReplacePoint.pm
@@ -57,7 +57,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/JournalCtl.pm b/lib/ManaTools/Shared/JournalCtl.pm
index 32023d11..b5e06510 100644
--- a/lib/ManaTools/Shared/JournalCtl.pm
+++ b/lib/ManaTools/Shared/JournalCtl.pm
@@ -30,7 +30,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
+Copyright (C) 2014-2017, Angelo Naselli.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/Locales.pm b/lib/ManaTools/Shared/Locales.pm
index eacca906..3e466963 100644
--- a/lib/ManaTools/Shared/Locales.pm
+++ b/lib/ManaTools/Shared/Locales.pm
@@ -35,7 +35,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
+Copyright (C) 2014-2017, Angelo Naselli.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/Logging.pm b/lib/ManaTools/Shared/Logging.pm
index 8d9b7ffa..d9c85eb9 100644
--- a/lib/ManaTools/Shared/Logging.pm
+++ b/lib/ManaTools/Shared/Logging.pm
@@ -38,7 +38,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/Services.pm b/lib/ManaTools/Shared/Services.pm
index d0bc9186..f97861f5 100644
--- a/lib/ManaTools/Shared/Services.pm
+++ b/lib/ManaTools/Shared/Services.pm
@@ -37,7 +37,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2013-2016, Angelo Naselli.
+Copyright (C) 2013-2017, Angelo Naselli.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/TimeZone.pm b/lib/ManaTools/Shared/TimeZone.pm
index 343c5e9f..3b67fb2a 100644
--- a/lib/ManaTools/Shared/TimeZone.pm
+++ b/lib/ManaTools/Shared/TimeZone.pm
@@ -29,7 +29,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
+Copyright (C) 2014-2017, Angelo Naselli.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
diff --git a/lib/ManaTools/Shared/Users.pm b/lib/ManaTools/Shared/Users.pm
index e9670d82..de072def 100644
--- a/lib/ManaTools/Shared/Users.pm
+++ b/lib/ManaTools/Shared/Users.pm
@@ -32,7 +32,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
+Copyright (C) 2014-2017, Angelo Naselli.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as