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 c5b91362d23c47db0e5c1f2faf8ec516e12e6b0a Merge: 00bbcfc 2ab3eda Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Tue Nov 20 22:53:05 2018 +0100 Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet ChangeLog | 6 ++++++ doc/rivet.xml.in | 24 ++++++++++++------------ src/mod_rivet_ng/rivetCore.c | 23 ++++++++++++++++++++++- tests/fqrivet_var.tcl | 40 ++++++++++++++++++++++++++++++++++++++++ tests/post.test | 23 +++++++++++++++++++++++ 5 files changed, 103 insertions(+), 13 deletions(-) diff --cc ChangeLog index 5b2ac83,5c4ed63..e039b3d --- a/ChangeLog +++ b/ChangeLog @@@ -1,8 -1,9 +1,14 @@@ + 2018-11-20 Massimo Manghi <mxman...@apache.org> + * src/mod_rivet_ng/rivetCore.c: patching from 3.0 to fix bug #92926 + * 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 + +2018-11-11 Massimo Manghi <mxman...@apache.org> + * configure.ac: correct macro description + * src/mod_rivet_ng/rivetChannel.c: new copyright notice + * doc/xml/commands.xml: correct sentence in ::rivet::exit manual page + 2018-11-02 Massimo Manghi <mxman...@apache.org> * src/mod_rivet_ng/mod_rivet.[c|h]: add macro RIVET_MPM_BRIDGE to compose rivet bridge names --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org