]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2011.09.23-491607. 2011.09.23-491607
authorVMware, Inc <>
Mon, 26 Sep 2011 20:16:29 +0000 (13:16 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 26 Sep 2011 20:16:29 +0000 (13:16 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/ChangeLog
open-vm-tools/NEWS
open-vm-tools/configure.ac
open-vm-tools/lib/include/buildNumber.h
open-vm-tools/modules/linux/dkms.conf
open-vm-tools/modules/linux/dkms.sh

index c1b7e5caaa70b5b932b2df838175660684aeb83e..fb3a9aad30821a7f3851b08beb783e353d4009bc 100644 (file)
@@ -1,3 +1,8 @@
+2011.09.23  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       05baddbed1c5e47e9789a44d30bb217d7184232a
+
+
 2011.08.21  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        2b3d76ba776f55d06fb5b62499b189ebd6bc1c75
index ba7fd251c6c6b637d285a33dc8c33c693679b1cd..87447adf95bb1d1f24c881db1404f588f6c13d5d 100644 (file)
@@ -1,3 +1,17 @@
+open-vm-tools 2011.09.23 changes:
+       * open-vm-tools now can use the built in Linux freeze / thaw
+       support for block devices, making the vmsync driver unnecessary
+       in kernels supporting that feature.
+
+       * The VMCI driver has been simplified, removing VM-to-VM
+       communication support (which is being removed from VMware products).
+
+       * The Unity team decided to remove the Unity plugin from open-vm-tools,
+       given its partial brokenness due to reliance on internally-modified
+       version of GNOME libraries, among other reasons.
+
+       * Other bug fixes and code cleanup.
+
 open-vm-tools 2011.08.21 changes:
        * Enabled several VIX APIs on FreeBSD.
 
index 77fae25f6407d1e06f703a96b6658e66c48bc9ae..502944b3403a8d3f13ee25ec1281aea490f3e6b7 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2011.08.21"
+TOOLS_VERSION="2011.09.23"
 AC_INIT(
    [open-vm-tools],
-   [2011.08.21],
+   [2011.09.23],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 047a5a1845a15618b43f4e8ca719b4d10f97009a..94a68f94b993fc6e1fb4be81ba4dca0ae6f04b80 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-471295"
+       "build-491607"
 #define BUILD_NUMBER_NUMERIC \
-       471295
+       491607
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "471295"
+       "491607"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-7542"
+       "product-build-8114"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       7542
+       8114
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "7542"
+       "8114"
index f9fb1bc5cc32cea76190ff02b606e20c291920d2..f9d6876e605eb2adb85bd4dc8a0d415a9fb8c8ef 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2011.08.21
+PACKAGE_VERSION=2011.09.23
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 239c50c5c1bd9dd3ab59382a43f3eecff0c3472a..256ac184c90c3d2caba897d6dc6b6c1ba2947afc 100644 (file)
@@ -28,12 +28,12 @@ then
    echo "   src:  root of unpacked open-vm-tools package"
    echo "   dst:  where to create the dkms tree"
    echo
-   echo "The script will create an 'open-vm-tools' module with version 2011.08.21."
+   echo "The script will create an 'open-vm-tools' module with version 2011.09.23."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2011.08.21
+dst=$2/open-vm-tools-2011.09.23
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"