Bump version and update Changes master 0.001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 2 May 2015 20:13:02 +0000 (23:13 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 2 May 2015 20:13:02 +0000 (23:13 +0300)
Changes
README
lib/App/FonBot/Daemon.pm
lib/App/FonBot/Plugin/BitlBee.pm
lib/App/FonBot/Plugin/Common.pm
lib/App/FonBot/Plugin/Config.pm
lib/App/FonBot/Plugin/Email.pm
lib/App/FonBot/Plugin/HTTPD.pm
lib/App/FonBot/Plugin/IRC.pm
lib/App/FonBot/Plugin/OFTC.pm

diff --git a/Changes b/Changes
index 615ef936cc9327dec03565ad60dabcd157baaa44..d848a5dfa602ea7bc376bb2607ada392d3e2d992 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Perl extension App::FonBot::Daemon.
 
 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
 
 0.000_5 2014-09-21T00:33+03:00
  - Add IRC to resources
 
diff --git a/README b/README
index eacea0cbf0bcd70e476c14f106478dd40159392c..a3d8acf5a3f53f9d278ea307719bc4f46823e712 100644 (file)
--- 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.
 
 
 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
 
 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 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
 
 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
index 135681ce1e123b272f7798b318e475043b0a28b8..6ff61ed37750f7ea0ae536f4cbb440da3d428847 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Daemon;
 
 package App::FonBot::Daemon;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use 5.014000;
 use strict;
 
 use 5.014000;
 use strict;
@@ -71,7 +71,7 @@ Marius Gavrilescu C<< <marius@ieval.ro> >>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 This file is part of fonbotd.
 
index 7e9aa8da0e2f9ca08274869489a55f626daa3357..f6c91238211268abc263062c727725133edb9760 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::BitlBee;
 
 package App::FonBot::Plugin::BitlBee;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 use v5.14;
 use strict;
@@ -94,7 +94,7 @@ Marius Gavrilescu C<< <marius@ieval.ro> >>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 This file is part of fonbotd.
 
index 4866db92b4116456e6d164f4cf6e318f1a901191..4c34d3f01b47314ebf42165043ebb27448062b22 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::Common;
 
 package App::FonBot::Plugin::Common;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 use v5.14;
 use strict;
@@ -154,7 +154,7 @@ Marius Gavrilescu C<< <marius@ieval.ro> >>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 This file is part of fonbotd.
 
index 09808962dbde7615843eb49a907be3e96a7a4e31..877bf29ba2d9891cef1aea2347962c271e1439fe 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::Config;
 
 package App::FonBot::Plugin::Config;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 use v5.14;
 use strict;
@@ -104,7 +104,7 @@ Marius Gavrilescu C<< <marius@ieval.ro> >>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 This file is part of fonbotd.
 
index ff29dfc2afa02e5ba4c65e0327c5b9198bfb099e..5aeea1cf91353ce771b370524abb981ecc1e6646 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::Email;
 
 package App::FonBot::Plugin::Email;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 use v5.14;
 use strict;
@@ -191,7 +191,7 @@ Marius Gavrilescu C<< marius@ieval.ro >>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 This file is part of fonbotd.
 
index ac7e0e773d0653a6f61ee7088be56bff8e3a74cd..1efec362990f6b4f3ce5b20623cc2bad7cbd08ec 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::HTTPD;
 
 package App::FonBot::Plugin::HTTPD;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 use v5.14;
 use strict;
@@ -304,7 +304,7 @@ Marius Gavrilescu C<< marius@ieval.ro >>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 This file is part of fonbotd.
 
index be9b177a5d74806e71c6dc72eed9b1184f193c34..04c4f51559833b555ca8885f1945e69b22a4d06c 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::IRC;
 
 package App::FonBot::Plugin::IRC;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 use v5.14;
 use strict;
index ea4b701680a86fc25db4b6dbb70d81b3ae895db3..3f79a947d68be077a219d251d3863cc898a08fac 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::OFTC;
 
 package App::FonBot::Plugin::OFTC;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 use v5.14;
 use strict;
@@ -93,7 +93,7 @@ Marius Gavrilescu C<< <marius@ieval.ro> >>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 This file is part of fonbotd.
 
This page took 0.018638 seconds and 4 git commands to generate.