Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.73. Changelog diff is:
Browse files Browse the repository at this point in the history
Index: CHANGES
===================================================================
--- CHANGES	(revision 826)
+++ CHANGES	(working copy)
@@ -1,3 +1,5 @@
+1.73: 2009-10-05
+
     -- Add 'dumpconfig' command and related framework.
        *** BETA FEATURE STATUS ***
 


git-svn-id: http://code.sixapart.com/svn/perlbal/trunk@827 6caf28e9-730f-0410-b62b-a31386fe13fb
  • Loading branch information
dormando committed Oct 5, 2009
1 parent 4d0d267 commit 546f744
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,3 +1,5 @@
1.73: 2009-10-05

-- Add 'dumpconfig' command and related framework. -- Add 'dumpconfig' command and related framework.
*** BETA FEATURE STATUS *** *** BETA FEATURE STATUS ***


Expand Down
2 changes: 1 addition & 1 deletion Perlbal.spec
@@ -1,6 +1,6 @@
name: Perlbal name: Perlbal
summary: Perlbal - High efficiency reverse proxy and web server. summary: Perlbal - High efficiency reverse proxy and web server.
version: 1.72 version: 1.73
release: 1 release: 1
vendor: Brad Fitzpatrick <brad@danga.com> vendor: Brad Fitzpatrick <brad@danga.com>
packager: Jonathan Steinert <rpm@hachi.kuiki.net> packager: Jonathan Steinert <rpm@hachi.kuiki.net>
Expand Down
2 changes: 1 addition & 1 deletion lib/Perlbal.pm
Expand Up @@ -33,7 +33,7 @@ my $has_cycle = eval "use Devel::Cycle; 1;";
use Devel::Peek; use Devel::Peek;


use vars qw($VERSION); use vars qw($VERSION);
$VERSION = '1.72'; $VERSION = '1.73';


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

0 comments on commit 546f744

Please sign in to comment.