]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare to make the 11.2.5 OVT release announcement.
authorJohn Wolfe <jwolfe@vmware.com>
Wed, 13 Jan 2021 22:48:17 +0000 (14:48 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Wed, 13 Jan 2021 22:48:17 +0000 (14:48 -0800)
  - ReleaseNotes.md - copy in the final 11.2.5 OVT release notes
  - configure.ac  = set the tools version to 11.2.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 7f88e4e815c17cf928b52611cc2392fc8fe9341c..a3546d8dc1bcf179ec9efa3c6c82a8d2ea162156 100644 (file)
@@ -1,8 +1,8 @@
-#open-vm-tools 11.2.0 Release Notes
+     Open-vm-tools 11.2.5 Release Notes
 
-**Updated on: 15 OCT 2020**
+**Updated on: 12 JAN 2021**
 
-Open-vm-tools | 15 OCT 2020 | Build 16938113
+Open-vm-tools | 12 JAN 2021 | Build 17337674
 
 Check for additions and updates to these release notes.
 
@@ -12,6 +12,7 @@ What's in the Release Notes
 The release notes cover the following topics:
 
 *   [What's New](#whatsnew)
+*   [Internationalization](#i18n)
 *   [End of Feature Support Notice](#endoffeaturesupport)
 *   [Guest Operating System Customization Support](#guestop)
 *   [Interoperability Matrix](#interop)
@@ -23,6 +24,21 @@ What's New
 
 *   Fixed issues mentioned in [Resolved Issues](#resolvedissues) section.
 
+Internationalization
+--------------------
+
+Open-vm-tools 11.2.5 is available in the following languages:
+
+*   English
+*   French
+*   German
+*   Spanish
+*   Italian
+*   Japanese
+*   Korean
+*   Simplified Chinese
+*   Traditional Chinese
+
 End of Feature Support Notice
 -----------------------------
 
@@ -36,37 +52,34 @@ The [Guest OS Customization Support Matrix](http://partnerweb.vmware.com/program
 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. 
+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
 ---------------
 
-*   **In open-vm-tools (Linux only), a memory leak occurs in disk device mapping information for IDE, SATA or SAS (LSI Logic SAS) disks configured in the guest.** 
-    
-    Due to this issue, the memory usage of vmtoolsd system service gradually increases, which may impact system performance. This problem does not occur when mapping SCSI or NVMe devices.
-    
+*   **The SUSE specific vmtoolsd PAM configuration file incorrectly referenced pam_securetty.so.**
+
     This issue is fixed in this release.
-    
+
 *   **The following issues and pull requests reported on https://github.com/vmware/open-vm-tools have been addressed:**
 
-        https://github.com/vmware/open-vm-tools/issues/429
-        https://github.com/vmware/open-vm-tools/pull/431
-        https://github.com/vmware/open-vm-tools/pull/432
-        https://github.com/vmware/open-vm-tools/issues/452
+        https://github.com/vmware/open-vm-tools/issues/467
+        https://github.com/vmware/open-vm-tools/issues/468
+        https://github.com/vmware/open-vm-tools/pull/469
 
 *   **A number of Coverity reported errors and false positives have been addressed.**
 
-*   **A complete list of the granular changes that are in the open-vm-tools 11.2.0 release is available at:**
+*   **A complete list of the granular changes that are in the open-vm-tools 11.2.5 release is available at:**
 
-        https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog
+        https://github.com/vmware/open-vm-tools/blob/stable-11.2.5/open-vm-tools/ChangeLog
 
-    The changes after March 31, 2020 are all the changes that have gone into the "devel" branch of open-vm-tools since the time that the "stable-11.1.x" branch was spun off.  Note these changes may include changes that were also released in the open-vm-tools 11.1.5 release.
 
 Known Issues
 ------------
 
 The known issues are grouped as follows.
 
+
 **Open-vm-tools Issues in VMware Workstation or Fusion**
 
 *   **Shared Folders mount is unavailable on Linux VM.**
@@ -84,7 +97,7 @@ The known issues are grouped as follows.
     
 *   **Drag functionality fails to work in Ubuntu.**
     
-    Drag functionality fails to work in Ubuntu 16.04.4 32-bit virtual machine installed using easy install. Also, failure of copy and paste functionality is observed in the same system.
+    Drag functionality fails to work in Ubuntu 16.04.4 32-bit virtual machine installed using easy install. Also, failure of copy and paste functionality is observed in the same systems.
     
     Note: This issue is applicable for open-vm-tools running on Workstation and Fusion.
     
@@ -93,4 +106,3 @@ The known issues are grouped as follows.
     *   Add the modprobe.blacklist=vmwgfx linux kernel boot option.
     *   To gain access to larger resolutions, remove svga.guestBackedPrimaryAware = "TRUE" option from the VMX file.
 
-
index fe8f5374745706679a3b4dd70c447631044d90a5..5cd6a34e549f7ca8792eda8e63349c9a56f8ebad 100644 (file)
@@ -35,7 +35,7 @@
 ### Initialization
 ###
 
-TOOLS_VERSION="11.2.0"
+TOOLS_VERSION="11.2.5"
 AC_INIT(
    [open-vm-tools],
    [11.2.0],
index 2778502dc9c92fd6036ea13f370e1796ee31ea62..7134bfff57b11c0ead90df9d70da1ab64a154055 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-16938113"
+       "build-17337674"
 #define BUILD_NUMBER_NUMERIC \
-       16938113
+       17337674
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "16938113"
+       "17337674"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-23855"
+       "product-build-26209"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       23855
+       26209
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "23855"
+       "26209"