You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/12/20 07:17:53 UTC

cvs commit: httpd-2.0 CHANGES STATUS acinclude.m4

rbb         00/12/19 22:17:53

  Modified:    .        CHANGES STATUS acinclude.m4
  Log:
  Remove some STATUS items, and finish off the install dir re-org.
  
  1)  DSO modules are installed in modules/.  If/when Unix gets some
      shared libraries, those should be installed in libraries/.
  
  2)  apache.org:8092 is currently running Apache 2.0.  When Brian has time,
      this will move to port 80
  
  Revision  Changes    Path
  1.16      +5 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- CHANGES	2000/12/19 22:25:42	1.15
  +++ CHANGES	2000/12/20 06:17:52	1.16
  @@ -1,4 +1,9 @@
   Changes with Apache 2.0b1
  +  *) Modify the install directory layout.  Modules are now installed in
  +     modules/.  Shared libraries should be installed in libraries/, but
  +     we don't have any of those on Unix yet.  All install directories
  +     are modifyable at configure time. [Ryan Bloom]
  +
     *) Install all header files in the same directory on Unix. [Ryan Bloom]
   
     *) Get the functions in server/linked into the server, regardless of
  
  
  
  1.169     +1 -9      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.168
  retrieving revision 1.169
  diff -u -r1.168 -r1.169
  --- STATUS	2000/12/19 03:43:15	1.168
  +++ STATUS	2000/12/20 06:17:52	1.169
  @@ -1,5 +1,5 @@
   APACHE 2.0 STATUS:						-*-text-*-
  -Last modified at [$Date: 2000/12/19 03:43:15 $]
  +Last modified at [$Date: 2000/12/20 06:17:52 $]
   
   Release:
   
  @@ -69,11 +69,6 @@
         top-level SUBDIRS list, but definitely get it cleaned for the
         dev guys.  (Greg volunteers)
   
  -    * The installed layout needs to be fixed.  This means that the header
  -      files need to be installed in the correct location.  Expect a message 
  -      in a few minutes with my opinion for how this should look.
  -	Status: rbb volunteers
  -
       * The instructions for rolling a release need to be updated for
         2.0.
   	Status: rbb volunteers
  @@ -81,9 +76,6 @@
       * binbuild.sh may need to be updated.  I haven't looked into this, but I
         would be surprised if it works.
   	Status: rbb volunteers
  -
  -    * Apache.org needs to start running Apache 2.0 if at all possible.
  -
   
   RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
   
  
  
  
  1.57      +1 -0      httpd-2.0/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/acinclude.m4,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- acinclude.m4	2000/12/19 23:37:46	1.56
  +++ acinclude.m4	2000/12/20 06:17:53	1.57
  @@ -358,6 +358,7 @@
     cgidir='$(prefix)/cgi-bin'
     logdir='$(prefix)/logs'
     sysconfdir='${prefix}/conf'
  +  libexecdir='${prefix}/modules'
     layout_name=Apache
   else  
     APACHE_LAYOUT($srcdir/../config.layout, $LAYOUT)
  
  
  

RE: cvs commit: httpd-2.0 CHANGES STATUS acinclude.m4

Posted by rb...@covalent.net.
> >   1)  DSO modules are installed in modules/.  If/when Unix gets some
> >       shared libraries, those should be installed in libraries/.
> >   
> >   2)  apache.org:8092 is currently running Apache 2.0.  When Brian has time,
> >       this will move to port 80
> 
> We -cannot- release (I'm not saying can't roll, just can't release) until Brian
> gets to this.  If we aren't prepared to be slashdotted against 2.0 ... well ...
> 
> It adds way more credibility to our beta release if we do it right.

I agree.  Brian asked me to tell him when it was up and working.  I expect
that he will be moving it over soon-ish.  I want to roll the beta
tomorrow, I have 0 doubt that Brian will have moved the server by Friday,
which is the target release date.  :-)

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


RE: cvs commit: httpd-2.0 CHANGES STATUS acinclude.m4

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
> rbb         00/12/19 22:17:53
> 
>   Modified:    .        CHANGES STATUS acinclude.m4
>   Log:
>   Remove some STATUS items, and finish off the install dir re-org.
>   
>   1)  DSO modules are installed in modules/.  If/when Unix gets some
>       shared libraries, those should be installed in libraries/.
>   
>   2)  apache.org:8092 is currently running Apache 2.0.  When Brian has time,
>       this will move to port 80

We -cannot- release (I'm not saying can't roll, just can't release) until Brian
gets to this.  If we aren't prepared to be slashdotted against 2.0 ... well ...

It adds way more credibility to our beta release if we do it right.