You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2017/11/29 23:18:34 UTC

svn commit: r1816662 - in /tcl/rivet/trunk: ChangeLog NOTICE README rivet/packages/formbroker/formbroker.tcl

Author: mxmanghi
Date: Wed Nov 29 23:18:34 2017
New Revision: 1816662

URL: http://svn.apache.org/viewvc?rev=1816662&view=rev
Log:
    * NOTICE, README: expanded and obsolete information amended 


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/NOTICE
    tcl/rivet/trunk/README
    tcl/rivet/trunk/rivet/packages/formbroker/formbroker.tcl

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=1816662&r1=1816661&r2=1816662&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Wed Nov 29 23:18:34 2017
@@ -1,3 +1,6 @@
+2017-11-29 Massimo Manghi <mx...@apache.org>
+    * NOTICE, README: expanded and obsolete information amended 
+
 2017-10-31 Massimo Manghi <mx...@apache.org>
     * merging branch cmake back into trunk
     * tests/broken.test: the error message form has changed with

Modified: tcl/rivet/trunk/NOTICE
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/NOTICE?rev=1816662&r1=1816661&r2=1816662&view=diff
==============================================================================
--- tcl/rivet/trunk/NOTICE (original)
+++ tcl/rivet/trunk/NOTICE Wed Nov 29 23:18:34 2017
@@ -1,6 +1,6 @@
 Apache Rivet
 
-Copyright 2002-16 The Apache Software Foundation
+Copyright 2002-17 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: tcl/rivet/trunk/README
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/README?rev=1816662&r1=1816661&r2=1816662&view=diff
==============================================================================
--- tcl/rivet/trunk/README (original)
+++ tcl/rivet/trunk/README Wed Nov 29 23:18:34 2017
@@ -23,13 +23,10 @@ to the client
 			    RIVET NAMESPACE
 			    ===============
 
- - With the intruduction of the Rivet namespace the command set has been
-moved into '::rivet' and should now be fully qualified. Commands are exported
-though and can be imported in the global namespace, but whenever possible this
-is deprecated.  Putting the following code in the Server Conf should guarantee
-compatibility with existing scripts
-
-RivetServerConf	    ServerInitScript	"package require rivet"
-RivetServerConf	    ServerInitScript	"package require rivetlib"
-RivetServerConf	    ServerInitScript	"namespace import --force ::rivet::*"
+ - With the intruduction of the ::rivet namespace the command set has been
+moved into it and each command should now be fully qualified. 
+Building rivet you can choose in case to place the commands on the export 
+list or even automatically import them into the global namespace. This
+is a deprecated option though unless you have a compatibility issue
+with existing legacy Rivet based code.
 

Modified: tcl/rivet/trunk/rivet/packages/formbroker/formbroker.tcl
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/rivet/packages/formbroker/formbroker.tcl?rev=1816662&r1=1816661&r2=1816662&view=diff
==============================================================================
--- tcl/rivet/trunk/rivet/packages/formbroker/formbroker.tcl (original)
+++ tcl/rivet/trunk/rivet/packages/formbroker/formbroker.tcl Wed Nov 29 23:18:34 2017
@@ -3,7 +3,8 @@
 # Form validation and sanitation tool. Kindly donated by
 # Karl Lehenbauer (Flightaware.com)
 #
-
+# Copyright 2017 The Rivet Team
+#
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information



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