]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2011.10.26-514583. 2011.10.26-514583
authorVMware, Inc <>
Thu, 27 Oct 2011 18:57:10 +0000 (11:57 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 27 Oct 2011 18:57:10 +0000 (11:57 -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 fb3a9aad30821a7f3851b08beb783e353d4009bc..7fdbba480921de36b6016f2b5ce2e7aa05468367 100644 (file)
@@ -1,3 +1,8 @@
+2011.10.26  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       6271fde90248a4fd49e38aa61498db9e1dbf37c3
+
+
 2011.09.23  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        05baddbed1c5e47e9789a44d30bb217d7184232a
index 87447adf95bb1d1f24c881db1404f588f6c13d5d..661857b00e39dca28a4eccc327f402d4a0c9f2c0 100644 (file)
@@ -1,3 +1,8 @@
+open-vm-tools 2011.10.26 changes:
+       * Mostly cleanups and bug fixes.
+
+       * Code can now compile with uClibc, with some caveats.
+
 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
index 8af60ee8030a7f5c4409146457a351b0cdc4ebb2..48b30d6d25b522ad6100f0e04b191b4d507d3358 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2011.09.23"
+TOOLS_VERSION="2011.10.26"
 AC_INIT(
    [open-vm-tools],
-   [2011.09.23],
+   [2011.10.26],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 94a68f94b993fc6e1fb4be81ba4dca0ae6f04b80..214c196429c2d3d8d7d71ee2632d85e9ef736e62 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-491607"
+       "build-514583"
 #define BUILD_NUMBER_NUMERIC \
-       491607
+       514583
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "491607"
+       "514583"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-8114"
+       "product-build-8763"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       8114
+       8763
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "8114"
+       "8763"
index f9d6876e605eb2adb85bd4dc8a0d415a9fb8c8ef..d9705ba94f59f8b0e747c70a6c11e10007d845eb 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2011.09.23
+PACKAGE_VERSION=2011.10.26
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 256ac184c90c3d2caba897d6dc6b6c1ba2947afc..86076dc2eeea4e0df80370c911b254ade80cf328 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.09.23."
+   echo "The script will create an 'open-vm-tools' module with version 2011.10.26."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2011.09.23
+dst=$2/open-vm-tools-2011.10.26
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"