cvs commit: apache-1.3/src Configure CHANGES

1999-08-16 Thread coar
coar99/08/16 11:55:47

  Modified:src/include httpd.h
   src/os/win32 registry.c
   src  Configure CHANGES
  Log:
Advance everything to 1.3.10-dev.
  
  Revision  ChangesPath
  1.295 +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.294
  retrieving revision 1.295
  diff -u -r1.294 -r1.295
  --- httpd.h   1999/08/16 17:57:53 1.294
  +++ httpd.h   1999/08/16 18:55:31 1.295
  @@ -419,7 +419,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.3.9/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.3.10-dev   /* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
   SrvTk_MIN,   /* eg: Apache/1.3.0 */
  @@ -435,7 +435,7 @@
* Always increases along the same track as the source branch.
* For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '2057'.
*/
  -#define APACHE_RELEASE 10309100
  +#define APACHE_RELEASE 1031
   
   #define SERVER_PROTOCOL HTTP/1.1
   #ifndef SERVER_SUPPORT
  
  
  
  1.26  +1 -1  apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===
  RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- registry.c1999/08/16 17:58:13 1.25
  +++ registry.c1999/08/16 18:55:38 1.26
  @@ -38,7 +38,7 @@
   
   #define VENDOR   Apache Group
   #define SOFTWARE Apache
  -#define VERSION  1.3.9
  +#define VERSION  1.3.10 dev
   
   #define REGKEY SOFTWARE\\ VENDOR \\ SOFTWARE \\ VERSION
   
  
  
  
  1.370 +1 -1  apache-1.3/src/Configure
  
  Index: Configure
  ===
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.369
  retrieving revision 1.370
  diff -u -r1.369 -r1.370
  --- Configure 1999/08/16 00:49:08 1.369
  +++ Configure 1999/08/16 18:55:44 1.370
  @@ -1735,7 +1735,7 @@
#select the special subtarget for shared core generation
SUBTARGET=target_shared
#determine additional suffixes for libhttpd.so
  - V=1 R=3 P=9
  + V=1 R=3 P=10
if [ x$SHLIB_SUFFIX_DEPTH = x0 ]; then
SHLIB_SUFFIX_LIST=
fi
  
  
  
  1.1423+2 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1422
  retrieving revision 1.1423
  diff -u -r1.1422 -r1.1423
  --- CHANGES   1999/08/14 09:21:15 1.1422
  +++ CHANGES   1999/08/16 18:55:45 1.1423
  @@ -1,3 +1,5 @@
  +Changes with Apache 1.3.10
  +
   Changes with Apache 1.3.9
   
 *) Remove bogus error message when a redirect doesn't set Location.
  
  
  


cvs commit: apache-1.3/src Configure CHANGES

1999-03-23 Thread lars
lars99/03/22 16:36:59

  Modified:src/include httpd.h
   src/os/win32 registry.c
   src  Configure CHANGES
  Log:
  yet another new dev version.
  
  Revision  ChangesPath
  1.276 +2 -2  apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.275
  retrieving revision 1.276
  diff -u -r1.275 -r1.276
  --- httpd.h   1999/03/23 00:10:59 1.275
  +++ httpd.h   1999/03/23 00:36:33 1.276
  @@ -413,7 +413,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.3.6/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.3.7-dev/* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
   SrvTk_MIN,   /* eg: Apache/1.3.0 */
  @@ -429,7 +429,7 @@
* Always increases along the same track as the source branch.
* For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '2057'.
*/
  -#define APACHE_RELEASE 10306100
  +#define APACHE_RELEASE 10307000
   
   #define SERVER_PROTOCOL HTTP/1.1
   #ifndef SERVER_SUPPORT
  
  
  
  1.18  +1 -1  apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===
  RCS file: /home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- registry.c1999/03/23 00:11:27 1.17
  +++ registry.c1999/03/23 00:36:46 1.18
  @@ -28,7 +28,7 @@
   
   #define VENDOR   Apache Group
   #define SOFTWARE Apache
  -#define VERSION  1.3.6
  +#define VERSION  1.3.7 dev
   
   #define REGKEY SOFTWARE\\ VENDOR \\ SOFTWARE \\ VERSION
   
  
  
  
  1.334 +1 -1  apache-1.3/src/Configure
  
  Index: Configure
  ===
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.333
  retrieving revision 1.334
  diff -u -r1.333 -r1.334
  --- Configure 1999/03/21 05:07:24 1.333
  +++ Configure 1999/03/23 00:36:51 1.334
  @@ -1568,7 +1568,7 @@
