coar 97/09/12 12:53:15
Modified: src CHANGES
src/main http_config.h
Log:
Add a note to CHANGES about the set_last_modified() changes, and
update the MODULE_MAGIC_NUMBER (thanks, Alexei!).
Revision Changes Path
1.435 +6 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -r1.434 -r1.435
--- CHANGES 1997/09/12 14:50:50 1.434
+++ CHANGES 1997/09/12 19:53:10 1.435
@@ -1,5 +1,11 @@
Changes with Apache 1.3b1
+ *) set_last_modified() broken into set_last_modified(), set_etag(), and
+ meets_conditions(). This allows conditional HTTP selection to be
+ handled separately from the storing of the header fields, and provides
+ the ability for CGIs to set their own ETags for conditional checking.
+ [Ken Coar, Roy Fielding] PR#895
+
*) Changes to mod_log_config to allow naming of format strings.
Format nicknames are defined with "LogFormat fmt nickname", and can
be used with "LogFormat nickname" and "CustomLog logtarget nickname".
1.50 +1 -1 apachen/src/main/http_config.h
Index: http_config.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_config.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- http_config.h 1997/09/10 17:43:21 1.49
+++ http_config.h 1997/09/12 19:53:14 1.50
@@ -246,7 +246,7 @@
* handle it back-compatibly, or at least signal an error).
*/
-#define MODULE_MAGIC_NUMBER 19970909
+#define MODULE_MAGIC_NUMBER 19970912
#define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL
/* Generic accessors for other modules to get at their own module-specific