projects
/
catagits/fcgi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f85665b
)
Version 0.71_02
0.71_02
Tomas Doran [Thu, 28 Apr 2011 08:47:37 +0000 (09:47 +0100)]
perl/ChangeLog
patch
|
blob
|
blame
|
history
perl/version.pm
patch
|
blob
|
blame
|
history
diff --git
a/perl/ChangeLog
b/perl/ChangeLog
index
6e414e4
..
80363c5
100644
(file)
--- a/
perl/ChangeLog
+++ b/
perl/ChangeLog
@@
-1,4
+1,5
@@
+Version 0.71_02 -- 28 Apr 2011 <bobtfish@bobtfish.net>
o Change the Request function to pass FAIL_ON_INTR into the XS
RequestX function. This prevents the fcgi C client code from
looping around their accept() call. This change means that
diff --git
a/perl/version.pm
b/perl/version.pm
index
d0d1d55
..
18d7f75
100644
(file)
--- a/
perl/version.pm
+++ b/
perl/version.pm
@@
-1,3
+1,3
@@
package FCGI;
-$VERSION = '0.71_01';
+$VERSION = '0.71_02';