]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2010.06.16-268169. 2010.06.16-268169
authorVMware, Inc <>
Thu, 17 Jun 2010 23:02:34 +0000 (16:02 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 17 Jun 2010 23:02:34 +0000 (16:02 -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 94a8f26d46f4115735db93a16d2933d94836679a..e890829a8dc372f477e219cac3014a2968e1f8da 100644 (file)
@@ -1,3 +1,8 @@
+2010.06.16  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       ec87703fccdd0f954a118640c0b097e383994391
+
+
 2010.04.25  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        6fafd672e006208c1e479b297e19618170ff19bd
index a423b1de6bf8209905c810594f6da30b8a41beb3..c9aaccddc78ffcd8900c26d1c8a1550fe4a48f51 100644 (file)
@@ -1,3 +1,27 @@
+open-vm-tools 2010.06.16 changes:
+       * VMCI moves towards unifying the guest and host driver APIs,
+       and gets support for MSI/MSI-X.
+
+       * More work on new VMCI-backed HGFS protocol.
+
+       * vmmemctl: Linux driver removed (it's now upstream), plus
+       cleanup and simplification of the FreeBSD and Solaris drivers.
+
+       * some Linux kernel compatibility fixes.
+
+       * Cleanup of old kernel support code.
+
+       * Some cleanup of old VIX features.
+
+       * toolbox-cmd was updated to use newer APIs, and got some i18n
+       enhancements.
+
+       * some bug fixes and enhancements to the logging code.
+
+       * update detection and use of some needed libraries.
+
+       * More progress in making libraries thread-safe.
+
 open-vm-tools 2010.04.25 changes:
        * VMCI and HGFS get some initial work for new features.
 
index 903058cbc662da0caf7333c290a256948b46bc78..90f1e1c2a131c1da57a17b198d88c562a75835a3 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2010.04.25"
+TOOLS_VERSION="2010.06.16"
 AC_INIT(
    [open-vm-tools],
-   [2010.04.25],
+   [2010.06.16],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 1a7f3dd0de341d1fe7bf5dd881e48c58d0e79dd8..233770cb7e2907ce91f779b4c13a9e7401077b70 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-253928"
+       "build-268169"
 #define BUILD_NUMBER_NUMERIC \
-       253928
+       268169
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "253928"
+       "268169"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-1488"
+       "product-build-1828"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       1488
+       1828
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "1488"
+       "1828"
index ee228c49346958ddce4ff268d4192ad1ebff7765..30bfc89d63e02f81d2de26415a46bae7441e14c1 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.04.25-253928
+PACKAGE_VERSION=2010.06.16
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 43d1028f767b48c107f8845f6406a69e054793dc..437ca12cfbbf71c8e317814c3665c1450135e8ee 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.04.25."
+   echo "The script will create an 'open-vm-tools' module with version 2010.06.16."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2010.04.25
+dst=$2/open-vm-tools-2010.06.16
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"