cvs commit: tcl-rivet ChangeLog

2002-01-10 Thread davidw
davidw  02/01/09 17:05:01

  Modified:.ChangeLog
  Log:
  
  
  Revision  ChangesPath
  1.16  +7 -1  tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ChangeLog 9 Jan 2002 21:48:22 -   1.15
  +++ ChangeLog 10 Jan 2002 01:05:01 -  1.16
  @@ -1,3 +1,9 @@
  +2002-01-10  David N. Welton  [EMAIL PROTECTED]
  +
  + * tests/template.conf.tcl: Re-add srm.conf and access.conf - if
  + they aren't present, it tries to grab the ones from /etc/ - not
  + what we want.
  +
   2002-01-09  Damon J. Courtney [EMAIL PROTECTED]
* src/tcl_commands.c
Renamed to rivetCore.c
  @@ -17,7 +23,7 @@
   
* src/make.tcl
Added rivetCore.c, rivetList.c and rivetInit.c to the make.
  - 
  +
   2002-01-08  Damon J. Courtney [EMAIL PROTECTED]
* src/mod_rivet.h
Added RIVET_NEW_CONF macro to create a new rivet_server_conf.
  
  
  


cvs commit: tcl-rivet ChangeLog

2001-11-21 Thread davidw
davidw  01/11/21 10:39:23

  Modified:.ChangeLog
  Log:
  Forgot to do my changelog...
  
  Revision  ChangesPath
  1.8   +8 -0  tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ChangeLog 2001/11/21 18:19:06 1.7
  +++ ChangeLog 2001/11/21 18:39:23 1.8
  @@ -1,3 +1,11 @@
  +2001-11-21  David N. Welton  [EMAIL PROTECTED]
  +
  + * src/channel.c: Almost all output is based on the ApacheChan
  + channel, and uses Tcl's buffering, flushing, etc...
  +
  + * tests/rivet.test: Updated testing scheme to work with lots of
  + test files/ttml files.
  +
   2001-11-21  Damon J. Courtney [EMAIL PROTECTED]
   
* src/mod_rivet.c