|
5 | 5 | are used when configuring [F5 BIG-IP](http://www.f5.com/products/big-ip/) devices.
|
6 | 6 |
|
7 | 7 | ## News
|
| 8 | +- 4th May 2020 - Version [1.0.14](https://github.com/landro/TesTcl/releases) released |
8 | 9 | - 10th November 2018 - Version [1.0.13](https://github.com/landro/TesTcl/releases) released
|
9 | 10 | - 26th September 2018 - Version [1.0.12](https://github.com/landro/TesTcl/releases) released
|
10 | 11 | - 24th May 2018 - Version [1.0.11](https://github.com/landro/TesTcl/releases) released
|
11 | 12 | - 23rd March 2017 - Version [1.0.10](https://github.com/landro/TesTcl/releases) released
|
12 | 13 | - 29th April 2016 - Version [1.0.9](https://github.com/landro/TesTcl/releases) released
|
13 |
| -- 16th December 2015 - Version [1.0.8](https://github.com/landro/TesTcl/releases) released |
14 | 14 |
|
15 | 15 | ## Getting started
|
16 | 16 |
|
@@ -43,7 +43,7 @@ rule simple {
|
43 | 43 | Now, create a file called *test_simple_irule.tcl* containing the following lines:
|
44 | 44 |
|
45 | 45 | ```tcl
|
46 |
| -package require -exact testcl 1.0.13 |
| 46 | +package require -exact testcl 1.0.14 |
47 | 47 | namespace import ::testcl::*
|
48 | 48 |
|
49 | 49 | # Comment in to enable logging
|
@@ -124,7 +124,7 @@ Unzip, and add unzipped directory to the [TCLLIBPATH](http://jtcl.kenai.com/gett
|
124 | 124 |
|
125 | 125 | On MacOS X and Linux:
|
126 | 126 |
|
127 |
| - export TCLLIBPATH=whereever/TesTcl-1.0.13 |
| 127 | + export TCLLIBPATH=whereever/TesTcl-1.0.14 |
128 | 128 |
|
129 | 129 | On Windows, create a System Variable named `TCLLIBPATH` and make sure that the path uses forward slashes '/'
|
130 | 130 |
|
@@ -209,7 +209,7 @@ NB! Be carefull with using _on_ commands in _before_. If there will be another d
|
209 | 209 | Using the _before_ command, *test_simple_irule.tcl* can be rewritten as:
|
210 | 210 |
|
211 | 211 | ```tcl
|
212 |
| -package require -exact testcl 1.0.13 |
| 212 | +package require -exact testcl 1.0.14 |
213 | 213 | namespace import ::testcl::*
|
214 | 214 |
|
215 | 215 | # Comment in to enable logging
|
@@ -290,7 +290,7 @@ rule advanced {
|
290 | 290 | The specs for this iRule would look like this:
|
291 | 291 |
|
292 | 292 | ```tcl
|
293 |
| -package require -exact testcl 1.0.13 |
| 293 | +package require -exact testcl 1.0.14 |
294 | 294 | namespace import ::testcl::*
|
295 | 295 |
|
296 | 296 | # Comment out to suppress logging
|
@@ -405,7 +405,7 @@ rule headers {
|
405 | 405 | The example specs for this iRule would look like this:
|
406 | 406 |
|
407 | 407 | ```tcl
|
408 |
| -package require -exact testcl 1.0.13 |
| 408 | +package require -exact testcl 1.0.14 |
409 | 409 | namespace import ::testcl::*
|
410 | 410 |
|
411 | 411 | # Comment out to suppress logging
|
@@ -451,7 +451,7 @@ rule classes {
|
451 | 451 | with code that looks like this
|
452 | 452 |
|
453 | 453 | ```tcl
|
454 |
| -package require -exact testcl 1.0.13 |
| 454 | +package require -exact testcl 1.0.14 |
455 | 455 | namespace import testcl::*
|
456 | 456 |
|
457 | 457 | before {
|
|
0 commit comments