From: VMware, Inc <> Date: Mon, 20 Dec 2010 22:33:10 +0000 (-0800) Subject: Updating open-vm-tools version for release 2010.12.19-339835. X-Git-Tag: 2010.12.19-339835 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ff690ad2a44b77a561671e79dc9c2a999ee58cf;p=thirdparty%2Fopen-vm-tools.git Updating open-vm-tools version for release 2010.12.19-339835. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index cb2628327..cd2d8bcd8 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,3 +1,8 @@ +2010.12.19 Marcelo Vanzin + This release tag contains commits up to the following id: + 5aef2b20a519788613350752575bcba0ac71df79 + + 2010.11.17 Marcelo Vanzin This release tag contains commits up to the following id: 11c0273ed4269f6f7a92f82f6c822df7da4c8720 diff --git a/open-vm-tools/NEWS b/open-vm-tools/NEWS index 3d12d38df..1a82d4e11 100644 --- a/open-vm-tools/NEWS +++ b/open-vm-tools/NEWS @@ -1,3 +1,15 @@ +open-vm-tools 2010.12.19 changes: + * New version of DnD code lands in open-vm-tools. The host part + of the new DnD protocol is not available yet in VMware products, + though. + + * vmtoolsd gets some new functionality to support new features + being developed internally. + + * vmxnet driver for FreeBSD fixed to allow changing the MAC address. + + * lots of bug fixes and other cleanups in various areas. + open-vm-tools 2010.11.17 changes: * Mostly cleanups and bug fixes. diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 3aa11af19..266a82276 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -39,10 +39,10 @@ ### Initialization ### -TOOLS_VERSION="2010.11.17" +TOOLS_VERSION="2010.12.19" AC_INIT( [open-vm-tools], - [2010.11.17], + [2010.12.19], [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 db0202c79..7cdea8d57 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-327185" + "build-339835" #define BUILD_NUMBER_NUMERIC \ - 327185 + 339835 #define BUILD_NUMBER_NUMERIC_STRING \ - "327185" + "339835" #define PRODUCT_BUILD_NUMBER \ - "product-build-3417" + "product-build-3769" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 3417 + 3769 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "3417" + "3769" diff --git a/open-vm-tools/modules/linux/dkms.conf b/open-vm-tools/modules/linux/dkms.conf index 19fcd3837..7968a4b2f 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=2010.11.17 +PACKAGE_VERSION=2010.12.19 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 b4dd91802..3401049dc 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 2010.11.17." + echo "The script will create an 'open-vm-tools' module with version 2010.12.19." exit 1 fi src=$1 -dst=$2/open-vm-tools-2010.11.17 +dst=$2/open-vm-tools-2010.12.19 SHARED_HEADERS="backdoor_def.h" SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"