You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by ka...@apache.org on 2004/01/12 17:08:25 UTC

cvs commit: tcl-rivet ChangeLog

karl        2004/01/12 08:08:25

  Modified:    .        ChangeLog
  Log:
  Added log entries for the checkin of the session management stuff and for
  changes I made to findapxs.tcl.
  
  Revision  Changes    Path
  1.155     +30 -0     tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.154
  retrieving revision 1.155
  diff -u -r1.154 -r1.155
  --- ChangeLog	8 Jan 2004 17:07:44 -0000	1.154
  +++ ChangeLog	12 Jan 2004 16:08:25 -0000	1.155
  @@ -3,6 +3,36 @@
   	* src/make.tcl: Added warning to default make.tcl target in order
   	to encourage people to run ./make.tcl install.
   
  +2004-01-08  Karl Lehenbauer  <ka...@sc.com>
  +
  +	*  src/buildscripts/findapxs.tcl: When the apxs program cannot
  +	be located, the message now mentions that the location of apxs
  +	can also be specified using the "-with-apxs" option on the
  +	command line.
  +
  +2004-01-05  Karl Lehenbauer  <ka...@sc.com>
  +
  +	*  rivet/packages/session/*: Checkin of session management code.
  +	This is a from-scratch rewrite of Superconnect's session
  +	management code, donated to Rivet under the terms of the
  +	Apache Software License. See rivet/packages/session/README.txt 
  +	for details of what it does and how it works.
  +
  +2004-01-02  Karl Lehenbauer  <ka...@sc.com>
  +
  +	*  src/buildscripts/findapxs.tcl: Added /usr/local/bin and
  +	/usr/local/sbin to the directories that Rivet configuration
  +	looks in to find apxs, when the path to apxs wasn't specified
  +	on the configure command line.
  +
  +	Changed findapxs::FindAPXS to generate an error if it couldn't 
  +	find a working apxs utility, rather than just returning an empty 
  +	string.  Previously if apxs could not be found, the error message 
  +	emitted by configure.tcl was: "Error in CFLAGS test: couldn't 
  +	execute "": no such file or directory"  Now it says it couldn't
  +	find the Apache Extension Tool apxs and lists everywhere it looked.
  +
  +
   2003-12-20  David N. Welton  <da...@dedasys.com>
   
   	* tests/parsepackage.test: Added tests for the Rivet parser
  
  
  

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