]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2011.12.20-562307. 2011.12.20-562307
authorVMware, Inc <>
Thu, 22 Dec 2011 00:56:23 +0000 (16:56 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 22 Dec 2011 00:56:23 +0000 (16:56 -0800)
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 73b63f011af1399c6122a759265c1a12a1fa26da..d13441ca39d0e38a9d780a3d2cb1e448bdb81b8c 100644 (file)
@@ -1,3 +1,8 @@
+2011.12.20  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       dfca5cf9d1c2335c5d001deedd9266c84956b508
+
+
 2011.11.20  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        6c197b8e5eccf32bfee0e2452d8926968182aada
index 3f103f30a11ce9fd2776f99fc37ed7e6549db24f..0c1d5f2befa88bd12fbc1b3c43d81435a0ce0a81 100644 (file)
@@ -1,3 +1,15 @@
+open-vm-tools 2011.12.20 changes:
+       * Updates for new Linux kernel releases, including some fixes for
+       Fedora's re-versioned 3.x kernels.
+
+       * VMCI sockets has some changes for a new socket type, targeted
+       at replacing the "backdoor" communication used by the tools services.
+
+       * HGFS has better session support.
+
+       * Miscelaneous bug fixes and small enhancements in other parts
+       of the code.
+
 open-vm-tools 2011.11.20 changes:
        * Updates for new Linux kernel releases.
 
index 9cdf4cb521d4bd3f624fc67eafb231bdb276d504..5e95bd9a7d22a8d0d697938c0cc2b4e581d94c6c 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2011.11.20"
+TOOLS_VERSION="2011.12.20"
 AC_INIT(
    [open-vm-tools],
-   [2011.11.20],
+   [2011.12.20],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 25de720f54ae16a0edbdc050a01f0f4611d1327c..5b438f7f17eb581ecad6608d549cce12b681bfe6 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-535097"
+       "build-562307"
 #define BUILD_NUMBER_NUMERIC \
-       535097
+       562307
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "535097"
+       "562307"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-9272"
+       "product-build-9882"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       9272
+       9882
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "9272"
+       "9882"
index 42ec500f1de42efab59a963a743594c30fe7a0f4..410d99cb56b235b10ab4924f22c13aa09a80c32c 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2011.11.20
+PACKAGE_VERSION=2011.12.20
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 6708b12c3339daf44d3ddd5b406462b29e04283b..bffa1e225de64b2e57282f9b001940c1a252dbad 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 2011.11.20."
+   echo "The script will create an 'open-vm-tools' module with version 2011.12.20."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2011.11.20
+dst=$2/open-vm-tools-2011.12.20
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"