projects
/
catagits/fcgi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f1b5eae
)
bump version to 0.82 and prepare for release
master
Karen Etheridge [Sat, 31 Jul 2021 03:24:38 +0000 (20:24 -0700)]
perl/ChangeLog
patch
|
blob
|
blame
|
history
perl/FCGI.pm
patch
|
blob
|
blame
|
history
diff --git
a/perl/ChangeLog
b/perl/ChangeLog
index
1bffbd6
..
fdc301e
100644
(file)
--- a/
perl/ChangeLog
+++ b/
perl/ChangeLog
@@
-1,5
+1,9
@@
Release history for FCGI
+Version 0.82 -- 2021-07-31
+
+ - fix failing skip tests on MSWin32
+
Version 0.81 -- 2021-07-31
- Add dependency to FCGI::Client 0.09 so as to not depend on Any::Moose,
diff --git
a/perl/FCGI.pm
b/perl/FCGI.pm
index
2184e2f
..
674a1b0
100644
(file)
--- a/
perl/FCGI.pm
+++ b/
perl/FCGI.pm
@@
-2,7
+2,7
@@
package FCGI;
use strict;
BEGIN {
- our $VERSION = '0.81';
+ our $VERSION = '0.82';
require XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);