You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2022/02/14 16:35:45 UTC

[tcl-rivet] branch master updated: document latest feature added

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/master by this push:
     new 40b164c  document latest feature added
40b164c is described below

commit 40b164cc1aeec909ff410de88145f596d14cd245
Author: Massimo Manghi <ma...@gmail.com>
AuthorDate: Mon Feb 14 17:35:30 2022 +0100

    document latest feature added
---
 ChangeLog | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1023b65..5ff9a9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+2022-02-14 Massimo Manghi <mx...@apache.org>
+	* src/mod_rivet_ng/rivetCore.c: New feature of the '::rivet::var all' commands.
+	An extra optional argument is interpreted as a dictionary of default values 
+	* tclconfig/tcl.m4,tclconfig/install-sh: install latest version from Tclconfig repository
+	* doc/xml/commands.xml: update page manual for ::rivet::var
+
 2022-02-13 Massimo Manghi <mx...@apache.org>
+	* VERSION: bumping version number as 3.2.2
 	* src/mod_rivet_ng/rivetCore.c: fixed possible memory leak in Rivet_Var. A Tcl_Obj
 	was created to return empty strings replacing an already existing Tcl_Obj losing
-	track of it
-	* VERSION: bumping version number as 3.2.2
+	track of it. 	
+	* tclconfig/tcl.m4,tclconfig/install-sh: install latest version from Tclconfig repository
 
 2022-01-06 Massimo Manghi <mx...@apache.org>
 	* configure.ac: changing obsolete macro AC_PROG_LIBTOOL into LT_INIT

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