]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2010.01.19-226760. 2010.01.19-226760
authorVMware, Inc <>
Wed, 20 Jan 2010 21:52:06 +0000 (13:52 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Wed, 20 Jan 2010 21:52:06 +0000 (13:52 -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 68ad5747b578c7f6e8dd18384bded6f99c4cd6fd..afacf7b987b6026d3072ce19af69f20d2db94eac 100644 (file)
@@ -1,3 +1,8 @@
+2010.01.19  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       8ee82a5774ae7badeb98ecf4dc629c7e9aac7077
+
+
 2009.12.16  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        0d28106da5684dc31ea52ebb5a2dc6a0af5c1d61
index e62f9215884ed9569766a201d29e2c69e93eaac6..29be29d905c5acaa2eddc28c068091078629eb9e 100644 (file)
@@ -1,3 +1,10 @@
+open-vm-tools 2010.01.19 changes:
+       * Linux modules have been updated to compile on newer kernels.
+
+       * Solaris modules now should compile on OpenSolaris (tested on 2009.06).
+
+       * Other than those, mostly bug fixes and minor refactoring.
+
 open-vm-tools 2009.12.16 changes:
        * Some improvements to vmtoolsd, base libraries and and the plugin
        interface.
index 17aae76e993eb20bfecc481a258d2f09d42eb353..71c4bf928ac220d91a09a423cdb1470c29b67260 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2009.12.16"
+TOOLS_VERSION="2010.01.19"
 AC_INIT(
    [open-vm-tools],
-   [2009.12.16],
+   [2010.01.19],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 8d3c28adba546307b7ffd50af97a43a45537f2df..042383e5a23017a97bdc0c6d104c4d29abcf3900 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-217847"
+       "build-226760"
 #define BUILD_NUMBER_NUMERIC \
-       217847
+       226760
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "217847"
+       "226760"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-514"
+       "product-build-744"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       514
+       744
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "514"
+       "744"
index 99a58af409f9dbbfd23e79e0b53c16e2ec3786c7..8df5b7d022a798428e336dd0db49040af5ff80ba 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2009.12.16-217847
+PACKAGE_VERSION=2010.01.19
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 76acc489baa2a616de367fcde292c908c8855fda..4d36906c0afb77533ab7dc6872034dbe0b3404a5 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.12.16."
+   echo "The script will create an 'open-vm-tools' module with version 2010.01.19."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2009.12.16
+dst=$2/open-vm-tools-2010.01.19
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"