cvs commit: apachen/src/main httpd.h

1997-11-20 Thread jim
jim 97/11/19 16:42:39

  Modified:src  CHANGES
   src/main httpd.h
  Log:
  Bump up to 1.3b4-dev
  
  Revision  ChangesPath
  1.516 +2 -0  apachen/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.515
  retrieving revision 1.516
  diff -u -r1.515 -r1.516
  --- CHANGES   1997/11/16 15:43:12 1.515
  +++ CHANGES   1997/11/20 00:42:32 1.516
  @@ -1,3 +1,5 @@
  +Changes with Apache 1.3b4
  +
   Changes with Apache 1.3b3
   
 *) WIN32: Work around brain-damaged spawn calls that can't deal
  
  
  
  1.168 +2 -2  apachen/src/main/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.167
  retrieving revision 1.168
  diff -u -r1.167 -r1.168
  --- httpd.h   1997/11/20 00:37:25 1.167
  +++ httpd.h   1997/11/20 00:42:37 1.168
  @@ -348,7 +348,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.3b3/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.3b4-dev/* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION   SERVER_BASEVERSION   SERVER_SUBVERSION
   #else
  @@ -359,7 +359,7 @@
   /* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
*/
  -#define APACHE_RELEASE 1030003
  +#define APACHE_RELEASE 1030004
   
   #define SERVER_PROTOCOL HTTP/1.1
   #ifndef SERVER_SUPPORT
  
  
  


cvs commit: apachen/src Makefile.nt

