Accepting request 296842 from devel:languages:perl:autoupdate
- updated to 0.19 see /usr/share/doc/packages/perl-Proc-Daemon/Changes - 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). OBS-URL: https://build.opensuse.org/request/show/296842 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-Daemon?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
82d8a4db6a
commit
e61d39097c
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
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<47>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<47>ss for
|
||||
reporting.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 06:53:13 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user