jim 98/02/09 05:25:43
Modified: . STATUS
src CHANGES
src/include httpd.h
Log:
Get up to date... Note that 1.3b4 was never released;
that we are now in 1.3b5 and that a code freeze is in effect
Revision Changes Path
1.147 +3 -2 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- STATUS 1998/02/07 15:48:08 1.146
+++ STATUS 1998/02/09 13:25:38 1.147
@@ -4,13 +4,14 @@
2.0 : In pre-alpha development
see: <http://www.arctic.org/~dgaudet/apache/2.0/process-model>
- 1.3b4: In development, maybe a release early Feb 98? Jim is RM
+ 1.3b5: In development, a release is planned for the week of 2/9/98
+ 1.3b4: Internal version... not tagged or released.
1.3b3: Released and announced
1.3b1: There is no 1.3b1
Current Modes:
- * CODE FREEZE in effect for 1.3b4. NO COMMITS!
+ * CODE FREEZE in effect for 1.3b5. NO COMMITS!
o Commit-Then-Review (see <http://dev.apache.org/guidelines.html#ctr>
Plan:
1.625 +3 -1 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -r1.624 -r1.625
--- CHANGES 1998/02/09 01:09:37 1.624
+++ CHANGES 1998/02/09 13:25:40 1.625
@@ -1,4 +1,4 @@
-Changes with Apache 1.3b4
+Changes with Apache 1.3b5
*) WIN32: Append a '.' to extensionless executables in spawn[lv]e*
replacements, which makes them work.
@@ -6,6 +6,8 @@
*) Sort out problems with canonical filename handling happening too late.
[Dean Gaudet, Ben Laurie]
+
+Changes with Apache 1.3b4
*) The module structure was modified to include a *dynamic_load_handle
in the STANDARD_MODULE_STUFF portion, and the MODULE_MAGIC_NUMBER
1.184 +2 -2 apache-1.3/src/include/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- httpd.h 1998/02/08 20:46:18 1.183
+++ httpd.h 1998/02/09 13:25:42 1.184
@@ -356,7 +356,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3b4-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3b5-dev" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else
@@ -367,7 +367,7 @@
/* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
*/
-#define APACHE_RELEASE 1030004
+#define APACHE_RELEASE 1030005
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT