Changelog for
perl-Net-Server-0.99-14.1.2.noarch.rpm :
* Tue Dec 06 2011 cooloAATTsuse.com- regenerate with cpanspec to fix license
* Fri Nov 18 2011 cooloAATTsuse.com- use original .tar.gz
* Tue Nov 30 2010 cooloAATTnovell.com- switch to perl_requires macro
* Tue Jul 20 2010 chrisAATTcomputersalat.de- disable \"dubiuos\" failing test o t/Server_http.t
* Sat Jul 17 2010 chrisAATTcomputersalat.de- recreated by cpanspec 1.78 o fix deps- noarch pkg- added examples to doc
* Fri Jul 16 2010 anickaAATTsuse.cz- update to 0.99
* Add customizable check_for_spawn and min_child_ttl settings in PreFork (Graham Barr)
* Add other_child_died_hook (Daniel Kahn Gillmor)
* Make Multiplex do $mux->add($sock) for UDP sockets (Kristoffer Møllerhøj)
* Change Net::Server::Daemonize to use kill 0 rather than the unportable `ps`
* Fix calling conventions of MultiType
* Avoid select in SSLEAY that was allowing for infinite spin loop
* Fix tie_stdout mode to not warn about unopen handles.
* Added Net::Server::HTTP base class for basic HTTP daemon handling.
* Change examples/httpd to use Net::Server::HTTP
* Add SSLeay proto - finally a workable SSL solution.
* Add minimal Net::Server::TiedHandle to allow for STDIN and STDOUT to work with SSLEAY
* Net::Server::TiedHandle also support tied_stdin_callback and tied_stdout_callback
* Allow for port => 0 which lets the OS auto assign a port on some OSes (Blackie Hlasek)
* Add idle_loop_hook to PreForkSimple and PreFork (David Zuhn)
* Add consistent formatting capabilities to the log method (whethere Syslog is used or not) (David Zuhn)
* Warn when default listen value is used - try to make it a sensible default (Mark Martinec)
* Allow for non-zero exit value - particularly when called from fatal (David Schweikert)
* Sun Jan 10 2010 jengelhAATTmedozas.de- enable parallel build
* Mon Oct 08 2007 anickaAATTsuse.cz- update to 0.97
* Allow for better handling of setlogsock depending upon the version of Sys::Syslog installed
* Update examples with minimal pod and working synopses
* Added post_client_connection_hook
* Fri Mar 30 2007 anickaAATTsuse.cz- update to 0.96
* Allow for conf_file to be specified in the default_values.
* Add perldoc for why we use a template in options.
* Fix syslog log options regex again (Carlos Velasco)
* Fix ->autoflush (needs FileHandle)
* Add handle_syslog_error to allow catching errors during syslog writes
* Add open_syslog to slightly abstract opening of syslog.
* Add numerous patches to cleanup child accounting in PreFork server.
* Wed Feb 14 2007 anickaAATTsuse.cz- update to 0.95- Warn clean on the chld hanlder in PreFork.
* Allow lock_file for lock serialization to only be opened once
* Add additional log messages during failure in accept
* Fix double decrement bug in PreFork.pm
* Fix precedence bug with non-parened open
* Check setuid better after POSIX setuid
* Update Syslog options parsing
* Allow no_client_stdout to work with Multiplex
* Allow Sys::SysLog keyworks be passed through the ->log method
* Allow more characters through in syslog_ident
* Fix Fork server bug which had post_accept_hook called twice
* Added pre_fork_hook to Fork server to handle removed duplicate post_accept_hook call.
* Reopen STDIN/STDOUT to /dev/null at end of child connection to avoid spurious warnings
* Don\'t process STDIN/STDOUT in post_accept if udp_true
* Cleanup child processing code in PreFork server
* Try and let tests fail gracefully if localhost is not setup properly
* Add numerous tests for configuration passing.
* Add perldoc about adding your own custom options