aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Naselli <angelo.naselli@softeco.it>2016-06-16 12:56:45 +0859
committerAngelo Naselli <angelo.naselli@softeco.it>2016-06-16 12:56:45 +0859
commit4f53c1d2340cf24e05fd8046c7f913763124b62d (patch)
treec010f847d7aaa79873d3e4e1fdf9b94e34d15776
parentbbcdeef327e574c44621ec8b10f8bb1b6ae33f1c (diff)
downloadmanatools-4f53c1d2340cf24e05fd8046c7f913763124b62d.tar
manatools-4f53c1d2340cf24e05fd8046c7f913763124b62d.tar.gz
manatools-4f53c1d2340cf24e05fd8046c7f913763124b62d.tar.bz2
manatools-4f53c1d2340cf24e05fd8046c7f913763124b62d.tar.xz
manatools-4f53c1d2340cf24e05fd8046c7f913763124b62d.zip
Prepare 1.1.3 release
-rw-r--r--Changes6
-rw-r--r--lib/ManaTools/Version.pm4
2 files changed, 7 insertions, 3 deletions
diff --git a/Changes b/Changes
index 51b937d6..8e76a1f0 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+1.1.3 Thu Jun 16 12:55:52 JST 2016
+ - dragoraUpdate - mga#18643, dragoraUpdate can be run as user only with mana update
+ - mga#18288 - rigth setuid launching www-browser
+ - Added a workaround to avoid crash when categories are translated in mpan
+ and not in external configuration file
- manaservice - fixed disabling and enabling legacy services (github isse 3)
- manauser - edit user now use utf-8 for fullname (github isse 2)
- manauser - Added YItem comparision instead of lables
@@ -6,7 +11,6 @@
- Translated logger with trace() ability
- Modules now have simpler name/title/icon system
- Dialog can now also use the logger functions
-1.1.3 Sun Mar 20 23:41:00 CET 2016
- Add PkgDownloader module
the module gaves the ability to download
a binary package or a source one without having to install it.
diff --git a/lib/ManaTools/Version.pm b/lib/ManaTools/Version.pm
index ee029898..022512ad 100644
--- a/lib/ManaTools/Version.pm
+++ b/lib/ManaTools/Version.pm
@@ -58,12 +58,12 @@ use Moose::Role;
=head1 VERSION
- Version 1.1.2
+ Version 1.1.3
See Changes for details
=cut
-our $VERSION = '1.1.2';
+our $VERSION = '1.1.3';
has 'Version' => (
is => 'ro',