projects
/
catagits/fcgi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
89856cf
)
prepare for 0.78 release
Karen Etheridge [Sun, 6 Mar 2016 23:39:38 +0000 (15:39 -0800)]
perl/ChangeLog
patch
|
blob
|
blame
|
history
perl/FCGI.pm
patch
|
blob
|
blame
|
history
diff --git
a/perl/ChangeLog
b/perl/ChangeLog
index
6025219
..
385f4a9
100644
(file)
--- a/
perl/ChangeLog
+++ b/
perl/ChangeLog
@@
-1,5
+1,9
@@
Release history for FCGI
+Version 0.78 -- 2015-03-07
+
+ o make copyright and license information more visible (RT#112535)
+
Version 0.77 -- 2014-08-05
o re-release to remove build artifacts that should not have been shipped
diff --git
a/perl/FCGI.pm
b/perl/FCGI.pm
index
2264b85
..
d21a6d3
100644
(file)
--- a/
perl/FCGI.pm
+++ b/
perl/FCGI.pm
@@
-2,7
+2,7
@@
package FCGI;
use strict;
BEGIN {
- our $VERSION = '0.77';
+ our $VERSION = '0.78';
require XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);