Skip to content

Commit 561eaf5

Browse files
authored
Merge pull request #669 from sm-shaw/4.10_versions_changelog
v4.10 Version numbers and Changelog
2 parents 12748be + 37b09f3 commit 561eaf5

6 files changed

Lines changed: 32 additions & 12 deletions

File tree

ChangeLog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,3 +1107,23 @@ Added Use bcp as a user option #587 (#584)
11071107
Add Optional Invisible Primary Key to History for Replication in MySQL and MariaDB #586 (#580)
11081108
Update precision of w_ytd to prevent numeric field overflow #585 (#577)
11091109
Container file simplication #569
1110+
1111+
---------------------------------------------------------------------
1112+
1113+
Version 4.10 Feb 2024
1114+
1115+
Pull Requests & Issues
1116+
1117+
Increase default CLI timeouts #668 (#667)
1118+
Add support for Microsoft Entra authentication for SQL Server #665 (#662)
1119+
Add schema and consistency checks for all databases for TPROC-C and TPROC-H #664 (#659)
1120+
Add quotemeta function to escape special characters in passwords #658 (#561,#606)
1121+
Add bcp -u option for SQL Server to trust the server certificate #653 (#651)
1122+
MSSQL TPCH Create Advanced Statistics #652
1123+
MSSQLS TPCH Add Flag to Partition Orders and Lineitems #647
1124+
Add giset command to set generic dictionary settings #646 (#645)
1125+
Add check to vurun for pre-existing threads #644 (#643)
1126+
Add optional purge and write back for MariaDB TPROC-C database #642 (#640)
1127+
Docker cloudtk docker gui #641 (#631)
1128+
Fix call ash_fetch,error on Windows client running PostgreSQL metrics #638 (#637)
1129+
Alter MSSQLS TPCH Schema to use Decimal not Money #634

agent/agent

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exit
1515
# mpstatPlot -- visual display of mpstat idle value for all processors
1616
# by Keith Vetter
1717
#
18-
# Copyright (C) 2003-2023 Steve Shaw
18+
# Copyright (C) 2003-2024 Steve Shaw
1919
# Author contact information at: http://www.hammerdb.com
2020
#
2121
# This program is free software; you can redistribute it and/or
@@ -40,7 +40,7 @@ namespace import comm::*
4040
interp recursionlimit {} 3000
4141
global agentlist S iswin
4242
set iswin "false"
43-
set version 4.9
43+
set version 4.10
4444

4545
if {$tcl_platform(platform) == "windows"} {
4646
package require twapi

hammerdb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exec wish8.6 -file $0 ${1+"$@"}
1010
exit
1111
########################################################################
1212
# HammerDB
13-
# Copyright (C) 2003-2023 Steve Shaw
13+
# Copyright (C) 2003-2024 Steve Shaw
1414
# Author contact information at: http://www.hammerdb.com
1515
#
1616
# This program is free software; you can redistribute it and/or
@@ -27,7 +27,7 @@ exit
2727
# License along with this program; If not, see <https://www.gnu.org/licenses/>
2828
########################################################################
2929
global hdb_version
30-
set hdb_version "v4.9"
30+
set hdb_version "v4.10"
3131
set mainGeometry +10+10
3232
set UserDefaultDir [ file dirname [ info script ] ]
3333
::tcl::tm::path add "$UserDefaultDir/modules"

hammerdbcli

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export PYTHONPATH="./lib/tclpy0.4:$PYTHONPATH"
1010
exec ./bin/tclsh8.6 "$0" ${1+"$@"}
1111
########################################################################
1212
# HammerDB
13-
# Copyright (C) 2003-2023 Steve Shaw
13+
# Copyright (C) 2003-2024 Steve Shaw
1414
# Author contact information at: http://www.hammerdb.com
1515
#
1616
# This program is free software; you can redistribute it and/or
@@ -27,9 +27,9 @@ exec ./bin/tclsh8.6 "$0" ${1+"$@"}
2727
# License along with this program; If not, see <https://www.gnu.org/licenses/>
2828
########################################################################
2929
global hdb_version
30-
set hdb_version "v4.9"
30+
set hdb_version "v4.10"
3131
puts "HammerDB CLI $hdb_version"
32-
puts "Copyright (C) 2003-2023 Steve Shaw"
32+
puts "Copyright (C) 2003-2024 Steve Shaw"
3333
if { $argc eq 0 } {
3434
set argv0 "" } else { set argv0 [ string tolower [lindex $argv 0 ]] }
3535
if { $argv0 == "" || $argv0 == "tcl" || $argv0 == "auto" } {

hammerdbws

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export PATH="./bin:$PATH"
88
exec ./bin/tclsh8.6 "$0" ${1+"$@"}
99
########################################################################
1010
# HammerDB
11-
# Copyright (C) 2003-2023 Steve Shaw
11+
# Copyright (C) 2003-2024 Steve Shaw
1212
# Author contact information at: http://www.hammerdb.com
1313
#
1414
# This program is free software; you can redistribute it and/or
@@ -30,10 +30,10 @@ set argv0 "wait"
3030
set argv0 [ string tolower [lindex $argv 0 ]]
3131
}
3232
global hdb_version
33-
set hdb_version "v4.9"
33+
set hdb_version "v4.10"
3434
if { $argv0 != "gui" } {
3535
puts "HammerDB Web Service $hdb_version"
36-
puts "Copyright (C) 2003-2023 Steve Shaw"
36+
puts "Copyright (C) 2003-2024 Steve Shaw"
3737
puts "Type \"help\" for a list of commands"
3838
}
3939
set UserDefaultDir [ file dirname [ info script ] ]

src/generic/gened.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,14 +1972,14 @@ proc vuser_options {} {
19721972
proc about { } {
19731973
global hdb_version
19741974
tk_messageBox -title About -message "HammerDB $hdb_version
1975-
Copyright (C) 2003-2023
1975+
Copyright (C) 2003-2024
19761976
Steve Shaw\n"
19771977
}
19781978

19791979
proc license { } {
19801980
tk_messageBox -title License -message "
19811981
This copyright notice must be included in all distributions.
1982-
Copyright (C) 2003-2023 Steve Shaw
1982+
Copyright (C) 2003-2024 Steve Shaw
19831983
19841984
This program is free software: you can redistribute it and/or modify it under the terms
19851985
of the GNU General Public License as published by the Free Software Foundation,

0 commit comments

Comments
 (0)