diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 6eef4f0e9..f72fdd813 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2005-10-11 Corinna Vinschen <corinna@vinschen.de> + + * syslog.cc (try_connect_syslogd): Add priority parameter. Use writev + to add the priority to the message in a syslog conformant way. + (vsyslog): If facility isn't set in the priority, use default facility + as given in call to openlog. Fix agressive use of spaces in syslog + output. Call try_connect_syslogd with priority parameter. + 2005-10-11 Christopher Faylor <cgf@timesys.com> * (symlink_info::set_error): Change to return bool if input error |