From: VMware, Inc <> Date: Wed, 24 Feb 2010 22:44:13 +0000 (-0800) Subject: Updating open-vm-tools version for release 2010.02.23-236320. X-Git-Tag: 2010.02.23-236320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a08c54e1e58a84580b0ae042f4d1eb54b4804e36;p=thirdparty%2Fopen-vm-tools.git Updating open-vm-tools version for release 2010.02.23-236320. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index afacf7b98..cbb62c03e 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,3 +1,8 @@ +2010.02.23 Marcelo Vanzin + This release tag contains commits up to the following id: + 8baa8588d5fd4cf64efb17164cb70c86c758d0c6 + + 2010.01.19 Marcelo Vanzin This release tag contains commits up to the following id: 8ee82a5774ae7badeb98ecf4dc629c7e9aac7077 diff --git a/open-vm-tools/NEWS b/open-vm-tools/NEWS index 29be29d90..8e9681196 100644 --- a/open-vm-tools/NEWS +++ b/open-vm-tools/NEWS @@ -1,3 +1,6 @@ +open-vm-tools 2010.02.23 changes: + * Mostly bug fixes, cleanups and code refactoring. + open-vm-tools 2010.01.19 changes: * Linux modules have been updated to compile on newer kernels. diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 7be4fc5fb..48db493ff 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -39,10 +39,10 @@ ### Initialization ### -TOOLS_VERSION="2010.01.19" +TOOLS_VERSION="2010.02.23" AC_INIT( [open-vm-tools], - [2010.01.19], + [2010.02.23], [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 042383e5a..01fbe4220 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-226760" + "build-236320" #define BUILD_NUMBER_NUMERIC \ - 226760 + 236320 #define BUILD_NUMBER_NUMERIC_STRING \ - "226760" + "236320" #define PRODUCT_BUILD_NUMBER \ - "product-build-744" + "product-build-1027" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 744 + 1027 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "744" + "1027" diff --git a/open-vm-tools/modules/linux/dkms.conf b/open-vm-tools/modules/linux/dkms.conf index 8df5b7d02..f15e96d10 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.01.19 +PACKAGE_VERSION=2010.02.23 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 7f7619393..d685aa9e3 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.01.19." + echo "The script will create an 'open-vm-tools' module with version 2010.02.23." exit 1 fi src=$1 -dst=$2/open-vm-tools-2010.01.19 +dst=$2/open-vm-tools-2010.02.23 SHARED_HEADERS="backdoor_def.h" SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"