rse 98/09/10 00:40:46
Modified: . INSTALL htdocs/manual dso.html new_features_1_3.html src CHANGES Log: Rename some references in the docs from the old "OSF1" term to the official term "Digital UNIX". Submitted by: Robert Urban <[EMAIL PROTECTED]> Revision Changes Path 1.39 +1 -1 apache-1.3/INSTALL Index: INSTALL =================================================================== RCS file: /export/home/cvs/apache-1.3/INSTALL,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- INSTALL 1998/07/25 08:13:16 1.38 +++ INSTALL 1998/09/10 07:40:42 1.39 @@ -81,7 +81,7 @@ o Out-of-the-box supported platforms are: - Linux - IRIX - FreeBSD - HPUX - - OpenBSD - OSF1 + - OpenBSD - Digital UNIX - NetBSD - UnixWare - SunOS - AIX - Solaris - SCO 1.8 +1 -1 apache-1.3/htdocs/manual/dso.html Index: dso.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/dso.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- dso.html 1998/08/03 08:44:10 1.7 +++ dso.html 1998/09/10 07:40:43 1.8 @@ -180,7 +180,7 @@ o Linux (Debian/1.3.1, RedHat/4.2) o Solaris (2.4, 2.5.1, 2.6) o SunOS (4.1.3) -o OSF1 (4.0) +o Digital UNIX (4.0) o IRIX (6.2) o HP/UX (10.20) o UnixWare (2.01, 2.1.2) 1.71 +2 -1 apache-1.3/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/new_features_1_3.html,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- new_features_1_3.html 1998/09/08 21:15:54 1.70 +++ new_features_1_3.html 1998/09/10 07:40:44 1.71 @@ -37,7 +37,8 @@ modules can be loaded into the server process space only when necessary, thus overall memory usage by Apache will be significantly reduced. DSO currently is supported on FreeBSD, OpenBSD, NetBSD, Linux, Solaris, SunOS, - OSF1, IRIX, HP/UX, UnixWare, AIX, ReliantUnix and generic SVR4 platforms. + Digital UNIX, IRIX, HP/UX, UnixWare, AIX, ReliantUnix and generic SVR4 + platforms. <DT><STRONG><A HREF="windows.html">Support for Windows NT/95</A></STRONG> <DD>Apache now experimentally supports the Windows NT and Windows 95 1.1052 +6 -6 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1051 retrieving revision 1.1052 diff -u -r1.1051 -r1.1052 --- CHANGES 1998/09/10 07:30:49 1.1051 +++ CHANGES 1998/09/10 07:40:45 1.1052 @@ -3,11 +3,11 @@ *) Fix documentation of ProxyPass/ProxyPassReverse according to the trailing slash problem. [Jon Drukman <[EMAIL PROTECTED]>] PR#2933 - *) Remove `-msym' option from LDFLAGS_SHLIB for the OSF1 platform, because - it's only supported under OSF1 4.0 and higher. But because our GuessOS is - still unaware of OSF1 versions and the -msym is just to optimize the DSO - statup time a little bit it's safe and best when we leave it out now. - [Ralf S. Engelschall] PR#2969 + *) Remove `-msym' option from LDFLAGS_SHLIB for the Digital UNIX (OSF/1) + platform, because it's only supported under version 4.0 and higher. But + because our GuessOS is still unaware of Digital UNIX versions and the + -msym is just to optimize the DSO statup time a little bit it's safe and + best when we leave it out now. [Ralf S. Engelschall] PR#2969 *) Fix the ap_log_error_old(), ap_log_unixerr() and ap_log_printf() functions: First all three functions no longer fail on strings containing @@ -357,7 +357,7 @@ [Ralf S. Engelschall] *) Add conservative ticks around more egrep arguments in top-level configure - to avoid problems under brain-dead platforms like Digital Unix (OSF1). + to avoid problems under brain-dead platforms like Digital UNIX (OSF1). [Ralf S. Engelschall] PR#2596 *) mod_rewrite created RewriteLock files under the UID of the parent