Skip to content

Commit

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

diff --git a/CHANGES b/CHANGES
index edc04b4..d7d7c06 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+1.77: 2011-01-15

     -- Import of the documentation project:
        http://news.perlfoundation.org/2010/12/perlbal-documentation---final.html
  • Loading branch information
dormando committed Jan 16, 2011
1 parent d55511a commit 9b05f6f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .shipit
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
svn.tagpattern = Perlbal-%v

git.tagpattern = %v
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.77: 2011-01-15

-- Import of the documentation project:
http://news.perlfoundation.org/2010/12/perlbal-documentation---final.html
Expand Down
21 changes: 21 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
lib/Perlbal/FAQ.pod
lib/Perlbal/Manual.pod
lib/Perlbal/Manual/Configuration.pod
lib/Perlbal/Manual/Contributing.pod
lib/Perlbal/Manual/Credits.pod
lib/Perlbal/Manual/Debugging.pod
lib/Perlbal/Manual/FailOver.pod
lib/Perlbal/Manual/HighPriority.pod
lib/Perlbal/Manual/Hooks.pod
lib/Perlbal/Manual/Install.pod
lib/Perlbal/Manual/Internals.pod
lib/Perlbal/Manual/LoadBalancer.pod
lib/Perlbal/Manual/Logging.pod
lib/Perlbal/Manual/Management.pod
lib/Perlbal/Manual/Plugins.pod
lib/Perlbal/Manual/ReverseProxy.pod
lib/Perlbal/Manual/Roles.pod
lib/Perlbal/Manual/Selector.pod
lib/Perlbal/Manual/WebServer.pod
README
CHANGES
CONTRIBUTING
conf/echoservice.conf
Expand All @@ -8,6 +28,7 @@ conf/ssl.conf
conf/virtual-hosts.conf
conf/webserver.conf
devtools/gendocs.pl
doc/README
doc/config-guide.txt
doc/hacking/classes.txt
doc/hacking/hooks.txt
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ _blib$
\bCVS\b
,v$
\B\.svn\b
\.git

# Avoid Makemaker generated and utility files.
\bMANIFEST\.bak
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.76
version: 1.77
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.76';
$VERSION = '1.77';

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

0 comments on commit 9b05f6f

Please sign in to comment.