update Changes
[catagits/fcgi2.git] / perl / ChangeLog
index e50b51d..cbd5196 100644 (file)
@@ -1,5 +1,19 @@
 Release history for FCGI
 
+  - Add dependency to FCGI::Client 0.09 so as to not depend on Any::Moose,
+  which is deprecated. (Michal Josef Špaček, PR #7)
+  - fix test failures on MSWin32 ((Michal Josef Špaček, PR #8)
+
+Version 0.80 --  2021-07-24
+
+  - Add test for FCGI over unix domain socket (Michal Josef Špaček, PR #6)
+
+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)
+
 Version 0.78 --  2015-03-07
 
   - make copyright and license information more visible (RT#112535)