diff options
-rw-r--r-- | runtime/stpd/ChangeLog | 4 | ||||
-rw-r--r-- | runtime/transport/ChangeLog | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/runtime/stpd/ChangeLog b/runtime/stpd/ChangeLog index 9a13ffc9..2f403049 100644 --- a/runtime/stpd/ChangeLog +++ b/runtime/stpd/ChangeLog @@ -1,3 +1,7 @@ +2005-07-14 Tom Zanussi <zanussi@us.ibm.com> + + * librelay.c (reader_thread): Add missing pthread_mutex_lock + 2005-07-14 Frank Ch. Eigler <fche@redhat.com> * stpd.c (main): Pass !quiet mode to init_stp(). diff --git a/runtime/transport/ChangeLog b/runtime/transport/ChangeLog index bf049fe0..09ea19e2 100644 --- a/runtime/transport/ChangeLog +++ b/runtime/transport/ChangeLog @@ -1,3 +1,8 @@ +2005-07-14 Tom Zanussi <zanussi@us.ibm.com> + + * netlink.c (_stp_netlink_open): Add missing delayed_pkts + initialization. + 2005-07-08 Martin Hunt <hunt@redhat.com> * transport.c: Rename pid to _stp_pid. |