Skip to content

Commit 945a64c

Browse files
authored
Merge pull request #744 from sm-shaw/4.12_versions_changelog
Update version numbers and changelog for v4.12
2 parents f1c12a7 + 4f2fa5a commit 945a64c

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,3 +1146,18 @@ Fix missing close-brace in PostgreSQL XML Connect Pool option #682(#681)
11461146
Update SVG and themes packages, Unify themes on Windows and Linux #680 (#679)
11471147
Change GUI properties dailogs to tabbed #678 (#676)
11481148
Add Support for oceanbase tpch enhancement #670 (#563) (#673)
1149+
1150+
---------------------------------------------------------------------
1151+
1152+
Version 4.12 September 2024
1153+
1154+
Pull Requests & Issues
1155+
1156+
Only enable job output for TPROC-C timed workloads #743 (#741)
1157+
Add results to web service homepage #736 (#735)
1158+
Job timing summary to report median values #733 (#732)
1159+
Bug Fix, wrong timeout value assignment in xtprof module #730
1160+
Fixes GUI inline edit errors for MySQL and CLI for MySQL, MariaDB, Oracle, Db2 #725
1161+
Fix issues with PostgreSQL inline edit #723 (#720)
1162+
Fix SQL Server database setting in GUI #722 (#721)
1163+
Consolidate output for use all warehouses option #717 (#715)

agent/agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace import comm::*
5757
interp recursionlimit {} 3000
5858
global agentlist S iswin
5959
set iswin "false"
60-
set version 4.11
60+
set version 4.12
6161

6262
if {$tcl_platform(platform) == "windows"} {
6363
package require twapi

hammerdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.11"
30+
set hdb_version "v4.12"
3131
set mainGeometry +10+10
3232
set UserDefaultDir [ file dirname [ info script ] ]
3333
::tcl::tm::path add "$UserDefaultDir/modules"

hammerdbcli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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.11"
30+
set hdb_version "v4.12"
3131
puts "HammerDB CLI $hdb_version"
3232
puts "Copyright (C) 2003-2024 Steve Shaw"
3333
if { $argc eq 0 } {

hammerdbws

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set argv0 "wait"
3030
set argv0 [ string tolower [lindex $argv 0 ]]
3131
}
3232
global hdb_version
33-
set hdb_version "v4.11"
33+
set hdb_version "v4.12"
3434
if { $argv0 != "gui" } {
3535
puts "HammerDB Web Service $hdb_version"
3636
puts "Copyright (C) 2003-2024 Steve Shaw"

0 commit comments

Comments
 (0)