]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2011.02.23-368700.
authorVMware, Inc <>
Thu, 24 Feb 2011 23:43:53 +0000 (15:43 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 24 Feb 2011 23:43:53 +0000 (15:43 -0800)
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 a506aa0f3c262e3c535f32bfee7258cb0decc3a8..85a9b12a2a5c0af830ee0cabae93a500e294da7d 100644 (file)
@@ -1,3 +1,8 @@
+2011.02.23  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       96cf4718ac0aff1743e50a2165599306ba442fe1
+
+
 2011.01.24  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        60c470337c8932a6d9564130dcaf06c7a1a3df53
index d1f381278c0eafc5935f7909027fa03749265e8f..2914d008698044dc8c0e4b962b685840665d01a2 100644 (file)
@@ -1,3 +1,8 @@
+open-vm-tools 2011.02.23 changes:
+       * Some copy & paste issues with KDE were fixed.
+
+       * Mostly cleanups and bug fixes, with a few build enhancements.
+
 open-vm-tools 2011.01.24 changes:
        * Mostly cleanups and bug fixes.
 
index 02a860e24c0200e11516ac8d83aae786a27649b9..ae3bce9be9f67027be8cef385331e077760bed45 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2011.01.24"
+TOOLS_VERSION="2011.02.23"
 AC_INIT(
    [open-vm-tools],
-   [2011.01.24],
+   [2011.02.23],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 7259b2e51bfc47ed530eaccb38026577dfe2a8a6..f3776248628886cad0eac2a80f5eeda10ad779d6 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-354108"
+       "build-368700"
 #define BUILD_NUMBER_NUMERIC \
-       354108
+       368700
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "354108"
+       "368700"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-4160"
+       "product-build-4538"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       4160
+       4538
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "4160"
+       "4538"
index 8408210a69f9a9a1bf7d444eef1a44825dd738c4..f70bfb0901fc4740c8a50da37f10f89a8a51ed52 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2011.01.24
+PACKAGE_VERSION=2011.02.23
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 4a226123e92b3c6b567aabdda12f9a8344dd7e8f..4fa7b5288250abe30a3d0ed2d048c7b67806cd58 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.01.24."
+   echo "The script will create an 'open-vm-tools' module with version 2011.02.23."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2011.01.24
+dst=$2/open-vm-tools-2011.02.23
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"