]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2010.12.19-339835. 2010.12.19-339835
authorVMware, Inc <>
Mon, 20 Dec 2010 22:33:10 +0000 (14:33 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 20 Dec 2010 22:33:10 +0000 (14:33 -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 cb2628327bb22dc5748d16400be2b93e02e5384b..cd2d8bcd827f9a41fa0e0f9659e6ab3c91034858 100644 (file)
@@ -1,3 +1,8 @@
+2010.12.19  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       5aef2b20a519788613350752575bcba0ac71df79
+
+
 2010.11.17  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        11c0273ed4269f6f7a92f82f6c822df7da4c8720
index 3d12d38df1598aec861fa2584cbe474337eca202..1a82d4e118b4b248aa55ad43c77df8eafcf0601b 100644 (file)
@@ -1,3 +1,15 @@
+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,
+       though.
+
+       * vmtoolsd gets some new functionality to support new features
+       being developed internally.
+
+       * vmxnet driver for FreeBSD fixed to allow changing the MAC address.
+
+       * lots of bug fixes and other cleanups in various areas.
+
 open-vm-tools 2010.11.17 changes:
        * Mostly cleanups and bug fixes.
 
index 3aa11af19e69e81265b98344025553f816de6856..266a822766e7888c7d69594e7a13c0439c0b48a5 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2010.11.17"
+TOOLS_VERSION="2010.12.19"
 AC_INIT(
    [open-vm-tools],
-   [2010.11.17],
+   [2010.12.19],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index db0202c79f278b62490652c45c7c29f6cbde879a..7cdea8d573e9c361e59ac1f943ea43c3635eed4b 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-327185"
+       "build-339835"
 #define BUILD_NUMBER_NUMERIC \
-       327185
+       339835
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "327185"
+       "339835"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-3417"
+       "product-build-3769"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       3417
+       3769
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "3417"
+       "3769"
index 19fcd38371554127ae5ac3ef1c8628bb7ed222e9..7968a4b2f1f81911af4be10a1c56a6e5b45ed4cf 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.11.17
+PACKAGE_VERSION=2010.12.19
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index b4dd918025a52281e6c70df91f992b4f221a8583..3401049dc3c2c57a0b38f4560c8be395428fe492 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.11.17."
+   echo "The script will create an 'open-vm-tools' module with version 2010.12.19."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2010.11.17
+dst=$2/open-vm-tools-2010.12.19
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"