diff options
-rw-r--r-- | Changes | 6 | ||||
-rw-r--r-- | lib/ManaTools/Version.pm | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -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', |