rse 98/04/19 05:31:28
Modified: . STATUS src CHANGES Log: Ops, forgot to commit the changelog entry. Revision Changes Path 1.305 +1 -0 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving revision 1.304 retrieving revision 1.305 diff -u -r1.304 -r1.305 --- STATUS 1998/04/18 10:54:53 1.304 +++ STATUS 1998/04/19 12:31:26 1.305 @@ -45,6 +45,7 @@ * Lars' Configure fix to avoid confusing message under APACI control * Ralf's Configure fix for AWK's failing with "string to long" error * Ralf's fix for stderr logging to make sure default loglevel is honored + * Ralf's cast for dlopen's arg1 under OSF1 and FreeBSD 2.2.x Available Patches: 1.774 +4 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.773 retrieving revision 1.774 diff -u -r1.773 -r1.774 --- CHANGES 1998/04/18 21:37:54 1.773 +++ CHANGES 1998/04/19 12:31:27 1.774 @@ -1,5 +1,9 @@ Changes with Apache 1.3b7 + *) PORT: Cast the first argument of dlopen() in ap_os_dso_load() + to `char *' under OSF1 and FreeBSD 2.x where it is defined this way + to avoid "discard const" warnings. [Ralf S. Engelschall] + *) If a specific handler is set for a file yet the request still ends up being handled by the default handler, log an error message before handling it. This catches things such as trying