From: Marius Gavrilescu Date: Sat, 2 May 2015 20:13:02 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.001^0 X-Git-Url: http://git.ieval.ro/?p=app-fonbot-daemon.git;a=commitdiff_plain;h=b8d4a54731323949ef92a5300862476fc712f215 Bump version and update Changes --- diff --git a/Changes b/Changes index 615ef93..d848a5d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Perl extension App::FonBot::Daemon. +0.001 2015-05-02T23:13+03:00 + - First "stable" release + - Add Email plugin + - Fix some warnings + - Fix $httpd_port not having any effect + - Fix resources in Makefile.PL + 0.000_5 2014-09-21T00:33+03:00 - Add IRC to resources diff --git a/README b/README index eacea0c..a3d8acf 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-FonBot-Daemon version 0.000_5 -================================= +App-FonBot-Daemon version 0.001 +=============================== FonBot is an Android application that lets users control their phones through the internet or through text messages. @@ -27,21 +27,9 @@ Steps to setting up your own fonbotd installation: 5. Edit the example configuration files to your liking 6. Run fonbotd -DEPENDENCIES - -This module requires these other modules and libraries: - -- Apache2::Authen::Passphrase -- IRC::Utils -- JSON -- Log::Log4perl -- POE -- POE::Component::IRC -- POE::Component::Server::HTTP - COPYRIGHT AND LICENCE -Copyright (C) 2013 by Marius Gavrilescu +Copyright (C) 2013-2015 by Marius Gavrilescu fonbotd is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/lib/App/FonBot/Daemon.pm b/lib/App/FonBot/Daemon.pm index 135681c..6ff61ed 100644 --- a/lib/App/FonBot/Daemon.pm +++ b/lib/App/FonBot/Daemon.pm @@ -1,6 +1,6 @@ package App::FonBot::Daemon; -our $VERSION = '0.000_5'; +our $VERSION = '0.001'; use 5.014000; use strict; @@ -71,7 +71,7 @@ Marius Gavrilescu C<< >> =head1 COPYRIGHT AND LICENSE -Copyright 2013 Marius Gavrilescu +Copyright 2013-2015 Marius Gavrilescu This file is part of fonbotd. diff --git a/lib/App/FonBot/Plugin/BitlBee.pm b/lib/App/FonBot/Plugin/BitlBee.pm index 7e9aa8d..f6c9123 100644 --- a/lib/App/FonBot/Plugin/BitlBee.pm +++ b/lib/App/FonBot/Plugin/BitlBee.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::BitlBee; -our $VERSION = '0.000_5'; +our $VERSION = '0.001'; use v5.14; use strict; @@ -94,7 +94,7 @@ Marius Gavrilescu C<< >> =head1 COPYRIGHT AND LICENSE -Copyright 2013 Marius Gavrilescu +Copyright 2013-2015 Marius Gavrilescu This file is part of fonbotd. diff --git a/lib/App/FonBot/Plugin/Common.pm b/lib/App/FonBot/Plugin/Common.pm index 4866db9..4c34d3f 100644 --- a/lib/App/FonBot/Plugin/Common.pm +++ b/lib/App/FonBot/Plugin/Common.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::Common; -our $VERSION = '0.000_5'; +our $VERSION = '0.001'; use v5.14; use strict; @@ -154,7 +154,7 @@ Marius Gavrilescu C<< >> =head1 COPYRIGHT AND LICENSE -Copyright 2013 Marius Gavrilescu +Copyright 2013-2015 Marius Gavrilescu This file is part of fonbotd. diff --git a/lib/App/FonBot/Plugin/Config.pm b/lib/App/FonBot/Plugin/Config.pm index 0980896..877bf29 100644 --- a/lib/App/FonBot/Plugin/Config.pm +++ b/lib/App/FonBot/Plugin/Config.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::Config; -our $VERSION = '0.000_5'; +our $VERSION = '0.001'; use v5.14; use strict; @@ -104,7 +104,7 @@ Marius Gavrilescu C<< >> =head1 COPYRIGHT AND LICENSE -Copyright 2013 Marius Gavrilescu +Copyright 2013-2015 Marius Gavrilescu This file is part of fonbotd. diff --git a/lib/App/FonBot/Plugin/Email.pm b/lib/App/FonBot/Plugin/Email.pm index ff29dfc..5aeea1c 100644 --- a/lib/App/FonBot/Plugin/Email.pm +++ b/lib/App/FonBot/Plugin/Email.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::Email; -our $VERSION = '0.000_5'; +our $VERSION = '0.001'; use v5.14; use strict; @@ -191,7 +191,7 @@ Marius Gavrilescu C<< marius@ieval.ro >> =head1 COPYRIGHT AND LICENSE -Copyright 2013 Marius Gavrilescu +Copyright 2013-2015 Marius Gavrilescu This file is part of fonbotd. diff --git a/lib/App/FonBot/Plugin/HTTPD.pm b/lib/App/FonBot/Plugin/HTTPD.pm index ac7e0e7..1efec36 100644 --- a/lib/App/FonBot/Plugin/HTTPD.pm +++ b/lib/App/FonBot/Plugin/HTTPD.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::HTTPD; -our $VERSION = '0.000_5'; +our $VERSION = '0.001'; use v5.14; use strict; @@ -304,7 +304,7 @@ Marius Gavrilescu C<< marius@ieval.ro >> =head1 COPYRIGHT AND LICENSE -Copyright 2013 Marius Gavrilescu +Copyright 2013-2015 Marius Gavrilescu This file is part of fonbotd. diff --git a/lib/App/FonBot/Plugin/IRC.pm b/lib/App/FonBot/Plugin/IRC.pm index be9b177..04c4f51 100644 --- a/lib/App/FonBot/Plugin/IRC.pm +++ b/lib/App/FonBot/Plugin/IRC.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::IRC; -our $VERSION = '0.000_5'; +our $VERSION = '0.001'; use v5.14; use strict; diff --git a/lib/App/FonBot/Plugin/OFTC.pm b/lib/App/FonBot/Plugin/OFTC.pm index ea4b701..3f79a94 100644 --- a/lib/App/FonBot/Plugin/OFTC.pm +++ b/lib/App/FonBot/Plugin/OFTC.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::OFTC; -our $VERSION = '0.000_5'; +our $VERSION = '0.001'; use v5.14; use strict; @@ -93,7 +93,7 @@ Marius Gavrilescu C<< >> =head1 COPYRIGHT AND LICENSE -Copyright 2013 Marius Gavrilescu +Copyright 2013-2015 Marius Gavrilescu This file is part of fonbotd.