From: VMware, Inc <> Date: Thu, 17 Jun 2010 23:02:34 +0000 (-0700) Subject: Updating open-vm-tools version for release 2010.06.16-268169. X-Git-Tag: 2010.06.16-268169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86d6022318cc3341d77aa805da75436b214bdace;p=thirdparty%2Fopen-vm-tools.git Updating open-vm-tools version for release 2010.06.16-268169. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index 94a8f26d4..e890829a8 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,3 +1,8 @@ +2010.06.16 Marcelo Vanzin + This release tag contains commits up to the following id: + ec87703fccdd0f954a118640c0b097e383994391 + + 2010.04.25 Marcelo Vanzin This release tag contains commits up to the following id: 6fafd672e006208c1e479b297e19618170ff19bd diff --git a/open-vm-tools/NEWS b/open-vm-tools/NEWS index a423b1de6..c9aaccddc 100644 --- a/open-vm-tools/NEWS +++ b/open-vm-tools/NEWS @@ -1,3 +1,27 @@ +open-vm-tools 2010.06.16 changes: + * VMCI moves towards unifying the guest and host driver APIs, + and gets support for MSI/MSI-X. + + * More work on new VMCI-backed HGFS protocol. + + * vmmemctl: Linux driver removed (it's now upstream), plus + cleanup and simplification of the FreeBSD and Solaris drivers. + + * some Linux kernel compatibility fixes. + + * Cleanup of old kernel support code. + + * Some cleanup of old VIX features. + + * toolbox-cmd was updated to use newer APIs, and got some i18n + enhancements. + + * some bug fixes and enhancements to the logging code. + + * update detection and use of some needed libraries. + + * More progress in making libraries thread-safe. + open-vm-tools 2010.04.25 changes: * VMCI and HGFS get some initial work for new features. diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 903058cbc..90f1e1c2a 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -39,10 +39,10 @@ ### Initialization ### -TOOLS_VERSION="2010.04.25" +TOOLS_VERSION="2010.06.16" AC_INIT( [open-vm-tools], - [2010.04.25], + [2010.06.16], [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 1a7f3dd0d..233770cb7 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-253928" + "build-268169" #define BUILD_NUMBER_NUMERIC \ - 253928 + 268169 #define BUILD_NUMBER_NUMERIC_STRING \ - "253928" + "268169" #define PRODUCT_BUILD_NUMBER \ - "product-build-1488" + "product-build-1828" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 1488 + 1828 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "1488" + "1828" diff --git a/open-vm-tools/modules/linux/dkms.conf b/open-vm-tools/modules/linux/dkms.conf index ee228c493..30bfc89d6 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.04.25-253928 +PACKAGE_VERSION=2010.06.16 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 43d1028f7..437ca12cf 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.04.25." + echo "The script will create an 'open-vm-tools' module with version 2010.06.16." exit 1 fi src=$1 -dst=$2/open-vm-tools-2010.04.25 +dst=$2/open-vm-tools-2010.06.16 SHARED_HEADERS="backdoor_def.h" SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"