From: VMware, Inc <> Date: Tue, 22 Nov 2011 00:12:25 +0000 (-0800) Subject: Updating open-vm-tools version for release 2011.11.20-535097. X-Git-Tag: 2011.11.20-535097 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e611d054aa26d88f92fe2baa3c05ec3fa952ebc1;p=thirdparty%2Fopen-vm-tools.git Updating open-vm-tools version for release 2011.11.20-535097. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index 7fdbba480..73b63f011 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,3 +1,8 @@ +2011.11.20 Marcelo Vanzin + This release tag contains commits up to the following id: + 6c197b8e5eccf32bfee0e2452d8926968182aada + + 2011.10.26 Marcelo Vanzin This release tag contains commits up to the following id: 6271fde90248a4fd49e38aa61498db9e1dbf37c3 diff --git a/open-vm-tools/NEWS b/open-vm-tools/NEWS index 661857b00..3f103f30a 100644 --- a/open-vm-tools/NEWS +++ b/open-vm-tools/NEWS @@ -1,3 +1,10 @@ +open-vm-tools 2011.11.20 changes: + * Updates for new Linux kernel releases. + + * Better Unity and DnD compatibility with newer Linux distros. + + * Other minor fixes and cleanups. + open-vm-tools 2011.10.26 changes: * Mostly cleanups and bug fixes. diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 48b30d6d2..9cdf4cb52 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -39,10 +39,10 @@ ### Initialization ### -TOOLS_VERSION="2011.10.26" +TOOLS_VERSION="2011.11.20" AC_INIT( [open-vm-tools], - [2011.10.26], + [2011.11.20], [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 214c19642..25de720f5 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-514583" + "build-535097" #define BUILD_NUMBER_NUMERIC \ - 514583 + 535097 #define BUILD_NUMBER_NUMERIC_STRING \ - "514583" + "535097" #define PRODUCT_BUILD_NUMBER \ - "product-build-8763" + "product-build-9272" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 8763 + 9272 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "8763" + "9272" diff --git a/open-vm-tools/modules/linux/dkms.conf b/open-vm-tools/modules/linux/dkms.conf index d9705ba94..42ec500f1 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.10.26 +PACKAGE_VERSION=2011.11.20 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 86076dc2e..6708b12c3 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.10.26." + echo "The script will create an 'open-vm-tools' module with version 2011.11.20." exit 1 fi src=$1 -dst=$2/open-vm-tools-2011.10.26 +dst=$2/open-vm-tools-2011.11.20 SHARED_HEADERS="backdoor_def.h" SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"