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
 
 
-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.
 
 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
 
 package App::FonBot::Daemon;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use 5.014000;
 use strict;
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 package App::FonBot::Plugin::BitlBee;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 package App::FonBot::Plugin::Common;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 package App::FonBot::Plugin::Config;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 package App::FonBot::Plugin::Email;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 package App::FonBot::Plugin::HTTPD;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.
 
 
 package App::FonBot::Plugin::IRC;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 package App::FonBot::Plugin::OFTC;
 
-our $VERSION = '0.000_5';
+our $VERSION = '0.001';
 
 use v5.14;
 use strict;
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2013 Marius Gavrilescu
+Copyright 2013-2015 Marius Gavrilescu
 
 This file is part of fonbotd.