Skip to content

Latest commit

 

History

History
99 lines (56 loc) · 4.84 KB

ReleaseNotes.md

File metadata and controls

99 lines (56 loc) · 4.84 KB

Open-vm-tools 12.0.5 Release Notes

Updated on: 24th MAY 2022

Open-vm-tools | 24th MAY 2022 | Build 19716617

Check back for additions and updates to these release notes.

What's in the Release Notes

The release notes cover the following topics:

What's New

  • There are no new features or significant changes in the open-vm-tools 12.0.5 release. This is primarily a maintenance release.

  • Please see the Resolved Issues and Known Issues sections below.

Internationalization

Open-vm-tools 12.0.5 is available in the following languages:

  • English
  • French
  • German
  • Spanish
  • Italian
  • Japanese
  • Korean
  • Simplified Chinese
  • Traditional Chinese

End of Feature Support Notice

  • The tar tools (linux.iso) and OSPs shipped with VMware Tools 10.3.x release will continue to be supported. However, releases after VMware Tools 10.3.5 will only include critical and security fixes. No new feature support will be provided in these types of VMware Tools (tar tools and OSP's). It is recommended that customers use open-vm-tools for those operating systems that support open-vm-tools. For more information about open-vm-tools, see https://kb.vmware.com/s/article/2073803.

Guest Operating System Customization Support

The Guest OS Customization Support Matrix provides details about the guest operating systems supported for customization.

Interoperability Matrix

The VMware Product Interoperability Matrix provides details about the compatibility of current and earlier versions of VMware Products.

Resolved Issues

  • [FTBFS] glibc 2.35 and GCC 11 & 12 reporting possible array bounds overflow - bora/lib/asyncsocket/asyncksocket.c: AsyncTCPSocketPollWork()

    Reported in open-vm-tools issue #570, the fix was not available at the time of the open-vm-tools 12.0.0 code freeze date. The fix was made available in the open-vm-tools "devel" branch.

    This issue is fixed in this release.

  • [FTBFS] ContainerInfo Plugin: compilation warnings with a newer version of GCC

    Newer releases of the GNU GCC/C++ compiler report a warning about "comparison of integer expressions of different signedness" in containerInfo_grpc.cc

    This issue is fixed in this release.

  • A complete list of the granular changes in the open-vm-tools 12.0.5 release is available at:

    Open-vm-tools ChangeLog

Known Issues

The known issues are grouped as follows.

Open-vm-tools Issues

  • [FTBFS] Fix the build of the ContainerInfo plugin for a 32-bit Linux release

    Reported in open-vm-tools pull request #588, the fix did not make the code freeze date. The fix is available in the open-vm-tools "devel" branch at commit 605c30a and can be applied directly to the 12.0.0 and 12.0.5 open-vm-tools sources.

    The fix will be in the next open-vm-tools source release.

Open-vm-tools Issues in VMware Workstation or Fusion

  • Shared Folders mount is unavailable on Linux VM.

    If the Shared Folders feature is enabled on a Linux VM while it is powered off, the shared folders mount is not available on restart.

    Workaround:

    If the VM is powered on, disable and enable the Shared Folders feature from the interface. For resolving the issue permanently, edit /etc/fstab and add an entry to mount the Shared Folders automatically on boot. For example, add the line:

    vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0