+commit c313c92ee618925a4b3afdfaca1efdfccd348b26
+Author: John Wolfe <jwolfe@vmware.com>
+Date: Wed Apr 20 13:24:07 2022 -0700
+
+ Improve the "don't touch this" comments for Linux guest identification.
+
+ Pull requests to add distro identification information are often submitted.
+ Open-vm-tools does not own the guest identification code. Such a change
+ requires coordinated changes throughout the VMware product stack.
+
+ Improve the text to reduce pull requests for changes to common source
+ code that open-vm-tools does not own and cannot make.
+
+commit c0de81f5c52415abc5ba82d6c72de91a830b6722
+Author: John Wolfe <jwolfe@vmware.com>
+Date: Wed Apr 20 13:24:07 2022 -0700
+
+ Enable time step correction log in all builds.
+
+ Enabled logging of the information in all builds of open-vm-tools.
+ This is useful for auditing and for debugging.
+
+commit 6e9e2c6b8927a6c5bfc240fd598ea0763fa6ab4a
+Author: John Wolfe <jwolfe@vmware.com>
+Date: Wed Apr 20 13:24:07 2022 -0700
+
+ ContainerInfo Plugin: correct compiler warnings in containerInfo_grpc.cc
+
+ - The local variable "containersAdded" should be an 'unsigned int' since
+ it's compared with an 'unsigned int' parameter.
+ - Remove the unreferenced local variable "numContainers".
+
+commit 32548d355e10dd469c30125818d4b32cca515cb6
+Author: John Wolfe <jwolfe@vmware.com>
+Date: Wed Apr 20 13:24:07 2022 -0700
+
+ Adding configuration information for the GlobalConf feature.
+
+ As part of the GlobalConf feature, a "globalconf" section is introduced
+ into tools.conf to provide custom configuration options for the feature.
+ The configuration parameters are as follows:
+ * enabled=false - Enable/disable the GlobalConf module.
+ * poll-interval=3600 - Poll interval for the GlobalConf feature.
+ * resource=<path> - Defines the location of the tools.conf in the
+ GuestStore. There is a separate default for Windows
+ and Linux guests.
+
+commit befd6dd60362be5d88c2114b5252f4c0a28d7e62
+Author: John Wolfe <jwolfe@vmware.com>
+Date: Wed Apr 20 13:24:07 2022 -0700
+
+ VGAuth: Customize libxml2 to open local file with unescaped file name only.
+
+commit 8d1d31386703643fe37e09b1012782670e2672a7
+Author: John Wolfe <jwolfe@vmware.com>
+Date: Wed Apr 20 13:24:07 2022 -0700
+
+ Service Discovery: Script correction to collect the version of Cassandra.
+
+commit e34a9a1b98b334f5ebff68371256810076bd0e49
+Author: John Wolfe <jwolfe@vmware.com>
+Date: Wed Apr 20 13:24:07 2022 -0700
+
+ asyncsocket.c: Use size_t in place of int type for array size and indexing.
+
+ Glibc 2.35 with GCC 11 and 12 produces additional warnings about strings
+ and array bounds. Switching from "int" to "size_t" type for variable
+ used for the array size and element indexing.
+
+ GCC warned when an integer value is passed as the size of the
+ struct pollfd array to poll().
+
+ Fixes https://github.com/vmware/open-vm-tools/issues/570
+
+commit a1af3f17d0e27120314523ec4f9364db5d040502
+Author: John Wolfe <jwolfe@vmware.com>
+Date: Wed Apr 20 13:24:07 2022 -0700
+
+ Prepare the stage-12.0.x branch for the tools 12.0.5 update release.
+
+ - Set the tools version to 12.0.5
+
+commit b7ab96e6e38f6559cb882278a53d7a7ea5c0592c
+Author: John Wolfe <jwolfe@vmware.com>
+Date: Fri Mar 4 13:01:24 2022 -0800
+
+ Open-vm-tools release 12.0.0 marked in the ChangeLog.
+
commit 9515a1c755257f6b9f998718ea9cfd6045e5250a
Author: John Wolfe <jwolfe@vmware.com>
Date: Fri Mar 4 12:50:55 2022 -0800