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 b4e84cb new version 3.2.5, fixed misspelled command in manual page b4e84cb is described below commit b4e84cbbf5b492b2bc71b4bb81fb8fc0bf085863 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Sun Feb 18 13:07:32 2024 +0100 new version 3.2.5, fixed misspelled command in manual page --- ChangeLog | 4 ++++ VERSION | 2 +- doc/xml/commands.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc51315..9eca5c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-02-18 Massimo Manghi <mxman...@apache.org> + * doc/xml/commands.xml: fixed misspelled command ::rivet::thread_id + * VERSION: new version 3.2.5 + 2024-02-04 Massimo Manghi <mxman...@apache.org> * doc/rivet.xml: new version 3.2.4 * src/mod_rivet_ng/rivet_prefork_mpm.c: diff --git a/VERSION b/VERSION index 351227f..5ae69bd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.4 +3.2.5 diff --git a/doc/xml/commands.xml b/doc/xml/commands.xml index cf9ea29..ab5c06a 100644 --- a/doc/xml/commands.xml +++ b/doc/xml/commands.xml @@ -1540,7 +1540,7 @@ bab</programlisting> <refsect1> <title>Description</title> <para> - <command>::rivet::threadid</command> either returns the hexadecimal + <command>::rivet::thread_id</command> either returns the hexadecimal (default) or the decimal representation of the current thread id. This command is useful for precise identification of an execution thread when Apache runs a threaded MPM. When called with the <arg>-decimal</arg> switch the --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org