]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2010.10.18-313025. 2010.10.18-313025
authorVMware, Inc <>
Tue, 19 Oct 2010 20:19:53 +0000 (13:19 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 19 Oct 2010 20:19:53 +0000 (13:19 -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 8337533cd6c70a5f6cc3780c5f1a930bf69b9b91..bbe6c743f62c048b5e3ba0689595713823b6580d 100644 (file)
@@ -1,3 +1,8 @@
+2010.10.18  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       2162c5d770cdac3b0e275907a1a5d22ece8ce23c
+
+
 2010.09.19  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        c92a8bfbb406a906bcd2fb9ef6801f92c5b64d1f
index 89c4cdafb84c9c78e05f1ce828435b1fe511d4e1..ff6ac7ef319cb534594ee817862d489004d5334c 100644 (file)
@@ -1,3 +1,16 @@
+open-vm-tools 2010.10.18 changes:
+       * The unity plugin has received some refactoring work, and the
+       menu gathering code has been enhanced to be more DE-agnostic and
+       support the new app icon code. It now needs glib 2.24 to compile.
+
+       * Several bug fixes and enhancements to the VIX plugin.
+
+       * Bug fixes to the guest info plugin so that it better supports
+       VMs with several network interfaces.
+
+       * Other minor enhancements and bug fixes in several areas, incluing
+       vsock, vmmemctl and copy & paste.
+
 open-vm-tools 2010.09.19 changes:
        * Mostly cleanups and minor bug fixes.
 
index 50d5e65767421900b03751995887d421172b4a41..2d9333413acdbe9f04922764f1d6c1a40feb4235 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2010.09.19"
+TOOLS_VERSION="2010.10.18"
 AC_INIT(
    [open-vm-tools],
-   [2010.09.19],
+   [2010.10.18],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 092a1f1c8e261add3ca8fcdc40e31a95db8f0b3a..753aef76af377be4389d6d285f985cd71ae1196b 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-301124"
+       "build-313025"
 #define BUILD_NUMBER_NUMERIC \
-       301124
+       313025
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "301124"
+       "313025"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-2714"
+       "product-build-3046"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       2714
+       3046
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "2714"
+       "3046"
index 80c3e6919a8ef779fdf0b0cb2c41c0fa39cc8199..5908d4cbcc976a120be7aaf8af83047d69740139 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.09.19
+PACKAGE_VERSION=2010.10.18
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index faaaf5d4d18a940522c5cf3406ebf066e1ea3688..c93efd3a309783f50f927274ed243b1667cc6ab5 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.09.19."
+   echo "The script will create an 'open-vm-tools' module with version 2010.10.18."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2010.09.19
+dst=$2/open-vm-tools-2010.10.18
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"