]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2010.08.24-292196. 2010.08.24-292196
authorVMware, Inc <>
Tue, 24 Aug 2010 19:59:21 +0000 (12:59 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 24 Aug 2010 19:59:21 +0000 (12:59 -0700)
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 8918760b8774497f43ec93398ee3a8895b23c497..7248d33ecd61020c3be21971921953157a20a108 100644 (file)
@@ -1,3 +1,8 @@
+2010.08.24  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       94e63742d734b41638d37580602de4232da5ece6
+
+
 2010.07.25  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        b15cffc7961b97129d0b77643db42b4d4d8e3da7
index e4348a7fedbebed4b97b9239e8d88586ed5408df..e288c015649b626fcec5521ffc83174b81ea044d 100644 (file)
@@ -1,3 +1,15 @@
+open-vm-tools 2010.08.24 changes:
+       * HGFS and VMCI kernel module bug fixes, and updates to compile
+       in newer Linux kernels.
+
+       * HGFS server interface refactoring was finished, now supports
+       the transport abstraction available for the kernel interface.
+
+       * VIX operations are now properly implemented on Solaris, plus
+       new operations added to support features under development.
+
+       * Other minor cleanups and bug fixes.
+
 open-vm-tools 2010.07.25 changes:
        * Features previously provided by vmware-user are now provided
        as vmtoolsd plugins. vmware-user has been removed and code that
index 0ed92c9c5dd2b9280bfce722915975b168b7588d..ba1bd2d76f2efa9d0dcd958de0c88e43e233f984 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2010.07.25"
+TOOLS_VERSION="2010.08.24"
 AC_INIT(
    [open-vm-tools],
-   [2010.07.25],
+   [2010.08.24],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 1c217871a61cb6906c61d72fc0695e0adc5525cd..e0fa4bb4be97e3328c20c659786bd7437909232f 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-280253"
+       "build-292196"
 #define BUILD_NUMBER_NUMERIC \
-       280253
+       292196
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "280253"
+       "292196"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-2097"
+       "product-build-2437"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       2097
+       2437
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "2097"
+       "2437"
index 2511b46d6392167daff51016398d2186b53d4d08..58ea3a6b468f5a278e89a42e211d6dce8dddf6be 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.07.25
+PACKAGE_VERSION=2010.08.24
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 7987ada3279f980d03e3fd91866f67ccf5e53b11..414d5cc24d97fc6252c45c9861a10f262b841701 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.07.25."
+   echo "The script will create an 'open-vm-tools' module with version 2010.08.24."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2010.07.25
+dst=$2/open-vm-tools-2010.08.24
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"