Skip to content

Commit b69b8ba

Browse files
committed
backport from HEAD.
Bumped version number to 0.67d1, leaving room for further backports
1 parent a014cfa commit b69b8ba

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

tcl/throttle_mod-procs.tcl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,6 @@ if {"async-cmd" ni [ns_job queues]} {
9494
#
9595
Class create AsyncLogFile -parameter {filename {mode a}}
9696

97-
AsyncLogFile instproc init {} {
98-
if {![info exists :filename]} {
99-
set :filename $::logdir/[namespace tail [self]]
100-
}
101-
:open
102-
}
103-
104-
Class create AsyncLogFile -parameter {filename {mode a}}
105-
10697
AsyncLogFile instproc init {} {
10798
try {
10899
if {![info exists :filename]} {

xotcl-request-monitor.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<singleton-p>t</singleton-p>
99
<auto-mount>request-monitor</auto-mount>
1010

11-
<version name="0.66" url="http://media.wu-wien.ac.at/download/xotcl-request-monitor-0.66.apm">
11+
<version name="0.67d1" url="http://media.wu-wien.ac.at/download/xotcl-request-monitor-0.67d1.apm">
1212
<owner url="mailto:neumann@wu-wien.ac.at">Gustaf Neumann</owner>
1313
<vendor url="http://wu.ac.at">WU Vienna</vendor>
1414
<summary>Request Monitor with user tracking functionality</summary>
@@ -33,7 +33,7 @@ Updated for circumventing handler calls OpenACS 5.2 for /resources/*.
3333
</description>
3434
<license>BSD-Style</license>
3535
<maturity>2</maturity>
36-
<provides url="xotcl-request-monitor" version="0.66"/>
36+
<provides url="xotcl-request-monitor" version="0.67d1"/>
3737
<requires url="acs-kernel" version="5.10.1"/>
3838
<requires url="acs-tcl" version="5.10.1"/>
3939
<requires url="xotcl-core" version="5.10.1"/>

0 commit comments

Comments
 (0)