#select the special subtarget for shared core generation
SUBTARGET=target_shared
#determine additional suffixes for libhttpd.so
  - V=1 R=3 P=6
  + V=1 R=3 P=7
if [ x$SHLIB_SUFFIX_DEPTH = x0 ]; then
SHLIB_SUFFIX_LIST=
fi
  
  
  
  1.1291+3 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1290
  retrieving revision 1.1291
  diff -u -r1.1290 -r1.1291
  --- CHANGES   1999/03/22 23:38:21 1.1290
  +++ CHANGES   1999/03/23 00:36:52 1.1291
  @@ -1,3 +1,6 @@
  +Changes with Apache 1.3.7
  +
  +
   Changes with Apache 1.3.6
   
 *) Removed new PassAllEnv code due to DSO problems. [Lars Eilebrecht]
  
  
  


cvs commit: apache-1.3/src Configure CHANGES

1999-03-21 Thread lars
lars99/03/20 21:07:29

  Modified:src/include httpd.h
   src/os/win32 registry.c
   src  Configure CHANGES
  Log:
  make source ready for the next round...
  
  Revision  ChangesPath
  1.274 +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.273
  retrieving revision 1.274
  diff -u -r1.273 -r1.274
  --- httpd.h   1999/03/21 04:33:41 1.273
  +++ httpd.h   1999/03/21 05:07:17 1.274
  @@ -413,7 +413,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.3.5/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.3.6-dev/* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
   SrvTk_MIN,   /* eg: Apache/1.3.0 */
  @@ -429,7 +429,7 @@
* Always increases along the same track as the source branch.
* For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '2057'.
*/
  -#define APACHE_RELEASE 10305100
  +#define APACHE_RELEASE 10306000
   
   #define SERVER_PROTOCOL HTTP/1.1
   #ifndef SERVER_SUPPORT
  
  
  
  1.16  +1 -1  apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===
  RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- registry.c1999/03/21 04:33:44 1.15
  +++ registry.c1999/03/21 05:07:22 1.16
  @@ -28,7 +28,7 @@
   
   #define VENDOR   Apache Group
   #define SOFTWARE Apache
  -#define VERSION  1.3.5
  +#define VERSION  1.3.6 dev
   
   #define REGKEY SOFTWARE\\ VENDOR \\ SOFTWARE \\ VERSION
   
  
  
  
  1.333 +1 -1  apache-1.3/src/Configure
  
  Index: Configure
  ===
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.332
  retrieving revision 1.333
  diff -u -r1.332 -r1.333
  --- Configure 1999/03/16 00:26:57 1.332
  +++ Configure 1999/03/21 05:07:24 1.333
  @@ -1568,7 +1568,7 @@
#select the special subtarget for shared core generation
SUBTARGET=target_shared
#determine additional suffixes for libhttpd.so
  - V=1 R=3 P=5
  + V=1 R=3 P=6
if [ x$SHLIB_SUFFIX_DEPTH = x0 ]; then
SHLIB_SUFFIX_LIST=
fi
  
  
  
  1.1289+3 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1288
  retrieving revision 1.1289
  diff -u -r1.1288 -r1.1289
  --- CHANGES   1999/03/21 02:03:06 1.1288
  +++ CHANGES   1999/03/21 05:07:25 1.1289
  @@ -1,3 +1,6 @@
  +Changes with Apache 1.3.6
  +
  +
   Changes with Apache 1.3.5
   
 *) M_INVALID needed a value within the scope of METHODS so that unknown