Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.75. Changelog diff is:
Browse files Browse the repository at this point in the history
Index: CHANGES
===================================================================
--- CHANGES	(revision 877)
+++ CHANGES	(working copy)
@@ -1,3 +1,5 @@
+1.75: 2010-04-02
+
     -- Stop doubleforking on daemonization. Seems useless and triggered a bug
        with newer IO::AIO's.
 


git-svn-id: http://code.sixapart.com/svn/perlbal/trunk@878 6caf28e9-730f-0410-b62b-a31386fe13fb
  • Loading branch information
dormando committed Apr 2, 2010
1 parent 867695e commit 61631ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.75: 2010-04-02

-- Stop doubleforking on daemonization. Seems useless and triggered a bug
with newer IO::AIO's.

Expand Down
2 changes: 1 addition & 1 deletion Perlbal.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Perlbal
summary: Perlbal - High efficiency reverse proxy and web server.
version: 1.74
version: 1.75
release: 1%{?dist}
vendor: Alan Kasindorf <dormando@rydia.net>
packager: Jonathan Steinert <rpm@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.74';
$VERSION = '1.75';

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

0 comments on commit 61631ca

Please sign in to comment.