From 7e4cdc4eb077af827ada4d41082dabe89477e68e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Magnus=20Landr=C3=B8?= Date: Thu, 24 May 2018 23:04:00 +0200 Subject: [PATCH] Preparing 1.0.11 release --- README.md | 12 ++++++------ examples/errors/error_simple.tcl | 2 +- examples/example_irule_advanced.tcl | 2 +- examples/example_irule_call.tcl | 2 +- examples/example_irule_classes.tcl | 2 +- examples/example_irule_headers.tcl | 2 +- examples/example_irule_simple.tcl | 2 +- examples/example_irule_variables.tcl | 2 +- pkgIndex.tcl | 2 +- scripts/release.md | 2 +- src/assert.tcl | 2 +- src/classes.tcl | 2 +- src/global.tcl | 2 +- src/ip.tcl | 2 +- src/irulehttp.tcl | 2 +- src/iruleuri.tcl | 2 +- src/it.tcl | 2 +- src/on.tcl | 2 +- src/onirule.tcl | 2 +- 19 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 2f53fd7..d8fb3ed 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ rule simple { Now, create a file called *test_simple_irule.tcl* containing the following lines: ```tcl -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import ::testcl::* # Comment in to enable logging @@ -121,7 +121,7 @@ If you get a message saying *syntax error in expression ""aa" starts_with "a"": Download latest [TesTcl distribution](https://github.com/landro/TesTcl/releases) from github containing all the files (including examples) found in the project. Unzip, and add unzipped directory to the [TCLLIBPATH](http://jtcl.kenai.com/gettingstarted.html) environment variable: - export TCLLIBPATH=whereever/TesTcl-1.0.10 + export TCLLIBPATH=whereever/TesTcl-1.0.11 In order to run this example, type in the following at the command-line: @@ -204,7 +204,7 @@ NB! Be carefull with using _on_ commands in _before_. If there will be another d Using the _before_ command, *test_simple_irule.tcl* can be rewritten as: ```tcl -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import ::testcl::* # Comment in to enable logging @@ -285,7 +285,7 @@ rule advanced { The specs for this iRule would look like this: ```tcl -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import ::testcl::* # Comment out to suppress logging @@ -400,7 +400,7 @@ rule headers { The example specs for this iRule would look like this: ```tcl -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import ::testcl::* # Comment out to suppress logging @@ -446,7 +446,7 @@ rule classes { with code that looks like this ```tcl -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import testcl::* before { diff --git a/examples/errors/error_simple.tcl b/examples/errors/error_simple.tcl index c4f1d65..5454ef4 100644 --- a/examples/errors/error_simple.tcl +++ b/examples/errors/error_simple.tcl @@ -1,4 +1,4 @@ -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import ::testcl::* ## diff --git a/examples/example_irule_advanced.tcl b/examples/example_irule_advanced.tcl index 1919a37..8fff338 100644 --- a/examples/example_irule_advanced.tcl +++ b/examples/example_irule_advanced.tcl @@ -1,4 +1,4 @@ -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import ::testcl::* ## diff --git a/examples/example_irule_call.tcl b/examples/example_irule_call.tcl index 988f48e..eb037ef 100644 --- a/examples/example_irule_call.tcl +++ b/examples/example_irule_call.tcl @@ -1,4 +1,4 @@ -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import ::testcl::* # Comment in to enable logging diff --git a/examples/example_irule_classes.tcl b/examples/example_irule_classes.tcl index cef7f6d..78311e0 100644 --- a/examples/example_irule_classes.tcl +++ b/examples/example_irule_classes.tcl @@ -1,4 +1,4 @@ -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import ::testcl::* before { diff --git a/examples/example_irule_headers.tcl b/examples/example_irule_headers.tcl index 7fa9074..85735bd 100644 --- a/examples/example_irule_headers.tcl +++ b/examples/example_irule_headers.tcl @@ -1,4 +1,4 @@ -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import ::testcl::* ## diff --git a/examples/example_irule_simple.tcl b/examples/example_irule_simple.tcl index d237c05..ca8ff79 100644 --- a/examples/example_irule_simple.tcl +++ b/examples/example_irule_simple.tcl @@ -1,4 +1,4 @@ -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import ::testcl::* ## diff --git a/examples/example_irule_variables.tcl b/examples/example_irule_variables.tcl index be73a58..d8038a3 100644 --- a/examples/example_irule_variables.tcl +++ b/examples/example_irule_variables.tcl @@ -1,4 +1,4 @@ -package require -exact testcl 1.0.10 +package require -exact testcl 1.0.11 namespace import ::testcl::* ## diff --git a/pkgIndex.tcl b/pkgIndex.tcl index a4632be..1683d7f 100644 --- a/pkgIndex.tcl +++ b/pkgIndex.tcl @@ -64,7 +64,7 @@ set sources {} foreach {f} $files { lappend sources [list source [file join $dir src $f]] } -package ifneeded testcl 1.0.10 [join $sources "\n"] +package ifneeded testcl 1.0.11 [join $sources "\n"] # Disable certain Tcl commands from iRules if { $::tcl_platform(platform) eq "java" } { diff --git a/scripts/release.md b/scripts/release.md index dbf0786..1baf85d 100644 --- a/scripts/release.md +++ b/scripts/release.md @@ -7,7 +7,7 @@ Mac OS X/Free BSD Tagging a new release and pushing to origin - git tag -a v1.0.10 -m 'Release 1.0.10' + git tag -a v1.0.11 -m 'Release 1.0.11' git push --tags Remove feature branches after merging diff --git a/src/assert.tcl b/src/assert.tcl index 7bf53fa..ef20bc1 100644 --- a/src/assert.tcl +++ b/src/assert.tcl @@ -1,4 +1,4 @@ -package provide testcl 1.0.10 +package provide testcl 1.0.11 package require log namespace eval ::testcl { diff --git a/src/classes.tcl b/src/classes.tcl index 1c2178e..8fb5917 100644 --- a/src/classes.tcl +++ b/src/classes.tcl @@ -1,4 +1,4 @@ -package provide testcl 1.0.10 +package provide testcl 1.0.11 package require log package require cmdline diff --git a/src/global.tcl b/src/global.tcl index 4f2d2ed..b7d4da2 100644 --- a/src/global.tcl +++ b/src/global.tcl @@ -1,4 +1,4 @@ -package provide testcl 1.0.10 +package provide testcl 1.0.11 package require log namespace eval ::testcl { diff --git a/src/ip.tcl b/src/ip.tcl index d98e2af..c022d69 100644 --- a/src/ip.tcl +++ b/src/ip.tcl @@ -1,4 +1,4 @@ -package provide testcl 1.0.10 +package provide testcl 1.0.11 package require log package require ip diff --git a/src/irulehttp.tcl b/src/irulehttp.tcl index 3dc757e..c9f74af 100644 --- a/src/irulehttp.tcl +++ b/src/irulehttp.tcl @@ -1,4 +1,4 @@ -package provide testcl 1.0.10 +package provide testcl 1.0.11 package require log package require base64 diff --git a/src/iruleuri.tcl b/src/iruleuri.tcl index 0fbf2cc..4a2257c 100644 --- a/src/iruleuri.tcl +++ b/src/iruleuri.tcl @@ -1,4 +1,4 @@ -package provide testcl 1.0.10 +package provide testcl 1.0.11 package require log package require base64 diff --git a/src/it.tcl b/src/it.tcl index a911e27..08e1c85 100644 --- a/src/it.tcl +++ b/src/it.tcl @@ -1,4 +1,4 @@ -package provide testcl 1.0.10 +package provide testcl 1.0.11 package require log namespace eval ::testcl { diff --git a/src/on.tcl b/src/on.tcl index e7f819c..3eb7677 100644 --- a/src/on.tcl +++ b/src/on.tcl @@ -1,4 +1,4 @@ -package provide testcl 1.0.10 +package provide testcl 1.0.11 package require log namespace eval ::testcl { diff --git a/src/onirule.tcl b/src/onirule.tcl index 5e12800..205f0c7 100644 --- a/src/onirule.tcl +++ b/src/onirule.tcl @@ -1,4 +1,4 @@ -package provide testcl 1.0.10 +package provide testcl 1.0.11 package require log namespace eval ::testcl {