]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2011.01.24-354108. 2011.01.24-354108
authorVMware, Inc <>
Wed, 26 Jan 2011 02:13:55 +0000 (18:13 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Wed, 26 Jan 2011 02:13:55 +0000 (18:13 -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 cd2d8bcd827f9a41fa0e0f9659e6ab3c91034858..a506aa0f3c262e3c535f32bfee7258cb0decc3a8 100644 (file)
@@ -1,3 +1,8 @@
+2011.01.24  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       60c470337c8932a6d9564130dcaf06c7a1a3df53
+
+
 2010.12.19  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        5aef2b20a519788613350752575bcba0ac71df79
index 1a82d4e118b4b248aa55ad43c77df8eafcf0601b..d1f381278c0eafc5935f7909027fa03749265e8f 100644 (file)
@@ -1,3 +1,8 @@
+open-vm-tools 2011.01.24 changes:
+       * Mostly cleanups and bug fixes.
+
+       * Install code fixed to handle translation catalogs correctly.
+
 open-vm-tools 2010.12.19 changes:
        * New version of DnD code lands in open-vm-tools. The host part
        of the new DnD protocol is not available yet in VMware products,
index 223266d17f9dcedfd799fb1c920fa13cd262c3c7..b31762d057afdf063d199b07caf33813fb54c55d 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2010.12.19"
+TOOLS_VERSION="2011.01.24"
 AC_INIT(
    [open-vm-tools],
-   [2010.12.19],
+   [2011.01.24],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 7cdea8d573e9c361e59ac1f943ea43c3635eed4b..7259b2e51bfc47ed530eaccb38026577dfe2a8a6 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-339835"
+       "build-354108"
 #define BUILD_NUMBER_NUMERIC \
-       339835
+       354108
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "339835"
+       "354108"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-3769"
+       "product-build-4160"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       3769
+       4160
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "3769"
+       "4160"
index 7968a4b2f1f81911af4be10a1c56a6e5b45ed4cf..8408210a69f9a9a1bf7d444eef1a44825dd738c4 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.12.19
+PACKAGE_VERSION=2011.01.24
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 3401049dc3c2c57a0b38f4560c8be395428fe492..4a226123e92b3c6b567aabdda12f9a8344dd7e8f 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 2010.12.19."
+   echo "The script will create an 'open-vm-tools' module with version 2011.01.24."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2010.12.19
+dst=$2/open-vm-tools-2011.01.24
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"