]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2013.09.16-1328054. 2013.09.16-1328054
authorVMware, Inc <>
Mon, 23 Sep 2013 05:56:07 +0000 (22:56 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Mon, 23 Sep 2013 05:56:07 +0000 (22:56 -0700)
Signed-off-by: Dmitry Torokhov <dtor@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 5902cdb6a2a0fef30c9ca57cdd85934b62ad4a92..27873050dfb143f29ba4b78ef2fd71907399fd8d 100644 (file)
@@ -1,3 +1,8 @@
+2013.09.16  Dmitry Torokhov  <dtor@vmware.com>
+       This release tag contains commits up to the following id:
+       112e1dfdd1884f189363ce5692c991170b0791fb
+
+
 2013.04.16  Dmitry Torokhov  <dtor@vmware.com>
        This release tag contains commits up to the following id:
        867ea989d5e6889abcac77b4c7dae7db2651df58
index ee99cd99c7d78ad0d859128f997f59b859d8da99..4de109f4ae0aeb6e8d37edb4cb0d88a3e867ab27 100644 (file)
@@ -1,3 +1,12 @@
+open-vm-tools 2013.09.16 changes:
+       * HGFS client and server improvements.
+
+       * Fixes for HGFS driver to compile with newer kernels.
+
+       * Tools demon now can use vsock to communicate with the host.
+
+       * Other fixes and cleanups.
+
 open-vm-tools 2013.04.16 changes:
        * VMCI/VMSOCK Linux kernel modules are disabled for kernels
          3.9 and above.
index 077ca60b6727be2d4a35a4281e93015dc9862d1d..6d52905e35fdf9b5dbfaeda88774dab8325aa5d0 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2013.04.16"
+TOOLS_VERSION="2013.09.16"
 AC_INIT(
    [open-vm-tools],
-   [2013.04.16],
+   [2013.09.16],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 82ef349f7e8503ebeaccba52e053ce43933d5efe..2d1ed3eb60f6058e1a0f078ba37c5664d1dab885 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-1098359"
+       "build-1328054"
 #define BUILD_NUMBER_NUMERIC \
-       1098359
+       1328054
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "1098359"
+       "1328054"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-22405"
+       "product-build-26610"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       22405
+       26610
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "22405"
+       "26610"
index 3ed77f9c469ab6061b3ce1bf969a8e7ad02c80c1..908132e6b680825f51379a9b5c54b901b9b3b52a 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2013.04.16
+PACKAGE_VERSION=2013.09.16
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 1fc1a31ef027adc252e4381d6d253a999b56907a..6626c183d7d17e0c29dd6bd450c1b04462f828f2 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 2013.04.16."
+   echo "The script will create an 'open-vm-tools' module with version 2013.09.16."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2013.04.16
+dst=$2/open-vm-tools-2013.09.16
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"