projects
/
catagits/fcgi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
65560f5
)
Changelog and bump versions for 0.70
0.70
Tomas Doran (t0m) [Mon, 22 Mar 2010 11:34:44 +0000 (11:34 +0000)]
perl/ChangeLog
patch
|
blob
|
blame
|
history
perl/version.pm
patch
|
blob
|
blame
|
history
diff --git
a/perl/ChangeLog
b/perl/ChangeLog
index
e33f7f6
..
e44ee75
100644
(file)
--- a/
perl/ChangeLog
+++ b/
perl/ChangeLog
@@
-1,3
+1,6
@@
+Version 0.70 -- 22 Mar 2010 <bobtfish@bobtfish.net> Tomas Doran
+ o Fix use of defined %hash which becomes deprecated in perl 5.12
+
Version 0.69 -- 15 Feb 2010 <mst@shadowcat.co.uk> Matt S Trout
o No changes since the previous development release.
diff --git
a/perl/version.pm
b/perl/version.pm
index
a1a1eff
..
0872db7
100644
(file)
--- a/
perl/version.pm
+++ b/
perl/version.pm
@@
-1,3
+1,3
@@
package FCGI;
-$VERSION = '0.69';
+$VERSION = '0.70';