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 mx...@apache.org on 2007/10/19 12:26:14 UTC

svn commit: r586366 - in /tcl/rivet/trunk: ChangeLog src/apache-2/mod_rivet.c

Author: mxmanghi
Date: Fri Oct 19 03:26:04 2007
New Revision: 586366

URL: http://svn.apache.org/viewvc?rev=586366&view=rev
Log:
Included a more correct statement in aknowledgement of mod_ruby (BSD license)
for the code in ap_chdir_file.


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/src/apache-2/mod_rivet.c

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=586366&r1=586365&r2=586366&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Fri Oct 19 03:26:04 2007
@@ -1,7 +1,18 @@
+2007-10-19  Massimo Manghi <ma...@unipr.it>
+	
+	* src/apache-2/mod_rivet.c: Included a more correct
+	statement in aknowledgement of mod_ruby (BSD license)
+	for the code in ap_chdir_file.
+
+	* ChangeLog: the whole batch of patches described in 
+	the previous entry (2007-10-17), came from Valery 
+	Masiutsin <va...@gmail.com>. I forgot to mention
+	it in this document. My fault.
+
 2007-10-17  Massimo Manghi <ma...@unipr.it>
 
 	* configure.ac: added APACHE2 define to config.h,
-	added also a message when the apxs program is found
+	added also a message when the apxs program is found.
 
 	* doc/Makefile.am: 'clean' target fixed
 
@@ -23,6 +34,7 @@
 
 	* src/apache-2/TclWebapache_c: TclWeb_UploadSave in
 	a more robust way using apr_* calls 
+
 
 2007-10-14  Massimo Manghi <ma...@unipr.it>
 

Modified: tcl/rivet/trunk/src/apache-2/mod_rivet.c
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/src/apache-2/mod_rivet.c?rev=586366&r1=586365&r2=586366&view=diff
==============================================================================
--- tcl/rivet/trunk/src/apache-2/mod_rivet.c (original)
+++ tcl/rivet/trunk/src/apache-2/mod_rivet.c Fri Oct 19 03:26:04 2007
@@ -72,8 +72,9 @@
 
 TCL_DECLARE_MUTEX(sendMutex);
 
-/* come from mod_ruby licence is BSD-like */
+/* This snippet of code came from the mod_ruby project, which is under a BSD license. */
 #ifdef APACHE2 /* Apache 2.x */
+
 static void ap_chdir_file(const char *file)
 {
 	const char *x;



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