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 0324f70 update version number in documentation 0324f70 is described below commit 0324f70579b6c9b63f33e3178277e5d79e73e48e Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Wed Apr 17 10:02:18 2024 +0200 update version number in documentation --- ChangeLog | 23 ++++++++++++----------- doc/rivet.xml | 2 +- rivet/packages/session/session-class.tcl | 4 ++-- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index e25d280..b227ba7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,21 +1,22 @@ 2024-04-12 Massimo Manghi <mxman...@apache.org> - * src/mod_rivet_ng/mod_rivet_common.c: Determining the server_rec also - for ServerInitScripts. + * src/mod_rivet_ng/mod_rivet_common.c: Determining the server_rec also + for ServerInitScripts. + * doc/rivet.xml: update version number 2024-02-18 Massimo Manghi <mxman...@apache.org> - * doc/xml/commands.xml: fixed misspelled command ::rivet::thread_id - * VERSION: new version 3.2.5 + * 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: - * src/mod_rivet_ng/rivet_worker_mpm.c: - * src/mod_rivet_ng/worker_prefork_common.c: now calling the - new function Rivet_RunChildScripts to execute - both rivet_child_init_script and rivet_child_exit_script + * doc/rivet.xml: new version 3.2.4 + * src/mod_rivet_ng/rivet_prefork_mpm.c: + * src/mod_rivet_ng/rivet_worker_mpm.c: + * src/mod_rivet_ng/worker_prefork_common.c: now calling the + new function Rivet_RunChildScripts to execute + both rivet_child_init_script and rivet_child_exit_script 2024-01-05 Massimo Manghi <mxman...@apache.org> - * VERSION: bumped version number as 3.2.4 + * 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 diff --git a/doc/rivet.xml b/doc/rivet.xml index 9746ef2..97ab41c 100644 --- a/doc/rivet.xml +++ b/doc/rivet.xml @@ -36,7 +36,7 @@ <!ENTITY lazybridge.xml SYSTEM "xml/lazybridge.xml" > <!ENTITY formbroker.xml SYSTEM "xml/formbroker.xml" > <!ENTITY version "3.2" > - <!ENTITY fullversion "3.2.4" > + <!ENTITY fullversion "3.2.5" > <!ENTITY version2-series "2.0,2.1,2.2,2.3,2.4" > <!ENTITY version2-generic "2.x" > <!ENTITY version3-generic "3.x" > diff --git a/rivet/packages/session/session-class.tcl b/rivet/packages/session/session-class.tcl index 1ce51f4..66436cf 100644 --- a/rivet/packages/session/session-class.tcl +++ b/rivet/packages/session/session-class.tcl @@ -105,7 +105,7 @@ package require Itcl constructor {args} { eval configure $args $dioObject registerSpecialField $sessionTable session_update_time NOW - $dioObject registerSpecialField $sessionTable session_start_time NOW + $dioObject registerSpecialField $sessionTable session_start_time NOW } method status {args} { @@ -168,7 +168,7 @@ package require Itcl append del_cmd [$dioObject makeDBFieldValue $sessionTable session_update_time now SECS] append del_cmd " - [$dioObject makeDBFieldValue $sessionTable session_update_time {} SECS]" append del_cmd " > $gcMaxLifetime" - debug "do_garbage_collection: > $del_cmd <" + debug "do_garbage_collection: > $del_cmd <" set result [$dioObject exec $del_cmd] $result destroy } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org