Skip to content

Commit

Permalink
1.40 release
Browse files Browse the repository at this point in the history
git-svn-id: http://code.sixapart.com/svn/perlbal/trunk@456 6caf28e9-730f-0410-b62b-a31386fe13fb
  • Loading branch information
bradfitz committed Jan 18, 2006
1 parent 7e72ffd commit 100147d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,3 +1,5 @@
1.40: 2006-01-17

-- support for optional retrying of requests after a 500 error,
so user won't see the 500 error. boolean option, as well
as configurable schedule of how often to retry backends.
Expand Down
2 changes: 1 addition & 1 deletion perlbal
Expand Up @@ -34,7 +34,7 @@ use lib 'lib';
use Perlbal;

use vars qw($VERSION);
$VERSION = '1.39';
$VERSION = '1.40';

my $opt_daemonize;
my $opt_config;
Expand Down

0 comments on commit 100147d

Please sign in to comment.