You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/05/12 07:20:25 UTC

cvs commit: modperl-docs/src/docs/general Changes.pod

stas        02/05/11 22:20:25

  Modified:    src/docs/1.0/guide Changes.pod
               src/docs/general Changes.pod
  Log:
  remove guide:: from Changes files and move the relevant recent changes to
  the Changes file in the new directory
  
  Revision  Changes    Path
  1.21      +12 -22    modperl-docs/src/docs/1.0/guide/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/Changes.pod,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Changes.pod	11 May 2002 11:54:44 -0000	1.20
  +++ Changes.pod	12 May 2002 05:20:25 -0000	1.21
  @@ -11,20 +11,20 @@
   
   =head1 ??? ver 1.32
   
  -* guide::method_handlers
  +* method_handlers.pod
   
     o moved here from the faqs
   
  -* guide::databases
  +* databases.pod
   
      o correct the notes regarding "Opening Connections With Different
        Parameters" for Apache::DBI. Must localize local changes.
   
  -* guide::getwet
  +* getwet.pod
   
      o a new chapter to get you started fast
   
  -* guide::porting
  +* porting.pod
   
     o add a new section "Preventing Apache::Constants Stringification"
       [Per Einar]
  @@ -38,7 +38,7 @@
     o cover the 5.6's CHECK block in addition to INIT (Rafael
       Garcia-Suarez)
   
  -* guide::troubleshooting
  +* troubleshooting.pod
   
     o solution to the 'readdir()/opendir() not working' problem (Louis
       Semprini)
  @@ -46,32 +46,22 @@
     o clearify how to solve the segfault problem caused by built-in
       mysql support in mod_php (Paul Buder)
   
  -* guide::modules
  +* modules.pod
   
     o extend on Apache::Filter(Per Einar Ellefsen)
   
  -* guide::correct headers
  -
  -  o rewrite the headers of this chapter (Per Einar Ellefsen)
  -
  -* guide::config
  +* config.pod
   
     o extended on method handlers (Per Einar Ellefsen)
   
     o show an example on how to load the mod_perl related config only
       when mod_perl is loaded (Rafael Garcia-Suarez)
   
  -* guide::debug
  +* debug.pod
   
     o extended on curinfo macro (Per Einar Ellefsen)
   
  -* guide::multiuser
  -
  -  o chroot(1) info
  -
  -  o jail(8) info (Andrew McNaughton)
  -
  -* guide::help
  +* help.pod
   
     o chroot(1) urls
   
  @@ -79,12 +69,12 @@
   
     o link to the internal resources (Per Einar Ellefsen)
   
  -* guide::install
  +* install.pod
   
     o James G Smith has uploaded his Apache Builder to CPAN, update the
       download links, to reflect this change.
   
  -* guide::performance
  +* performance.pod
   
     o update the benchmark in the section "Apache::args
       vs. Apache::Request::param vs. CGI::param" using Apache::Request
  @@ -97,7 +87,7 @@
     o added a new section: "Potential Drawbacks of Memory Sharing
       Restriction"
   
  -* guide::
  +* guide
   
     o most of the internal links were changed to use the whole title and
       not only first few words. The new build system support this.
  
  
  
  1.3       +10 -0     modperl-docs/src/docs/general/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/general/Changes.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Changes.pod	12 May 2002 05:11:33 -0000	1.2
  +++ Changes.pod	12 May 2002 05:20:25 -0000	1.3
  @@ -15,6 +15,16 @@
   
     o added a section on overriding functions to trace their failure.
   
  +* correct headers.pod
  +
  +  o rewrite the headers of this chapter (Per Einar Ellefsen)
  +
  +* multiuser.pod
  +
  +  o chroot(1) info
  +
  +  o jail(8) info (Andrew McNaughton)
  +
   * started the general documents docset [Thomas Klausner]
   
   =cut
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org