Hello community, here is the log from the commit of package perl-Net-Server checked in at Fri Sep 29 18:13:49 CEST 2006. -------- --- perl-Net-Server/perl-Net-Server.changes 2006-01-25 21:39:52.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-Net-Server/perl-Net-Server.changes 2006-09-29 14:46:38.000000000 +0200 @@ -1,0 +2,18 @@ +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 + +------------------------------------------------------------------- Old: ---- Net-Server-0.90.tar.bz2 New: ---- Net-Server-0.94.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-Server.spec ++++++ --- /var/tmp/diff_new_pack.bwV4QC/_old 2006-09-29 18:13:28.000000000 +0200 +++ /var/tmp/diff_new_pack.bwV4QC/_new 2006-09-29 18:13:28.000000000 +0200 @@ -1,23 +1,23 @@ # -# spec file for package perl-Net-Server (Version 0.90) +# spec file for package perl-Net-Server (Version 0.94) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: perl-Net-Server -URL: http://seamons.com/ +URL: http://cpan.org/modules/by-module/Net/ License: GPL, Artistic License Group: Development/Libraries/Perl Requires: perl = %{perl_version} Autoreqprov: on Summary: Net::Server - Extensible, general Perl server engine -Version: 0.90 +Version: 0.94 Release: 1 Source: Net-Server-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -61,6 +61,21 @@ /var/adm/perl-modules/perl-Net-Server %changelog -n perl-Net-Server +* Fri Sep 29 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 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Thu Dec 08 2005 - sf@suse.de ++++++ Net-Server-0.90.tar.bz2 -> Net-Server-0.94.tar.bz2 ++++++ ++++ 1710 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de