]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2012.10.14-874563. 2012.10.14-874563
authorVMware, Inc <>
Mon, 15 Oct 2012 04:59:22 +0000 (21:59 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Fri, 19 Oct 2012 18:45:02 +0000 (11:45 -0700)
Signed-off-by: Dmitry Torokhov <dtor@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 362bed52b9852f0923340f524e743249bb1aa560..989fe2e5a7aec6da306d2d786289a61cd41ddb70 100644 (file)
@@ -1,3 +1,7 @@
+2012.10.14  Dmitry Torokhov  <dtor@vmware.com>
+       This release tag contains commits up to the following id:
+       d85408321c66c927bffdb05106a26581244edd4a
+
 2012.05.21  Dmitry Torokhov  <dtor@vmware.com>
        This release tag contains commits up to the following id:
        482332b8d4282df09838df5ea4c58df9cdb4faf3
index f79b3726fa6d7105848570307b47d9135d187ff2..0d7fb0c3a6d786619878e66a4414d3e6d324ff69 100644 (file)
@@ -1,3 +1,20 @@
+open-vm-tools 2012.10.14 changes:
+       * Changes and cleanups to VMCI driver
+
+       * Changes to HGFS to allow compiling on newer kernels
+
+       * Fix MTU handling in vmxnet3 for Solaris driver.
+
+       * Updates to the vmballon driver to handle new protocol.
+
+       * Fix for FreeBSD version of vmblock driver to stop kernel
+         panics on unload on FreeBSD 9.0
+
+       * Fix to guestinfo plugin causing vmtoolsd to crash when
+         guest had too many NICs.
+
+       * Other fixes and cleanups.
+
 open-vm-tools 2012.05.21 changes:
        * Updates for newer Linux kernel releases (3.4).
 
index dfa8c79d82049f32b6ea1598b06af8bbf05729de..6255a17aef34d3d86cbb0280c763f2ed9c673f9b 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2012.05.21"
+TOOLS_VERSION="2012.10.14"
 AC_INIT(
    [open-vm-tools],
-   [2012.05.21],
+   [2012.10.14],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index ff367bf23ff3e05e67ab5331a07c428a187f724a..f11b64d495c10c23a81b3875b4189b06d90ecf1f 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-724730"
+       "build-874563"
 #define BUILD_NUMBER_NUMERIC \
-       724730
+       874563
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "724730"
+       "874563"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-13625"
+       "product-build-17563"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       13625
+       17563
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "13625"
+       "17563"
index 7fcc347002141b3e3c9704986e10ceb7113fa20f..8c338615e4023464c9bf9fe1a7a27f9bbfe5177d 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2012.05.21
+PACKAGE_VERSION=2012.10.14
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 933266c5f3fc67c5bd5e43189bc646567ff0897a..cfd3157a8898635eafb0158cc11ce849c45606f4 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 2012.05.21."
+   echo "The script will create an 'open-vm-tools' module with version 2012.10.14."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2012.05.21
+dst=$2/open-vm-tools-2012.10.14
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"