From: VMware, Inc <> Date: Mon, 22 Aug 2011 21:23:59 +0000 (-0700) Subject: Updating open-vm-tools version for release 2011.08.21-471295. X-Git-Tag: 2011.08.21-471295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b56bfa31270f817ede071b3a5c0719d0628c20c;p=thirdparty%2Fopen-vm-tools.git Updating open-vm-tools version for release 2011.08.21-471295. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index b6e42f22a..c1b7e5caa 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,3 +1,8 @@ +2011.08.21 Marcelo Vanzin + This release tag contains commits up to the following id: + 2b3d76ba776f55d06fb5b62499b189ebd6bc1c75 + + 2011.07.19 Marcelo Vanzin This release tag contains commits up to the following id: 5bed6f1369ca6e9c2c7fbaf4205d86e50f219c5f diff --git a/open-vm-tools/NEWS b/open-vm-tools/NEWS index ef7d3907d..ba7fd251c 100644 --- a/open-vm-tools/NEWS +++ b/open-vm-tools/NEWS @@ -1,3 +1,8 @@ +open-vm-tools 2011.08.21 changes: + * Enabled several VIX APIs on FreeBSD. + + * Minor bug fixes and code cleanup. + open-vm-tools 2011.07.19 changes: * Fix an issue in the HGFS driver that could lead to a kernel panic. diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index cfa7320d5..201cc8de5 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -39,10 +39,10 @@ ### Initialization ### -TOOLS_VERSION="2011.07.19" +TOOLS_VERSION="2011.08.21" AC_INIT( [open-vm-tools], - [2011.07.19], + [2011.08.21], [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 8a337a8e2..047a5a184 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-450511" + "build-471295" #define BUILD_NUMBER_NUMERIC \ - 450511 + 471295 #define BUILD_NUMBER_NUMERIC_STRING \ - "450511" + "471295" #define PRODUCT_BUILD_NUMBER \ - "product-build-6971" + "product-build-7542" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 6971 + 7542 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "6971" + "7542" diff --git a/open-vm-tools/modules/linux/dkms.conf b/open-vm-tools/modules/linux/dkms.conf index 5531bba45..f9fb1bc5c 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.07.19 +PACKAGE_VERSION=2011.08.21 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 4c40e5c7e..239c50c5c 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.07.19." + echo "The script will create an 'open-vm-tools' module with version 2011.08.21." exit 1 fi src=$1 -dst=$2/open-vm-tools-2011.07.19 +dst=$2/open-vm-tools-2011.08.21 SHARED_HEADERS="backdoor_def.h" SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"