Skip to content

Commit

Permalink
Merge pull request #744 from sm-shaw/4.12_versions_changelog
Browse files Browse the repository at this point in the history
Update version numbers and changelog for v4.12
  • Loading branch information
abondvt89 authored Aug 29, 2024
2 parents f1c12a7 + 4f2fa5a commit 945a64c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -1146,3 +1146,18 @@ Fix missing close-brace in PostgreSQL XML Connect Pool option #682(#681)
Update SVG and themes packages, Unify themes on Windows and Linux #680 (#679)
Change GUI properties dailogs to tabbed #678 (#676)
Add Support for oceanbase tpch enhancement #670 (#563) (#673)

---------------------------------------------------------------------

Version 4.12 September 2024

Pull Requests & Issues

Only enable job output for TPROC-C timed workloads #743 (#741)
Add results to web service homepage #736 (#735)
Job timing summary to report median values #733 (#732)
Bug Fix, wrong timeout value assignment in xtprof module #730
Fixes GUI inline edit errors for MySQL and CLI for MySQL, MariaDB, Oracle, Db2 #725
Fix issues with PostgreSQL inline edit #723 (#720)
Fix SQL Server database setting in GUI #722 (#721)
Consolidate output for use all warehouses option #717 (#715)
2 changes: 1 addition & 1 deletion agent/agent
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace import comm::*
interp recursionlimit {} 3000
global agentlist S iswin
set iswin "false"
set version 4.11
set version 4.12

if {$tcl_platform(platform) == "windows"} {
package require twapi
Expand Down
2 changes: 1 addition & 1 deletion hammerdb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exit
# License along with this program; If not, see <https://www.gnu.org/licenses/>
########################################################################
global hdb_version
set hdb_version "v4.11"
set hdb_version "v4.12"
set mainGeometry +10+10
set UserDefaultDir [ file dirname [ info script ] ]
::tcl::tm::path add "$UserDefaultDir/modules"
Expand Down
2 changes: 1 addition & 1 deletion hammerdbcli
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exec ./bin/tclsh8.6 "$0" ${1+"$@"}
# License along with this program; If not, see <https://www.gnu.org/licenses/>
########################################################################
global hdb_version
set hdb_version "v4.11"
set hdb_version "v4.12"
puts "HammerDB CLI $hdb_version"
puts "Copyright (C) 2003-2024 Steve Shaw"
if { $argc eq 0 } {
Expand Down
2 changes: 1 addition & 1 deletion hammerdbws
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set argv0 "wait"
set argv0 [ string tolower [lindex $argv 0 ]]
}
global hdb_version
set hdb_version "v4.11"
set hdb_version "v4.12"
if { $argv0 != "gui" } {
puts "HammerDB Web Service $hdb_version"
puts "Copyright (C) 2003-2024 Steve Shaw"
Expand Down

0 comments on commit 945a64c

Please sign in to comment.