]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2013.04.16-1098359. 2013.04.16-1098359
authorVMware, Inc <>
Wed, 17 Apr 2013 21:42:21 +0000 (14:42 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Wed, 17 Apr 2013 21:42:21 +0000 (14:42 -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 ce5cf66e2dfddbd7081d42ffc66aec523f55cf9f..5902cdb6a2a0fef30c9ca57cdd85934b62ad4a92 100644 (file)
@@ -1,3 +1,8 @@
+2013.04.16  Dmitry Torokhov  <dtor@vmware.com>
+       This release tag contains commits up to the following id:
+       867ea989d5e6889abcac77b4c7dae7db2651df58
+
+
 2012.12.26  Dmitry Torokhov  <dtor@vmware.com>
        This release tag contains commits up to the following id:
        530ef7f26ed041ab1b6655f2cdc79f3af97fc50b
index d050c82be9433ce988713bc740ea8287439a5ad6..ee99cd99c7d78ad0d859128f997f59b859d8da99 100644 (file)
@@ -1,3 +1,16 @@
+open-vm-tools 2013.04.16 changes:
+       * VMCI/VMSOCK Linux kernel modules are disabled for kernels
+         3.9 and above.
+
+       * HGFS compilation fixes, performance and other improvements.
+
+       * Disable glib deprecation warnigns on newer Linux
+         distributions.
+
+       * Configure script will automatically detect procps-ng.
+
+       * Other fixes and cleanups.
+
 open-vm-tools 2012.12.26 changes:
        * vmsync is not longer being compiled on newer (3.0+) Linux
          kernels since they support FIFREEZE/FITHAW ioctls.
index 7c84f0a7c3e15f1dd5c47cdefec9e98375958470..077ca60b6727be2d4a35a4281e93015dc9862d1d 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2012.12.26"
+TOOLS_VERSION="2013.04.16"
 AC_INIT(
    [open-vm-tools],
-   [2012.12.26],
+   [2013.04.16],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index aa97332bd8291146d6af4e7b4bf1ecc46b7a2e25..82ef349f7e8503ebeaccba52e053ce43933d5efe 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-958366"
+       "build-1098359"
 #define BUILD_NUMBER_NUMERIC \
-       958366
+       1098359
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "958366"
+       "1098359"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-19712"
+       "product-build-22405"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       19712
+       22405
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "19712"
+       "22405"
index dbd201a30401edb54ee45fe83057018186b29945..3ed77f9c469ab6061b3ce1bf969a8e7ad02c80c1 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2012.12.26
+PACKAGE_VERSION=2013.04.16
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 1cbaa540c12f493f3915bfd891021afd90f09751..1fc1a31ef027adc252e4381d6d253a999b56907a 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.12.26."
+   echo "The script will create an 'open-vm-tools' module with version 2013.04.16."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2012.12.26
+dst=$2/open-vm-tools-2013.04.16
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"