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 2018/11/23 18:34:05 UTC

[tcl-rivet] branch master updated (c5b9136 -> 003108d)

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

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


    from c5b9136  Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet
     new a3d08c0  add const qualifier to variable to silent a warning, realign entities in rivet.xml.in
     new abc3fc8  Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet
     new 003108d  bump version number to 3.2.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                    | 7 ++++++-
 VERSION                      | 2 +-
 configure.ac                 | 2 +-
 src/mod_rivet_ng/rivetCore.c | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)


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


[tcl-rivet] 01/03: add const qualifier to variable to silent a warning, realign entities in rivet.xml.in

Posted by mx...@apache.org.
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

commit a3d08c06211b48d00cc25462cc398161ef222850
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Tue Nov 20 10:34:09 2018 +0100

    add const qualifier to variable to silent a warning, realign entities in rivet.xml.in
---
 src/mod_rivet_ng/rivetCore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mod_rivet_ng/rivetCore.c b/src/mod_rivet_ng/rivetCore.c
index fde7281..66cb9d8 100644
--- a/src/mod_rivet_ng/rivetCore.c
+++ b/src/mod_rivet_ng/rivetCore.c
@@ -638,7 +638,7 @@ TCL_CMD_HEADER ( Rivet_LoadHeaders )
 TCL_CMD_HEADER ( Rivet_Var )
 {
     rivet_thread_private*   private;
-    char*                   cmd; 
+    const char*             cmd; 
     char*                   command;
     Tcl_Obj*                result = NULL;
     int                     source;


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


[tcl-rivet] 03/03: bump version number to 3.2.0

Posted by mx...@apache.org.
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

commit 003108d354dc5546f7bd8f2c1a4831e962dd6c5a
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Fri Nov 23 19:33:55 2018 +0100

    bump version number to 3.2.0
---
 ChangeLog    | 7 ++++++-
 VERSION      | 2 +-
 configure.ac | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e039b3d..a94ebdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
+2018-11-23 Massimo Manghi <mx...@apache.org>
+    * VERSION,configure,ac: version number bumped to 3.2.0 as we created
+    3.1 out of branch 3.0 in order to highlight possible regressions that
+    may surface as a consequence of fixing bug #62926
+
 2018-11-20 Massimo Manghi <mx...@apache.org>
-    * src/mod_rivet_ng/rivetCore.c: patching from 3.0 to fix bug #92926
+    * src/mod_rivet_ng/rivetCore.c: patching from 3.0 to fix bug #62926
     * tests/post.rvt,fqrivet_var.tcl: add tests to prevent post and get
     variables crosstalk (bug #92926)
     * doc/rivet.xml.in: displaying full version associated to the manual
diff --git a/VERSION b/VERSION
index fd2a018..944880f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.0
+3.2.0
diff --git a/configure.ac b/configure.ac
index cdbd67c..9f4cf5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl
 # so you can encode the package version directly into the source files.
 #-----------------------------------------------------------------------
 
-AC_INIT([Rivet],[3.1.0])
+AC_INIT([Rivet],[3.2.0])
 TEA_INIT([3.9])
 
 # we are storing here the configure command line, as recursive


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


[tcl-rivet] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet

Posted by mx...@apache.org.
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

commit abc3fc844fd6a742966e09030fc3a9edddf6d6d8
Merge: a3d08c0 c5b9136
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Fri Nov 23 19:26:01 2018 +0100

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet

 ChangeLog                       |  5 +++++
 configure.ac                    |  2 +-
 doc/xml/commands.xml            |  2 +-
 src/mod_rivet_ng/rivetChannel.c | 35 ++++++++++++++++++++---------------
 4 files changed, 27 insertions(+), 17 deletions(-)


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