jim 99/06/03 17:21:39
Modified: src CHANGES
Log:
Hmmm... forgot to add this
Revision Changes Path
1.1368 +6 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1367
retrieving revision 1.1368
diff -u -r1.1367 -r1.1368
--- CHANGES 1999/06/03 15:42:33 1.1367
+++ CHANGES 1999/06/04 00:21:36 1.1368
@@ -1,5 +1,11 @@
Changes with Apache 1.3.7
+ *) The source is now quad (long long) aware as needed. Specifically,
+ the Configure process determines the correct size of off_t and
+ *void. When the OS/platform/compiler supports quads, ap_snprintf()
+ provides for the 'q' format qualifier (if quads are not available,
+ 'q' is silently "demoted" to long). [Jim Jagielski]
+
*) When the username or password fed to htpasswd is too long, include the
size limit in the error message. Also report illegal characters
(currently only ':') in the username. Add the size restrictions