forked from pool/perl-Net-Server
89 lines
2.8 KiB
Plaintext
89 lines
2.8 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Oct 24 14:09:34 CEST 2006 - anicka@suse.cz
|
||
|
|
|
||
|
|
- add perl-IO-Multiplex to Requires (#207466)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Sep 29 14:38:38 CEST 2006 - anicka@suse.cz
|
||
|
|
|
||
|
|
- update to 0.94
|
||
|
|
* Added the leave_children_open_on_hup flag which leaves
|
||
|
|
open connections open when the server is hupped.
|
||
|
|
* Allow for port, host, and proto to be passed as arrayrefs
|
||
|
|
to run and new.
|
||
|
|
* Allow for get sock info routines to use $peer->{client}
|
||
|
|
rather than STDIN which may not be set if
|
||
|
|
the "no_client_stdout" flag is set.
|
||
|
|
* Allow for duplicated STDIN and STDOUT to properly close.
|
||
|
|
* Add flag to disable all of the binding of client
|
||
|
|
to STDIN and STDOUT.
|
||
|
|
* Abstract shutdown_sockets method that is called at the end
|
||
|
|
of server_close (to allow for calling in other places).
|
||
|
|
* bugfixes
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Jan 25 21:39:52 CET 2006 - mls@suse.de
|
||
|
|
|
||
|
|
- converted neededforbuild to BuildRequires
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Dec 8 13:52:08 CET 2005 - sf@suse.de
|
||
|
|
|
||
|
|
- update to 0.90
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Jul 31 16:21:40 CEST 2005 - cthiel@suse.de
|
||
|
|
|
||
|
|
- update to version 0.88
|
||
|
|
- dropped perl-Net-Server-format-string.diff (fixed in 0.88)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Apr 20 14:38:39 CEST 2005 - sf@suse.de
|
||
|
|
|
||
|
|
- corrected patch for #78095 - VUL-0
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Apr 18 16:27:20 CEST 2005 - sf@suse.de
|
||
|
|
|
||
|
|
- fix for #78095 - VUL-0
|
||
|
|
check for format string and create formatted string.
|
||
|
|
if there is no format string, just take the first string
|
||
|
|
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Feb 26 18:46:05 CET 2004 - choeger@suse.de
|
||
|
|
|
||
|
|
- update to most recent version 0.87
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Jan 11 13:01:23 CET 2004 - adrian@suse.de
|
||
|
|
|
||
|
|
- build as user
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Aug 22 15:23:17 CEST 2003 - mjancar@suse.cz
|
||
|
|
|
||
|
|
- require the perl version we build with
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jul 28 10:57:59 CEST 2003 - choeger@suse.de
|
||
|
|
|
||
|
|
- use install_vendor and new %perl_process_packlist macro
|
||
|
|
- updated to version 0.85
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jun 23 13:45:45 CEST 2003 - ro@suse.de
|
||
|
|
|
||
|
|
- added directories to filelist
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon May 26 00:18:51 CEST 2003 - ro@suse.de
|
||
|
|
|
||
|
|
- remove unpackaged files from buildroot
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Dec 2 14:14:48 CET 2002 - sf@suse.de
|
||
|
|
|
||
|
|
- initial version 0.84
|
||
|
|
|