Changelog for
perl-Net-Server-0.97-1.3.i586.rpm :
Mon Oct 8 14:00:00 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 14:00:00 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 13:00:00 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
Tue Oct 24 14:00:00 2006 anickaAATTsuse.cz
- add perl-IO-Multiplex to Requires (#207466)
Fri Sep 29 14:00:00 2006 anickaAATTsuse.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 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Thu Dec 8 13:00:00 2005 sfAATTsuse.de
- update to 0.90
Sun Jul 31 14:00:00 2005 cthielAATTsuse.de
- update to version 0.88
- dropped perl-Net-Server-format-string.diff (fixed in 0.88)
Wed Apr 20 14:00:00 2005 sfAATTsuse.de
- corrected patch for #78095 - VUL-0
Mon Apr 18 14:00:00 2005 sfAATTsuse.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