From: VMware, Inc <> Date: Wed, 17 Apr 2013 21:42:21 +0000 (-0700) Subject: Updating open-vm-tools version for release 2013.04.16-1098359. X-Git-Tag: 2013.04.16-1098359 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee7f312e45adeec460f83b3de1ec0c44f88f6e82;p=thirdparty%2Fopen-vm-tools.git Updating open-vm-tools version for release 2013.04.16-1098359. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index ce5cf66e2..5902cdb6a 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,3 +1,8 @@ +2013.04.16 Dmitry Torokhov + This release tag contains commits up to the following id: + 867ea989d5e6889abcac77b4c7dae7db2651df58 + + 2012.12.26 Dmitry Torokhov This release tag contains commits up to the following id: 530ef7f26ed041ab1b6655f2cdc79f3af97fc50b diff --git a/open-vm-tools/NEWS b/open-vm-tools/NEWS index d050c82be..ee99cd99c 100644 --- a/open-vm-tools/NEWS +++ b/open-vm-tools/NEWS @@ -1,3 +1,16 @@ +open-vm-tools 2013.04.16 changes: + * VMCI/VMSOCK Linux kernel modules are disabled for kernels + 3.9 and above. + + * HGFS compilation fixes, performance and other improvements. + + * Disable glib deprecation warnigns on newer Linux + distributions. + + * Configure script will automatically detect procps-ng. + + * Other fixes and cleanups. + open-vm-tools 2012.12.26 changes: * vmsync is not longer being compiled on newer (3.0+) Linux kernels since they support FIFREEZE/FITHAW ioctls. diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 7c84f0a7c..077ca60b6 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -39,10 +39,10 @@ ### Initialization ### -TOOLS_VERSION="2012.12.26" +TOOLS_VERSION="2013.04.16" AC_INIT( [open-vm-tools], - [2012.12.26], + [2013.04.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 aa97332bd..82ef349f7 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-958366" + "build-1098359" #define BUILD_NUMBER_NUMERIC \ - 958366 + 1098359 #define BUILD_NUMBER_NUMERIC_STRING \ - "958366" + "1098359" #define PRODUCT_BUILD_NUMBER \ - "product-build-19712" + "product-build-22405" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 19712 + 22405 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "19712" + "22405" diff --git a/open-vm-tools/modules/linux/dkms.conf b/open-vm-tools/modules/linux/dkms.conf index dbd201a30..3ed77f9c4 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=2012.12.26 +PACKAGE_VERSION=2013.04.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 1cbaa540c..1fc1a31ef 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 2012.12.26." + echo "The script will create an 'open-vm-tools' module with version 2013.04.16." exit 1 fi src=$1 -dst=$2/open-vm-tools-2012.12.26 +dst=$2/open-vm-tools-2013.04.16 SHARED_HEADERS="backdoor_def.h" SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"