From: John Wolfe Date: Thu, 10 Nov 2022 20:10:55 +0000 (-0800) Subject: Update the ChangeLog file with the changes in the 12.1.5 open-vm-tools release. X-Git-Tag: stable-12.1.5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864ffc76c53e0523b08dad1d1a82a36f75e6f06c;p=thirdparty%2Fopen-vm-tools.git Update the ChangeLog file with the changes in the 12.1.5 open-vm-tools release. - plus the ChangeLog update of Aug. 23, 2022 --- diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index 13479e972..feb6c2d78 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,3 +1,81 @@ +commit a205236af862e732c774a5c2b77b700ccfc73f25 +Author: John Wolfe +Date: Thu Nov 10 12:01:14 2022 -0800 + + Fix printf format type found by Coverity scan. + + printf format should be using %zu to print a size_t value. + +commit 0a5d9821a6a82ab773d41b7ae9afe9dc8cccff30 +Author: John Wolfe +Date: Thu Nov 10 12:01:14 2022 -0800 + + Avoid a vmtoolsd service error message if not on a VMware hypervisor. + + When open-vm-tools comes preinstalled in a base Linux release, the + vmtoolsd services are started automatically at system start + and desktop login. If running on physical hardware or in a non-VMware + hypervisor, the services will emit an error message to the systemd's + logging service before stopping. + + This change removes the unwanted error message. + +commit bb64ec6aa24c123bb25d1c48a4c126efa4fda5bf +Author: John Wolfe +Date: Thu Nov 10 12:01:14 2022 -0800 + + Add an example of a new deployPkg/wait-cloudinit-timeout setting to tools.conf. + +commit cd995a58b07a91d7804d9fdec5545a5fe11e9db9 +Author: John Wolfe +Date: Thu Nov 10 12:01:14 2022 -0800 + + Make Linux perl based customization work with the cloud-init workflow. + + To resolve issues seen where users want to set a vm's networking + and apply cloud-init userdata together before the vm is booted, the + deployPkg plugin has been modified to wait for cloud-init + execution to finish. This allows cloud-init to finish execution + completely before the customization process triggers a reboot + of the guest. + + This change is solely in the deployPkg plugin side, so a user can get + this change by upgrading their open-vm-tools in the guest/template. + Crossport of change 10318445 and 10330918 from main to vmtools-prod-cpd. + +commit f7009c53afdab9a9507257c77bfeb30d8baaac8c +Author: John Wolfe +Date: Thu Nov 10 12:01:14 2022 -0800 + + Add a null undo function to the vmbackup null provider. + + If a snapshot operation times out, vmbackup can attempt + to undo quiescing. Since no quiescing is done for the null + backup provider, no undo function was provided. If vmbackup + attempts to call the undo function, it dereferences a garbage + pointer resulting in a segfault. + + Rather than add null backup provider specific checks to vmbackup, + this change adds a null undo function to provide vmbackup with a + valid function pointer it can call. The new undo function updates + the vmbackup state machine state with a new currentOpName, but + has no other effect. currentOpName is set to the calling + function name, e.g. __FUNCTION__. + +commit db9cb277841ddd56e2665fd29e3ee8c6f37fe233 +Author: John Wolfe +Date: Thu Nov 10 12:01:14 2022 -0800 + + Prepare tools builds on vmtools-prod-cpd for the 12.1.5 update release. + + - Bump the tools version to 12.1.5. + +commit 6f5e4b13647b40a45c196dad76b1cb39cc6690b9 +Author: John Wolfe +Date: Tue Aug 23 14:59:44 2022 -0700 + + Update of the ChangeLog with the "open-vm-tools 12.1.0" release point marker. + commit 196eee046dc54358275ee5130cd189cd686efb27 Author: John Wolfe Date: Tue Aug 23 14:52:28 2022 -0700