From f7495fa224ed1671ea19341ecd2cb98f0bd81a30 Mon Sep 17 00:00:00 2001 From: Steve Shaw Date: Mon, 12 Feb 2024 11:49:35 +0000 Subject: [PATCH 1/2] bump version numbers and dates --- agent/agent | 4 ++-- hammerdb | 4 ++-- hammerdbcli | 6 +++--- hammerdbws | 6 +++--- src/generic/gened.tcl | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/agent/agent b/agent/agent index 4a5d619e..be7ef38e 100755 --- a/agent/agent +++ b/agent/agent @@ -15,7 +15,7 @@ exit # mpstatPlot -- visual display of mpstat idle value for all processors # by Keith Vetter # -# Copyright (C) 2003-2023 Steve Shaw +# Copyright (C) 2003-2024 Steve Shaw # Author contact information at: http://www.hammerdb.com # # This program is free software; you can redistribute it and/or @@ -40,7 +40,7 @@ namespace import comm::* interp recursionlimit {} 3000 global agentlist S iswin set iswin "false" -set version 4.9 +set version 4.10 if {$tcl_platform(platform) == "windows"} { package require twapi diff --git a/hammerdb b/hammerdb index eed106ac..5a6d16a2 100755 --- a/hammerdb +++ b/hammerdb @@ -10,7 +10,7 @@ exec wish8.6 -file $0 ${1+"$@"} exit ######################################################################## # HammerDB -# Copyright (C) 2003-2023 Steve Shaw +# Copyright (C) 2003-2024 Steve Shaw # Author contact information at: http://www.hammerdb.com # # This program is free software; you can redistribute it and/or @@ -27,7 +27,7 @@ exit # License along with this program; If not, see ######################################################################## global hdb_version -set hdb_version "v4.9" +set hdb_version "v4.10" set mainGeometry +10+10 set UserDefaultDir [ file dirname [ info script ] ] ::tcl::tm::path add "$UserDefaultDir/modules" diff --git a/hammerdbcli b/hammerdbcli index 3c08ac71..618cb376 100755 --- a/hammerdbcli +++ b/hammerdbcli @@ -10,7 +10,7 @@ export PYTHONPATH="./lib/tclpy0.4:$PYTHONPATH" exec ./bin/tclsh8.6 "$0" ${1+"$@"} ######################################################################## # HammerDB -# Copyright (C) 2003-2023 Steve Shaw +# Copyright (C) 2003-2024 Steve Shaw # Author contact information at: http://www.hammerdb.com # # This program is free software; you can redistribute it and/or @@ -27,9 +27,9 @@ exec ./bin/tclsh8.6 "$0" ${1+"$@"} # License along with this program; If not, see ######################################################################## global hdb_version -set hdb_version "v4.9" +set hdb_version "v4.10" puts "HammerDB CLI $hdb_version" -puts "Copyright (C) 2003-2023 Steve Shaw" +puts "Copyright (C) 2003-2024 Steve Shaw" if { $argc eq 0 } { set argv0 "" } else { set argv0 [ string tolower [lindex $argv 0 ]] } if { $argv0 == "" || $argv0 == "tcl" || $argv0 == "auto" } { diff --git a/hammerdbws b/hammerdbws index b0b9db46..6f7346d4 100755 --- a/hammerdbws +++ b/hammerdbws @@ -8,7 +8,7 @@ export PATH="./bin:$PATH" exec ./bin/tclsh8.6 "$0" ${1+"$@"} ######################################################################## # HammerDB -# Copyright (C) 2003-2023 Steve Shaw +# Copyright (C) 2003-2024 Steve Shaw # Author contact information at: http://www.hammerdb.com # # This program is free software; you can redistribute it and/or @@ -30,10 +30,10 @@ set argv0 "wait" set argv0 [ string tolower [lindex $argv 0 ]] } global hdb_version -set hdb_version "v4.9" +set hdb_version "v4.10" if { $argv0 != "gui" } { puts "HammerDB Web Service $hdb_version" -puts "Copyright (C) 2003-2023 Steve Shaw" +puts "Copyright (C) 2003-2024 Steve Shaw" puts "Type \"help\" for a list of commands" } set UserDefaultDir [ file dirname [ info script ] ] diff --git a/src/generic/gened.tcl b/src/generic/gened.tcl index 00db42a2..45413c5d 100755 --- a/src/generic/gened.tcl +++ b/src/generic/gened.tcl @@ -1972,14 +1972,14 @@ proc vuser_options {} { proc about { } { global hdb_version tk_messageBox -title About -message "HammerDB $hdb_version -Copyright (C) 2003-2023 +Copyright (C) 2003-2024 Steve Shaw\n" } proc license { } { tk_messageBox -title License -message " This copyright notice must be included in all distributions. -Copyright (C) 2003-2023 Steve Shaw +Copyright (C) 2003-2024 Steve Shaw This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, From 37b09f3c5d478fc16dea8fc2a4b3df504aca01ce Mon Sep 17 00:00:00 2001 From: Steve Shaw Date: Mon, 12 Feb 2024 13:09:37 +0000 Subject: [PATCH 2/2] Update Changelog with Pull Requests and Issues to v4.10 --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index c1481c03..96f04532 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1107,3 +1107,23 @@ Added Use bcp as a user option #587 (#584) Add Optional Invisible Primary Key to History for Replication in MySQL and MariaDB #586 (#580) Update precision of w_ytd to prevent numeric field overflow #585 (#577) Container file simplication #569 + +--------------------------------------------------------------------- + +Version 4.10 Feb 2024 + +Pull Requests & Issues + +Increase default CLI timeouts #668 (#667) +Add support for Microsoft Entra authentication for SQL Server #665 (#662) +Add schema and consistency checks for all databases for TPROC-C and TPROC-H #664 (#659) +Add quotemeta function to escape special characters in passwords #658 (#561,#606) +Add bcp -u option for SQL Server to trust the server certificate #653 (#651) +MSSQL TPCH Create Advanced Statistics #652 +MSSQLS TPCH Add Flag to Partition Orders and Lineitems #647 +Add giset command to set generic dictionary settings #646 (#645) +Add check to vurun for pre-existing threads #644 (#643) +Add optional purge and write back for MariaDB TPROC-C database #642 (#640) +Docker cloudtk docker gui #641 (#631) +Fix call ash_fetch,error on Windows client running PostgreSQL metrics #638 (#637) +Alter MSSQLS TPCH Schema to use Decimal not Money #634