Files
perl-Proc-Daemon/perl-Proc-Daemon.changes

86 lines
3.1 KiB
Plaintext

-------------------------------------------------------------------
Sat Jan 2 10:06:18 UTC 2016 - coolo@suse.com
- updated to 0.23
see /usr/share/doc/packages/perl-Proc-Daemon/Changes
0.23 Fri Jan 1 2016
- RT#110330: fix taint safe test (Owen Boyle).
-------------------------------------------------------------------
Thu Oct 29 10:20:11 UTC 2015 - coolo@suse.com
- updated to 0.22
see /usr/share/doc/packages/perl-Proc-Daemon/Changes
0.22 Wed Oct 28 2015
- RT#108012: force all tests to be executed sequentially (Alceu Rodrigues de Freitas Junior).
-------------------------------------------------------------------
Sat Aug 8 08:58:53 UTC 2015 - coolo@suse.com
- updated to 0.21
see /usr/share/doc/packages/perl-Proc-Daemon/Changes
0.21 Thu Aug 6 2015
- GH#5: make tests less time-sensitive (Stefan Parvu).
- RT#103130: fix taint safe test (Håkon Hægland).
-------------------------------------------------------------------
Sat Jun 27 08:53:23 UTC 2015 - coolo@suse.com
- updated to 0.20
see /usr/share/doc/packages/perl-Proc-Daemon/Changes
0.20 Wed Jun 24 2015
- GH#4: fix taint safe test (rouzier).
- RT#103130: make tests less time-sensitive (Remi Collet, ppisar).
-------------------------------------------------------------------
Tue Apr 14 21:11:14 UTC 2015 - coolo@suse.com
- updated to 0.19
see /usr/share/doc/packages/perl-Proc-Daemon/Changes
-------------------------------------------------------------------
Tue Apr 14 21:11:13 UTC 2015 - coolo@suse.com
- updated to 0.14
see /usr/share/doc/packages/perl-Proc-Daemon/Changes
0.14 Fri Jun 03 2011
- The filename memory is now a part of the object (not a package variable
any more). This was a bug.
- Since <fork> is not performed on Windows OS as on Linux, I removed the
<eval> and <warn> from 0.13 and add an INFO to the documentation.
- Updated the documentation.
0.13 Wed Jun 01 2011
- Add ability to define the user identifier for the daemon if you want to
run it under other user then the parent (request from Holger Gläss).
- Add <eval> and <warn> for OS not supporting POSIX::setsid (e.g. Windows).
- Updated the documentation.
0.12 Tue Mai 24 2011
- Init() did not close all filehandles reliably in some cases. Thanks again
to Rob Brown for reporting.
- Text improvement in the documentation.
0.11 Mon Mai 23 2011
- Init() didn't close all filehandles reliably (see also bug report at
http://rt.perl.org/rt3/Ticket/Display.html?id=72526). Thanks to Rob Brown
for reporting and offering a patch.
- Attributes 'dont_close_fh' AND 'dont_close_fd' added so we can define
file handles and descriptors that must be preserved from the parent into
the child (daemon).
- Updated the documentation.
- In some environment it is not allowed to open anonymous files. In this
case now a 'pid_file' must be defined. Thanks to Holger Gläss for
reporting.
-------------------------------------------------------------------
Fri Apr 22 06:53:13 UTC 2011 - coolo@opensuse.org
- initial package 0.10
* created by cpanspec 1.78.04