1997-11-20 Thread pcs
pcs 97/11/20 08:10:08

  Modified:src  Makefile.nt
  Log:
  Fix makefile for NT/95 for when buildmark.obj does not already exist
  
  Obtained from: Ben Hyde [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.19  +2 -2  apachen/src/Makefile.nt
  
  Index: Makefile.nt
  ===
  RCS file: /export/home/cvs/apachen/src/Makefile.nt,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Makefile.nt   1997/11/16 15:43:13 1.18
  +++ Makefile.nt   1997/11/20 16:10:08 1.19
  @@ -18,7 +18,7 @@
 set CFG=regex - Win32 Release
 nmake /nologo -f regex.mak
cd ..
  -  del CoreR\buildmark.obj
  +  -del CoreR\buildmark.obj
 set CFG=ApacheCore - Win32 Release
 nmake /nologo -f ApacheCore.mak
 set CFG=Apache - Win32 Release
  @@ -57,7 +57,7 @@
 set CFG=regex - Win32 Debug
 nmake /nologo -f regex.mak
cd ..
  -  del CoreD\buildmark.obj
  +  -del CoreD\buildmark.obj
 set CFG=ApacheCore - Win32 Debug
 nmake /nologo -f ApacheCore.mak
 set CFG=Apache - Win32 Debug
  
  
  


cvs commit: apache-site/dist README.html

1997-11-20 Thread coar
coar97/11/20 08:34:35

  Modified:.index.html
   dist README.html
  Log:
Update Apache site pages for 1.3b3 availability.
  
  Revision  ChangesPath
  1.46  +7 -7  apache-site/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/index.html,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- index.html1997/11/08 23:35:43 1.45
  +++ index.html1997/11/20 16:34:33 1.46
  @@ -75,29 +75,29 @@
   
   PHR
   
  -H2 ALIGN=CENTERApache 1.3b2 Now Available:
  -BRThe first official beta release of Apache 1.3
  +H2 ALIGN=CENTERApache 1.3b3 Now Available:
  +BRThe second official beta release of Apache 1.3
   BRwith Microsoft Windows Support/H2
   
   PBLOCKQUOTE
   
  -Apache 1.3b2 is the first public beta of the forthcoming Apache 1.3 Server.
  +Apache 1.3b3 is the second public beta of the forthcoming Apache 1.3 Server.
   Apache 1.3 includes several new enhancements, improvements and
   performance boosts, but the most visible addition is the ability to run
   under Microsoft Windows NT 4.0 and 95. At present it is available in source
   format only, so a compiler is neccessary to use it (Microsoft Visual C++
   5.0 for Windows). If you are using, or had previously tried the
  -1.3a1 release, please upgrade to 1.3b2 at your earliest convenience.
  +1.3a1 or 1.3b2 releases, please upgrade to 1.3b3 at your earliest 
convenience.
   
   pFONT COLOR=redImportant Note:/FONT Apache 1.3b1 was never formally
  -released. Thus, the first public beta release is b2. Since this is
  -the first beta release, it undoubtedly has its share of warts and bugs.
  +released. Thus, the first public beta release was 1.3b2. Since 1.3b3 is
  +still a beta release, it undoubtedly has its share of warts and bugs.
   Although it has been tested somewhat strenuously, your mileage may vary.
   /BLOCKQUOTE
   
   P ALIGN=CENTER
   
  -a href=dist/Download Apache 1.3b2/a | 
  +a href=dist/Download Apache 1.3b3/a | 
   a href=docs/windows.htmlApache for Windows/a |
   a href=docs/new_features_1_3.htmlNew Features in Apache 1.3/a
   
  
  
  
  1.5   +6 -6  apache-site/dist/README.html
  
  Index: README.html
  ===
  RCS file: /export/home/cvs/apache-site/dist/README.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- README.html   1997/10/19 19:14:59 1.4
  +++ README.html   1997/11/20 16:34:34 1.5
  @@ -7,27 +7,27 @@
   PFor information about new features in 1.2, see the 
   A HREF=../docs/documentation/A.
   
  -H2Apache 1.3b2 Now Available/H2
  +H2Apache 1.3b3 Now Available/H2
   
   P
  -Apache 1.3b2 is the first public beta of the forthcoming Apache 1.3 Server.
  +Apache 1.3b3 is the second public beta of the forthcoming Apache 1.3 Server.
   Apache 1.3 includes several new enhancements, improvements and
   performance boosts, but the most visible addition is the ability to run
   under Microsoft Windows NT 4.0 and 95. At present it is available in source
   format only, so a compiler is necessary to use it (Microsoft Visual C++
   5.0 for Windows). If you are using, or had previously tried the
  -1.3a1 release, please upgrade to 1.3b2 at your earliest convenience.
  +1.3a1 or 1.3b2 releases, please upgrade to 1.3b3 at your earliest 
convenience.
   A summary of the more important changes is available in the 
   A HREF=CHANGESCHANGES/A file.
   
   pFONT COLOR=redImportant Note:/FONT Apache 1.3b1 was never formally
  -released. Thus, the first public beta release is b2. Since this is
  -the first beta release, it undoubtedly has it's share of warts and bugs.
  +released. Thus, the first public beta release was 1.3b2. Since 1.3b3 is
  +still a beta release, it undoubtedly has its share of warts and bugs.
   Although it has been tested somewhat strenuously, your milage may vary.
   
   PFor information about new features in 1.3, see the 
   A HREF=../docs/documentation/A.  For information about some of
  -the known issues in 1.3b2, see the A HREF=../docs/misc/known_bugs.html
  +the known issues in 1.3b3, see the A HREF=../docs/misc/known_bugs.html
   known bugs/A page.
   
   H2Compilation note:/H2
  
  
  


cvs commit: apachen/htdocs/manual/misc known_bugs.html

1997-11-20 Thread dgaudet
dgaudet 97/11/20 09:26:37

  Modified:htdocs/manual/misc known_bugs.html
  Log:
  document the unknown error mmap bug
  
  Revision  ChangesPath
  1.36  +8 -0  apachen/htdocs/manual/misc/known_bugs.html
  
  Index: known_bugs.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/misc/known_bugs.html,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- known_bugs.html   1997/11/11 23:47:15 1.35
  +++ known_bugs.html   1997/11/20 17:26:36 1.36
  @@ -34,6 +34,14 @@
   and A HREF=known_client_problems.htmlour list of known client 
problems./A/P
   HR
   
  +H2Apache 1.3b3 Bugs/H2
  +
  +OL
  +LIThe error_log may contain (0)Unknown error: mmap_handler:
  +mmap failed errors.  Ignore them, it is a logic error and does not
  +indicate any problem.  This will be corrected in a later beta.
  +/OL
  +
   H2Apache 1.3b2 Bugs/H2
   
   H3Win32 only/H3
  
  
  


cvs commit: apache-site in_the_news.html

1997-11-20 Thread brian
brian   97/11/20 12:56:38

  Modified:.in_the_news.html
  Log:
  
  
  Revision  ChangesPath
  1.17  +15 -0 apache-site/in_the_news.html
  
  Index: in_the_news.html
  ===
  RCS file: /export/home/cvs/apache-site/in_the_news.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- in_the_news.html  1997/10/17 14:21:01 1.16
  +++ in_the_news.html  1997/11/20 20:56:37 1.17
  @@ -20,6 +20,21 @@
   hr
   
   P
  +strongSalon Magazine, 20 November 1997/strong
  +a 
href=http://www.salonmagazine.com/21st/feature/1997/11/cov_20feature.html;
  +strongciteApache's Free Software Warriors/cite/strong/a
  +br
  +blockquote
  + em
  +  A red feather resting against the words Powered by Apache: On the
  +  Web, the logo is everywhere. And for good reason -- the Apache Web
  +  server, a piece of software that transforms ordinary computers into
  +  sites on the World Wide Web, is by far the most popular choice for
  +  Webmasters everywhere.
  + /em
  +/blockquote
  +
  +P
   strongInternetWeek, 13 October 1997/strong
   a href=http://techweb.cmp.com/internetwk/reviews/rev1013.htm;
   strongciteUnix Web Servers: Unhyped But Not Forgotten 
/cite/strong/a