diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-09 02:50:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-09 02:50:47 +0000 |
commit | 807645d725f68619543836e196ae49f7b5fb5505 (patch) | |
tree | d43ac90372f8e8397965d6b389111939e637a056 /ChangeLog | |
parent | 0b755dc43f1288a7b164d85c7ab48eb71b15a65e (diff) | |
download | glibc-807645d725f68619543836e196ae49f7b5fb5505.tar glibc-807645d725f68619543836e196ae49f7b5fb5505.tar.gz glibc-807645d725f68619543836e196ae49f7b5fb5505.tar.bz2 glibc-807645d725f68619543836e196ae49f7b5fb5505.zip |
[BZ #108]
Update.
* misc/syslog.c (openlog_internal): Always try both UDP and TCP.
[BZ #108] Patch mainly by Bjorn Andersson <bjorn@iki.fi>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-08-08 Ulrich Drepper <drepper@redhat.com> + * misc/syslog.c (openlog_internal): Always try both UDP and TCP. + [BZ #108] Patch mainly by Bjorn Andersson <bjorn@iki.fi>. + * configure.in: Also recognize i786. [BZ #106] Patch by <pluto@pld-linux.org>. |