]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2010.07.25-280253. 2010.07.25-280253
authorVMware, Inc <>
Mon, 26 Jul 2010 22:07:53 +0000 (15:07 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 26 Jul 2010 22:07:53 +0000 (15:07 -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 e890829a8dc372f477e219cac3014a2968e1f8da..8918760b8774497f43ec93398ee3a8895b23c497 100644 (file)
@@ -1,3 +1,8 @@
+2010.07.25  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       b15cffc7961b97129d0b77643db42b4d4d8e3da7
+
+
 2010.06.16  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        ec87703fccdd0f954a118640c0b097e383994391
index c9aaccddc78ffcd8900c26d1c8a1550fe4a48f51..e4348a7fedbebed4b97b9239e8d88586ed5408df 100644 (file)
@@ -1,3 +1,16 @@
+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
+       interacted with it changed to start the correct vmtoolsd instance.
+
+       * Lots of cleanup: removed old compatibility headers not needed
+       anymore, removed dead code, consolidated logging code.
+
+       * Time synchronization now works more like NTP.
+
+       * New code for features not yet exposed by VMware host software
+       is being added.
+
 open-vm-tools 2010.06.16 changes:
        * VMCI moves towards unifying the guest and host driver APIs,
        and gets support for MSI/MSI-X.
index 97a23191a4866ef174e024bd81513980285d9699..7a3a061929b06edd18d492c9ea814f3f61241576 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2010.06.16"
+TOOLS_VERSION="2010.07.25"
 AC_INIT(
    [open-vm-tools],
-   [2010.06.16],
+   [2010.07.25],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 233770cb7e2907ce91f779b4c13a9e7401077b70..1c217871a61cb6906c61d72fc0695e0adc5525cd 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-268169"
+       "build-280253"
 #define BUILD_NUMBER_NUMERIC \
-       268169
+       280253
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "268169"
+       "280253"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-1828"
+       "product-build-2097"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       1828
+       2097
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "1828"
+       "2097"
index 30bfc89d63e02f81d2de26415a46bae7441e14c1..2511b46d6392167daff51016398d2186b53d4d08 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.06.16
+PACKAGE_VERSION=2010.07.25
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 437ca12cfbbf71c8e317814c3665c1450135e8ee..7987ada3279f980d03e3fd91866f67ccf5e53b11 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.06.16."
+   echo "The script will create an 'open-vm-tools' module with version 2010.07.25."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2010.06.16
+dst=$2/open-vm-tools-2010.07.25
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"