]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2009.12.16-217847. 2009.12.16-217847
authorVMware, Inc <>
Fri, 18 Dec 2009 01:27:55 +0000 (17:27 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Fri, 18 Dec 2009 01:27:55 +0000 (17:27 -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 7ff5f2ee1bfb8a03f8be1f7c2f9d1cbc9a9bc53b..68ad5747b578c7f6e8dd18384bded6f99c4cd6fd 100644 (file)
@@ -1,3 +1,8 @@
+2009.12.16  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       0d28106da5684dc31ea52ebb5a2dc6a0af5c1d61
+
+
 2009.11.16  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        6f4cdd0f38be020d722f2393c0b78d7cd13f04d2
index dd8a080f7dedf80b67ca1677c0f029fad9653747..e62f9215884ed9569766a201d29e2c69e93eaac6 100644 (file)
@@ -1,3 +1,22 @@
+open-vm-tools 2009.12.16 changes:
+       * Some improvements to vmtoolsd, base libraries and and the plugin
+       interface.
+       
+       * Some library refactoring: use new lock library, changes to support
+       compilation of some code on ARM.
+       
+       * some fixes in configure.ac to try to correctly support newer distros.
+       
+       * vsock/vmci improvements.
+       
+       * bug fixes in the vmxnet / vmxnet3 drivers, and FreeBSD's vmblock driver.
+       
+       * vmxnet3 for Linux is now upstream (as of Linux 2.6.32), and will be
+       removed from later releases of open-vm-tools.
+       
+       * pvscsi will be available upstream starting with Linux 2.6.33 and at that
+       time will be removed from open-vm-tools.
+
 open-vm-tools 2009.11.16 changes:
        * Lots of refactoring and cleanup in the code, mainly targeting the
        definition of a set of public APIs.
index a89f376b6260a01a89f21a3ae9087b2c3953fa0f..d01307155deeead3afae853d84123d8e2f5d8080 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2009.11.16"
+TOOLS_VERSION="2009.12.16"
 AC_INIT(
    [open-vm-tools],
-   [2009.11.16],
+   [2009.12.16],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 63cf6ebac23a7d994f2c9af7aa742d001d80052c..8d3c28adba546307b7ffd50af97a43a45537f2df 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-210370"
+       "build-217847"
 #define BUILD_NUMBER_NUMERIC \
-       210370
+       217847
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "210370"
+       "217847"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-14854"
+       "product-build-514"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       14854
+       514
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "14854"
+       "514"
index 01aa1593d3c0323f1dec69e76097d4343cf09ef3..d7236a42c2f94f30f142fa22e58fc092183d13a2 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2009.11.16
+PACKAGE_VERSION=2009.12.16
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index e9bad59dafcf1b2d39a847147f826bee9c6d2145..1b016cb10d82231e4f669af58f9dc1335462c067 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 2009.11.16."
+   echo "The script will create an 'open-vm-tools' module with version 2009.12.16."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2009.11.16
+dst=$2/open-vm-tools-2009.12.16
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"