]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2009.10.15-201664. 2009.10.15-201664
authorVMware, Inc <>
Thu, 15 Oct 2009 22:16:22 +0000 (15:16 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 15 Oct 2009 22:16:22 +0000 (15:16 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/ChangeLog
open-vm-tools/NEWS
open-vm-tools/configure.ac
open-vm-tools/lib/include/buildNumber.h
open-vm-tools/modules/linux/dkms.conf
open-vm-tools/modules/linux/dkms.sh

index 6c7b7f779aabde914a58dc611a59d8b4d7bb0df7..2ce8e1ff4fd11d4f4c38f885433e0b47f598cebd 100644 (file)
@@ -1,3 +1,8 @@
+2009.10.15  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       d2f1b83daab1d7882fd651ad1cc77c729bbd9760
+
+
 2009.09.18  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        8bb94fbfbdf65b53b87279cf81529756dba7a2ca
index ecc7ee7cac9215b0bce742b3587ca4c550b8bf8f..73811cb65032fda33e5e70f8710dcff621fdd0d3 100644 (file)
@@ -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.
 
index 5b0c36a3f636be865d51ba3e6edec63f6ab73133..21e98a6788723c13a0d5ce3378f5e052417627f4 100644 (file)
 ### 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
index 24bfa6fe57e9e39aca07a09469af5acb0a1c2c97..270c1702baf0719e76d8ffb463a08f34e0fab909 100644 (file)
@@ -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"
index c0b12a3a6a2fe28aeb07c5bedefd9455418fafa5..3660e17e23b82ec843741c46bb1b620314ceac3e 100644 (file)
@@ -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"
 
index f9a039afb75379ced2001ceaa6d39922fce147dd..8b269c650a33ded495fcfa77871fa81d297341fb 100644 (file)
@@ -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"