From: VMware, Inc <> Date: Wed, 20 Jan 2010 21:52:06 +0000 (-0800) Subject: Updating open-vm-tools version for release 2010.01.19-226760. X-Git-Tag: 2010.01.19-226760 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b834801bb21f6e32293a6c345761180f2fafaaeb;p=thirdparty%2Fopen-vm-tools.git Updating open-vm-tools version for release 2010.01.19-226760. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index 68ad5747b..afacf7b98 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,3 +1,8 @@ +2010.01.19 Marcelo Vanzin + This release tag contains commits up to the following id: + 8ee82a5774ae7badeb98ecf4dc629c7e9aac7077 + + 2009.12.16 Marcelo Vanzin This release tag contains commits up to the following id: 0d28106da5684dc31ea52ebb5a2dc6a0af5c1d61 diff --git a/open-vm-tools/NEWS b/open-vm-tools/NEWS index e62f92158..29be29d90 100644 --- a/open-vm-tools/NEWS +++ b/open-vm-tools/NEWS @@ -1,3 +1,10 @@ +open-vm-tools 2010.01.19 changes: + * Linux modules have been updated to compile on newer kernels. + + * Solaris modules now should compile on OpenSolaris (tested on 2009.06). + + * Other than those, mostly bug fixes and minor refactoring. + open-vm-tools 2009.12.16 changes: * Some improvements to vmtoolsd, base libraries and and the plugin interface. diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 17aae76e9..71c4bf928 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -39,10 +39,10 @@ ### Initialization ### -TOOLS_VERSION="2009.12.16" +TOOLS_VERSION="2010.01.19" AC_INIT( [open-vm-tools], - [2009.12.16], + [2010.01.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 8d3c28adb..042383e5a 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-217847" + "build-226760" #define BUILD_NUMBER_NUMERIC \ - 217847 + 226760 #define BUILD_NUMBER_NUMERIC_STRING \ - "217847" + "226760" #define PRODUCT_BUILD_NUMBER \ - "product-build-514" + "product-build-744" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 514 + 744 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "514" + "744" diff --git a/open-vm-tools/modules/linux/dkms.conf b/open-vm-tools/modules/linux/dkms.conf index 99a58af40..8df5b7d02 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=2009.12.16-217847 +PACKAGE_VERSION=2010.01.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 76acc489b..4d36906c0 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 2009.12.16." + echo "The script will create an 'open-vm-tools' module with version 2010.01.19." exit 1 fi src=$1 -dst=$2/open-vm-tools-2009.12.16 +dst=$2/open-vm-tools-2010.01.19 SHARED_HEADERS="backdoor_def.h" SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"