From 4f0dd8dec1e52bcd235f397bbafffe098d61ba99 Mon Sep 17 00:00:00 2001 From: "VMware, Inc" <> Date: Thu, 27 Oct 2011 11:57:10 -0700 Subject: [PATCH] Updating open-vm-tools version for release 2011.10.26-514583. Signed-off-by: Marcelo Vanzin --- open-vm-tools/ChangeLog | 5 +++++ open-vm-tools/NEWS | 5 +++++ open-vm-tools/configure.ac | 4 ++-- open-vm-tools/lib/include/buildNumber.h | 12 ++++++------ open-vm-tools/modules/linux/dkms.conf | 2 +- open-vm-tools/modules/linux/dkms.sh | 4 ++-- 6 files changed, 21 insertions(+), 11 deletions(-) diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index fb3a9aad3..7fdbba480 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,3 +1,8 @@ +2011.10.26 Marcelo Vanzin + This release tag contains commits up to the following id: + 6271fde90248a4fd49e38aa61498db9e1dbf37c3 + + 2011.09.23 Marcelo Vanzin This release tag contains commits up to the following id: 05baddbed1c5e47e9789a44d30bb217d7184232a diff --git a/open-vm-tools/NEWS b/open-vm-tools/NEWS index 87447adf9..661857b00 100644 --- a/open-vm-tools/NEWS +++ b/open-vm-tools/NEWS @@ -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 diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 8af60ee80..48b30d6d2 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -39,10 +39,10 @@ ### 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 diff --git a/open-vm-tools/lib/include/buildNumber.h b/open-vm-tools/lib/include/buildNumber.h index 94a68f94b..214c19642 100644 --- a/open-vm-tools/lib/include/buildNumber.h +++ b/open-vm-tools/lib/include/buildNumber.h @@ -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" diff --git a/open-vm-tools/modules/linux/dkms.conf b/open-vm-tools/modules/linux/dkms.conf index f9d6876e6..d9705ba94 100644 --- a/open-vm-tools/modules/linux/dkms.conf +++ b/open-vm-tools/modules/linux/dkms.conf @@ -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" diff --git a/open-vm-tools/modules/linux/dkms.sh b/open-vm-tools/modules/linux/dkms.sh index 256ac184c..86076dc2e 100644 --- a/open-vm-tools/modules/linux/dkms.sh +++ b/open-vm-tools/modules/linux/dkms.sh @@ -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" -- 2.47.3