8
0
OBS User unknown
2007-02-16 06:11:04 +00:00
committed by Git OBS Bridge
parent 8000ca7ea3
commit 1f237f974c
4 changed files with 59 additions and 9 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Feb 14 14:11:29 CET 2007 - anicka@suse.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:09:34 CEST 2006 - anicka@suse.cz