Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.79.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/CHANGES b/CHANGES
index 588132d..033e418 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+1.79: 2011-06-15
+
     -- Make SSL sockets time out if they go stale, like we claimed was
        fixed two versions ago, but this time we also clean up the FDs too.
        (Jonathan Steinert <hachi@kuiki.net>)
  • Loading branch information
dormando committed Jun 15, 2011
1 parent 0107fd0 commit 6f2191c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.79: 2011-06-15

-- Make SSL sockets time out if they go stale, like we claimed was
fixed two versions ago, but this time we also clean up the FDs too.
(Jonathan Steinert <hachi@kuiki.net>)
Expand Down
2 changes: 1 addition & 1 deletion lib/Perlbal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ my $has_cycle = eval "use Devel::Cycle; 1;";
use Devel::Peek;

use vars qw($VERSION);
$VERSION = '1.78';
$VERSION = '1.79';

use constant DEBUG => $ENV{PERLBAL_DEBUG} || 0;
use constant DEBUG_OBJ => $ENV{PERLBAL_DEBUG_OBJ} || 0;
Expand Down

0 comments on commit 6f2191c

Please sign in to comment.