]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2011.07.19-450511. 2011.07.19-450511
authorVMware, Inc <>
Wed, 20 Jul 2011 21:00:08 +0000 (14:00 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Wed, 20 Jul 2011 21:00:08 +0000 (14:00 -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 5d4811267caa6ac4e268699ad2de6838167587a6..b6e42f22a3490c28e6052ec1ef776e15f3c82a8c 100644 (file)
@@ -1,3 +1,8 @@
+2011.07.19  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       5bed6f1369ca6e9c2c7fbaf4205d86e50f219c5f
+
+
 2011.06.27  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        166bbe1d28da4dab763b9568f163c8dca99ced9c
index 14590291bdcddb874824123e63d921a37f32f3d7..ef7d3907dfb626758d29e2045d81e10440802213 100644 (file)
@@ -1,3 +1,11 @@
+open-vm-tools 2011.07.19 changes:
+       * Fix an issue in the HGFS driver that could lead to a kernel
+         panic.
+
+       * Update some code to support new compiler and kernel versions.
+
+       * Minor bug fixes and code cleanup.
+
 open-vm-tools 2011.06.27 changes:
        * A few enhancements to Unity: XFCE support, better interaction
          with "the other" (Ubuntu's) Unity and compositing window
index 377e63b16790ab47901e25344b691eafbd544b0a..bb9a5dd4e9b78b92b6b8e49b9de992e8e6d33262 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2011.06.27"
+TOOLS_VERSION="2011.07.19"
 AC_INIT(
    [open-vm-tools],
-   [2011.06.27],
+   [2011.07.19],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 4efe8ba2ecbbd1a0713617854bababe6df14165c..8a337a8e26ba2c1e8d3af7358e7483852ae0d2d1 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-437995"
+       "build-450511"
 #define BUILD_NUMBER_NUMERIC \
-       437995
+       450511
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "437995"
+       "450511"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-6643"
+       "product-build-6971"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       6643
+       6971
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "6643"
+       "6971"
index 134c0f3c693cfda4f847edcce52c96b84fd2bdc5..5531bba45bb25bbcd86e5cc0ef6eb05e057cc0de 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2011.06.27
+PACKAGE_VERSION=2011.07.19
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index b2921321dcdf68db4bb7a6de67b724571c24cc02..4c40e5c7e96315b013927d136aaf8d794a960310 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 2011.06.27."
+   echo "The script will create an 'open-vm-tools' module with version 2011.07.19."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2011.06.27
+dst=$2/open-vm-tools-2011.07.19
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"