From: VMware, Inc <> Date: Thu, 15 Oct 2009 22:16:22 +0000 (-0700) Subject: Updating open-vm-tools version for release 2009.10.15-201664. X-Git-Tag: 2009.10.15-201664 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f42d53e6f61bb87aab07b50715da8bec43bcd00;p=thirdparty%2Fopen-vm-tools.git Updating open-vm-tools version for release 2009.10.15-201664. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index 6c7b7f779..2ce8e1ff4 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,3 +1,8 @@ +2009.10.15 Marcelo Vanzin + This release tag contains commits up to the following id: + d2f1b83daab1d7882fd651ad1cc77c729bbd9760 + + 2009.09.18 Marcelo Vanzin This release tag contains commits up to the following id: 8bb94fbfbdf65b53b87279cf81529756dba7a2ca diff --git a/open-vm-tools/NEWS b/open-vm-tools/NEWS index ecc7ee7ca..73811cb65 100644 --- a/open-vm-tools/NEWS +++ b/open-vm-tools/NEWS @@ -1,3 +1,12 @@ +open-vm-tools 2009.10.15 changes: + * The HGFS module got some performance enhancements. + + * Minor enhancements to vmtoolsd and the logging system. + + * Fix for a few issues reported on the sourceforge bug tracker. + + * Lots of code refactoring, and a few bug fixes. + open-vm-tools 2009.09.18 changes: * Mostly bug fixes and minor enhancements. diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 5b0c36a3f..21e98a678 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -35,10 +35,10 @@ ### Initialization ### -TOOLS_VERSION="2009.09.18" +TOOLS_VERSION="2009.10.15" AC_INIT( [open-vm-tools], - [2009.09.18], + [2009.10.15], [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 24bfa6fe5..270c1702b 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-193784" + "build-201664" #define BUILD_NUMBER_NUMERIC \ - 193784 + 201664 #define BUILD_NUMBER_NUMERIC_STRING \ - "193784" + "201664" #define PRODUCT_BUILD_NUMBER \ - "product-build-13805" + "product-build-14317" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 13805 + 14317 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "13805" + "14317" diff --git a/open-vm-tools/modules/linux/dkms.conf b/open-vm-tools/modules/linux/dkms.conf index c0b12a3a6..3660e17e2 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.09.18 +PACKAGE_VERSION=2009.10.15 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 f9a039afb..8b269c650 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.09.18." + echo "The script will create an 'open-vm-tools' module with version 2009.10.15." exit 1 fi src=$1 -dst=$2/open-vm-tools-2009.09.18 +dst=$2/open-vm-tools-2009.10.15 SHARED_HEADERS="backdoor_def.h" SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"