projects
/
catagits/fcgi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
469fc3d
)
prepare for 0.77 release
0.77
Karen Etheridge [Tue, 5 Aug 2014 15:46:08 +0000 (08:46 -0700)]
perl/ChangeLog
patch
|
blob
|
blame
|
history
perl/FCGI.pm
patch
|
blob
|
blame
|
history
diff --git
a/perl/ChangeLog
b/perl/ChangeLog
index
67e3609
..
6025219
100644
(file)
--- a/
perl/ChangeLog
+++ b/
perl/ChangeLog
@@
-1,5
+1,9
@@
Release history for FCGI
+Version 0.77 -- 2014-08-05
+
+ o re-release to remove build artifacts that should not have been shipped
+
Version 0.76 -- 2014-08-05
o On Android, set TMPDIR before calling configure (RT#97680, Brian Fraser)
diff --git
a/perl/FCGI.pm
b/perl/FCGI.pm
index
e9f17cd
..
ebc9356
100644
(file)
--- a/
perl/FCGI.pm
+++ b/
perl/FCGI.pm
@@
-2,7
+2,7
@@
package FCGI;
use strict;
BEGIN {
- our $VERSION = '0.76';
+ our $VERSION = '0.77';
require XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);