Skip to content

Commit

Permalink
Added the stuff missed for 0.8.2 and cleanup for 0.8.3
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.code.sf.net/p/nagibot/code/trunk@11 5334b50b-a3fd-47ea-8a64-341ff593bbf1
  • Loading branch information
ajobs committed Apr 20, 2012
1 parent 264c934 commit 50c4fc3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 24 deletions.
3 changes: 3 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Module::Build->new (
sign => 1,
script_files => 'nagibot.pl',
dist_version_from => 'nagibot.pl',
configure_requires => {
'Module::Build' => '0.38',
},
requires => {
'AnyEvent' => 0,
'AnyEvent::XMPP' => '< 0.6',
Expand Down
8 changes: 7 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
Tue 20 Apr 2012 21:10:34 CEST - Andreas Jobs <[email protected]>
* Version 0.8.3
- The previous version wasn't packend and tagged correctly. No changes just
cleaning up the mess

Tue 20 Mar 2012 14:24:54 CET - Andreas Jobs <[email protected]>
* Version 0.8.1
* Version 0.8.2
- Added init.d start script (by Brian Menges).
- Added recheck command (by Brian Menges).
- Added host limitation for details command.
- Added all to details <host> command to display all services for a host.

Fri 2 Mar 2012 00:22:32 CET - Andreas Jobs <[email protected]>
* Version 0.8.1
- Added daemonize patch (by Brian Menges)
- Added pid check to prevent forking more than once
- In a MUC the bot now responds if it is called by its nick (Until now
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ TODO
Changes
Build.PL
nagibot-example.conf
nagibot.initd
nagibot.pl
nagios-misccommands
META.yml
21 changes: 0 additions & 21 deletions META.yml

This file was deleted.

2 changes: 1 addition & 1 deletion nagibot.pl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

use vars qw($jid $rooms $jids %default %bot_command $config $config_locations $VERSION $configfile $verbose $password $daemonize $pidfile);
$|=1;
$VERSION = '0.8.1';
$VERSION = '0.8.3';
$verbose = 1;
$terminating = 0;
$config_locations = '.,/etc,/usr/local/etc,/opt/local/etc,/opt/nagios/etc,/usr/local/nagios/etc';
Expand Down

0 comments on commit 50c4fc3

Please sign in to comment.