]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare to make the 11.3.5 OVT release announcement.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 24 Sep 2021 00:48:02 +0000 (17:48 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 24 Sep 2021 00:48:02 +0000 (17:48 -0700)
 - ReleaseNotes.md - copy in the initial (final ?) 11.3.5 OVT release notes.
 - configure.ac  = set the tools version to 11.3.5.
 - buildNumber.h  - set the build and product number from the internal
                    release build.

ReleaseNotes.md
open-vm-tools/configure.ac
open-vm-tools/lib/include/buildNumber.h

index 5065b8e96652f0e03206ceba3508daa65471d11c..1073c579f749d6e634f65b520a675cc18428cfba 100644 (file)
@@ -1,34 +1,40 @@
-#          Open-vm-tools 11.3.0 Release Notes
+#          Open-vm-tools 11.3.5 Release Notes
 
-Updated on: 17 JUN 2021
+Updated on: 23 SEP 2021
 
-Open-vm-tools | 17 JUN 2021 | Build 18090558 
+Open-vm-tools | 23 SEP 2021 | Build 18557794
 
 Check back for additions and updates to these release notes.
 
-What's in the Release Notes
----------------------------
+## What's in the Release Notes
 
 The release notes cover the following topics:
 
 *   [What's New](#whatsnew)
-*   [Internationalization](#i18n)
+*   [Internationalization](#internationalization)
 *   [End of Feature Support Notice](#endoffeaturesupport)
 *   [Guest Operating System Customization Support](#guestop)
 *   [Interoperability Matrix](#interop)
-*   [Resolved Issues](#resolvedissues)
-*   [Known Issues](#knownissues)
+*   [Resolved Issues](#resolved-issues)
+*   [Known Issues](#known-issues)
 
-What's New
-----------
+## <a id="whatsnew" name="whatsnew"></a>What's New
 
-*   A small command line tool, **vmwgfxctrl**, has been added to open-vm-tools for Linux that can be used to control various aspects of the vmwgfx Linux kernel module.  Currently it can both display and set the current topology of the vmwgfx kernel driver.  It is useful when trying to configure custom resolutions on recent Linux distributions, including multi-monitor setups.
-*   A command line tool, **vmware-alias-import**, has been added to open-vm-tools that can be used to import vgauth config data and apply it to the running vgauth service.
+*   **For issues resolved in this release, see [Resolved Issues](#resolved-issues) section.**
 
-Internationalization
---------------------
+*   **Added a configurable logging capability to the `network` script.**
 
-Open-vm-tools 11.3.0 is available in the following languages:
+    The `network` script has been updated to:
+       - use `vmware-toolbox-cmd` to query any network logging configuration from the `tools.conf` file.
+       - use `vmtoolsd --cmd "log ..."` to log a message to the vmx logfile when the logging handler is configured to "vmx" or when the logfile is full or is not writeable.
+
+*   **The hgfsmounter (`mount.vmhgfs`) command has been removed from open-vm-tools.**
+
+    The hgfsmounter (`mount.vmhgfs`) command is no longer used in Linux open-vm-tools.  It has been replaced by hgfs-fuse.  Therefore, removing all references to the hgfsmounter in Linux builds.
+
+## <a id="internationalization" name="internationalization"></a>Internationalization
+
+Open-vm-tools 11.3.5 is available in the following languages:
 
 *   English
 *   French
@@ -40,74 +46,59 @@ Open-vm-tools 11.3.0 is available in the following languages:
 *   Simplified Chinese
 *   Traditional Chinese
 
-End of Feature Support Notice
------------------------------
+## <a id="endoffeaturesupport" name="endoffeaturesupport"></a>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 and no new feature support 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 on different types of VMware Tools, see [https://blogs.vmware.com/vsphere/2016/02/understanding-the-three-types-of-vm-tools.html](https://blogs.vmware.com/vsphere/2016/02/understanding-the-three-types-of-vm-tools.html)
+*   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 on different types of VMware Tools, see [https://blogs.vmware.com/vsphere/2016/02/understanding-the-three-types-of-vm-tools.html](https://blogs.vmware.com/vsphere/2016/02/understanding-the-three-types-of-vm-tools.html)
 
-Guest Operating System Customization Support
---------------------------------------------
+## <a id="guestop" name="guestop"></a>Guest Operating System Customization Support
 
 The [Guest OS Customization Support Matrix](http://partnerweb.vmware.com/programs/guestOS/guest-os-customization-matrix.pdf) provides details about the guest operating systems supported for customization.
 
-Interoperability Matrix
------------------------
+## <a id="interop" name="interop"></a>Interoperability Matrix
 
 The [VMware Product Interoperability Matrix](http://partnerweb.vmware.com/comp_guide2/sim/interop_matrix.php) provides details about the compatibility of current and earlier versions of VMware Products.
 
-Resolved Issues
----------------
-
-*   **Open-vm-tools does not report "per second rate" type of guest stats for Linux VMs with some non en-US locales.**
-    
-    For Linux VMs with some non en-US locales (such as es\_ES locale), open-vm-tools does not report "per second rate" type of guest stats on vROps. For example, Guest|Page In Rate per second.
-    
-    This issue is fixed in 11.3.0 open-vm-tools release. For earlier versions of open-vm-tools, the workaround is:
-    
-    Add export LANG=en\_US.UTF-8 in vmtoolsd daemon start script.
-    
-*   A number of Coverity reported issues have been addressed and some false positives have been annotated.
-
-*   **The following issues and pull requests reported on [github.com/vmware/open-vm-tools](https://github.com/vmware/open-vm-tools) have been addressed:**
-<br>
-    > [https://github.com/vmware/open-vm-tools/issues/509](https://github.com/vmware/open-vm-tools/issues/509) <br>
-    > [https://github.com/vmware/open-vm-tools/pull/505](https://github.com/vmware/open-vm-tools/pull/505) <br>
-    > [https://github.com/vmware/open-vm-tools/issues/500](https://github.com/vmware/open-vm-tools/issues/500) <br>
-    > [https://github.com/vmware/open-vm-tools/issues/481](https://github.com/vmware/open-vm-tools/issues/481) <br>
-    > [https://github.com/vmware/open-vm-tools/pull/474](https://github.com/vmware/open-vm-tools/pull/474) <br>
-    > [https://github.com/vmware/open-vm-tools/issues/446](https://github.com/vmware/open-vm-tools/issues/446) <br>
-
-*   **A complete list of the granular changes that are in the open-vm-tools 11.3.0 release is available at:**
-<br>
-    > [https://github.com/vmware/open-vm-tools/blob/stable-11.3.0/open-vm-tools/ChangeLog](https://github.com/vmware/open-vm-tools/blob/stable-11.3.0/open-vm-tools/ChangeLog)
-
-Known Issues
-------------
+## <a id="resolved-issues" name="resolved-issues"></a>Resolved Issues
+
+*   **Customization: Retry the Linux reboot if `telinit` is a soft link to systemctl
+.**
+
+    Issues have been reported on some newer versions of Linux where the VM failed to reboot at the end of a traditional customization.  The command '/sbin/telinit 6' exited abnormally due to SIGTERM sent by systemd and where `telinit` is a symlink to systemctl.
+
+    This issue is fixed in the 11.3.5 open-vm-tools release.
+
+*   **Open-vm-tools commands would hang if configured with "--enable-valgrind".**
+
+    The "backdoor" touch test cannot be handled by Valgrind.
+
+    This issue is fixed in the 11.3.5 open-vm-tools release.
+
+## <a id="known-issues" name="known-issues"></a>Known Issues
 
 **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.
-    
+
     Note: This issue is applicable to open-vm-tools running on Workstation and Fusion.
-    
+
     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
-    `
-    
-*   **Drag functionality fails to work in Ubuntu 16.04.**
-    
-    Drag functionality fails to work in an Ubuntu 16.04.4 32-bit virtual machine installed using Easy Install.  Also, failure of the copy and paste functionality is observed in the same system.
-    
+
+    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:
+
+    <tt>vmhgfs-fuse   /mnt/hgfs    fuse    defaults,allow_other    0    0</tt>
+
+*   **Drag functionality fails to work in Ubuntu.**
+
+    Drag functionality fails to work in Ubuntu 16.04.4 32-bit virtual machines installed using Easy Install. Also, failure of the copy and paste functionality is observed in the same systems.
+
     Note: This issue is applicable to open-vm-tools running on Workstation and Fusion.
-    
+
     Workaround:
-    
-    *   Add the modprobe.blacklist=vmwgfx linux kernel boot option.
-    *   To gain access to larger resolutions, remove svga.guestBackedPrimaryAware = "TRUE" option from the VMX file.
+
+    *   Add the <tt>modprobe.blacklist=vmwgfx</tt> linux kernel boot option.
+    *   To gain access to larger resolutions, remove <tt>svga.guestBackedPrimaryAware = "TRUE"</tt> option from the <tt>VMX</tt> file.
 
index e3821de03b389db789a03f23d607cee1d57f0931..ab315b8432e2128f371bd6b3b02c8d367e005258 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="11.3.0"
+TOOLS_VERSION="11.3.5"
 AC_INIT(
    [open-vm-tools],
-   [11.3.0],
+   [11.3.5],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index aaf3ae314a8342db1615c4bcc4c8ec6fe4aae588..53184803f680aac138cd0d9d984eb8897d61d449 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-18090558"
+       "build-18557794"
 #define BUILD_NUMBER_NUMERIC \
-       18090558
+       18557794
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "18090558"
+       "18557794"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-29534"
+       "product-build-31214"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       29534
+       31214
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "29534"
+       "31214"