bump version to 0.79 and prepare for release 0.79
Karen Etheridge [Sat, 14 Dec 2019 18:23:07 +0000 (10:23 -0800)]
perl/ChangeLog
perl/FCGI.pm

index cf4e5ae..d92ca12 100644 (file)
@@ -1,5 +1,7 @@
 Release history for FCGI
 
+Version 0.79 --  2019-12-14
+
   - Check socket path length in OS_CreateLocalIpcFd() and OS_FcgiConnect()
   to avoid buffer overrun (Petr Písař, pull request #5)
   - Fix a memory leak in ProcessManagementRecord() (Petr Písař, pull request #4)
index b1ae3c2..01fa851 100644 (file)
@@ -2,7 +2,7 @@ package FCGI;
 use strict;
 
 BEGIN {
-    our $VERSION = '0.78';
+    our $VERSION = '0.79';
 
     require XSLoader;
     XSLoader::load(__PACKAGE__, $VERSION);