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 5c9e208ee9dc83eb08c0bacba45b8023d776ab34 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Sun Jan 21 21:45:34 2024 +0100 bumping version number as 3.2.4 --- ChangeLog | 5 ++++- VERSION | 2 +- doc/xml/commands.xml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf39289..699e005 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2024-01-05 Massimo Manghi <mxman...@apache.org> + * VERSION: bumped version number as 3.2.4 + 2023-11-12 Massimo Manghi <mxman...@apache.org> * .appveyor.yml: Attemping to fix Visual Studio generator version @@ -16,7 +19,7 @@ * src/mod_rivet_ng/mod_rivet.c,mod_rivet_generator.c: Removed unused code that has been commented out long ago * rivet/rivet-tcl/parray.tcl: ::rivet::parray now accepting alternative way to - return output. + return data or generate output. 2023-05-18 Massimo Manghi <mxman...@apache.org> * src/mod_rivet_ng/mod_rivet.c: diff --git a/VERSION b/VERSION index b347b11..351227f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.3 +3.2.4 diff --git a/doc/xml/commands.xml b/doc/xml/commands.xml index 8641060..cf9ea29 100644 --- a/doc/xml/commands.xml +++ b/doc/xml/commands.xml @@ -357,7 +357,7 @@ command adding some extra error handling needed by mod_rivet design. The rationale for Rivet to have its own <command>::rivet::catch</command> reads as follows: within mod_rivet a script execution can be interrupted by either calling - <command>::rivet::exit</command>(deprecated) or <command>::rivet::abort_page</command>. + <command>::rivet::exit</command> (not recommended) or <command>::rivet::abort_page</command>. These commands implement a simple internal exception mechanism by returning a special error code so that execution is in turn handed down to the <command>AbortScript</command> and eventually to <command>AfterEveryScript</command> @@ -365,7 +365,7 @@ control of the <command>::catch</command> command would need to do this chore itself, checking the error info and in case throw the error again if it had been originated by one of mod_rivet's exceptions calls. This is what <command>::rivet::catch</command> - does hiding the implementation details provide a better and more compatibile way to + does by hiding the implementation details and providing a better and more compatibile way to handle this condition. </para> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org