You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by sb...@hyperreal.org on 1999/01/23 19:09:56 UTC

cvs commit: modperl-site/guide CHANGES

sbekman     99/01/23 10:09:56

  Modified:    guide    CHANGES
  Log:
  changes log
  
  Revision  Changes    Path
  1.6       +59 -1     modperl-site/guide/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/modperl-site/guide/CHANGES,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CHANGES	1999/01/06 07:45:22	1.5
  +++ CHANGES	1999/01/23 18:09:56	1.6
  @@ -1,4 +1,62 @@
  -This is a CHANGES file for mod_perl mini_guide
  +This is a CHANGES file for mod_perl mini guide
  +
  +
  +01.22.99
  +
  +
  +* new obvious.pod: Where do the warnings/errors go?
  +
  +
  +* new index.html: added a search box
  +
  +
  +* new snippets.pod: added error_log.pl script to fetch the latest logs
  +from the server without telneting there
  +
  +
  +* new snippets.pod: How to avoid printing the header more than once.
  +
  +
  +* new snippets.pod: More on relative paths
  +
  +
  +* upd start.pod: removed all 'latest version is', so the guide will
  +not misguide people (Ken Williams)
  +
  +
  +* upd config.html: removed redundant ;; (Ken Williams)
  +
  +
  +* upd config.html: fixed the question/answer 'Is there a way to
  +provide a different startup.pl file for each individual virtual'
  +(Ken Williams)
  +
  +
  +* upd help.html: a few links fixed (Peter Skov (UNIT))
  +
  +
  +* upd porting.pod: CORE::exit vs Apache::exit section update (Doug)
  +
  +
  +* upd scenario.pod: note about importance make clean execution,
  +because of possible binary incompability (1.3.3 vs 1.3.4) (Doug)
  +
  +
  +* upd porting.pod: switches -w, -T in the shebang line (Doug)
  +
  +
  +* upd debug.pod: tracing the PerlRequire's and PerlModule's as they
  +are loaded (Doug)
  +
  +
  +* add config.pod: Sometimes script from one virtual host calls the
  +script with the same path from the second virtual host (Doug)
  +
  +
  +* add performance.pod: how can I find if my modperl scripts have memory leaks (and where). (Doug)
  +
  +
  +* help.html: added a section for DBI help (Jeffrey W. Baker)
   
   
   12.28.98