diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index e956c1414..daba3dbec 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,5 +1,9 @@ -2006-04-14 Love Hörnquist Åstrand +2006-04-20 Love Hörnquist Åstrand + * fnmatch.hin (fnmatch): CPP rename to rk_fnmatch + +2006-04-14 Love Hörnquist Åstrand + * resolve.c (dns_srv_order): change a if (ptr == NULL) continue into a assert(ptr != NULL) since it could never happen, found by the IBM code checker (beam). Thanks to Florian Krohm for