]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2011.04.25-402641. 2011.04.25-402641
authorVMware, Inc <>
Tue, 26 Apr 2011 21:35:09 +0000 (14:35 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 26 Apr 2011 21:35:09 +0000 (14:35 -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 7a97fcc7a41389f5e34a7376b3878ae9afdb673b..18cf1851aeb941cb3ac5e90b95545f1098cd16e1 100644 (file)
@@ -1,3 +1,8 @@
+2011.04.25  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       3112c27981074deb53e86e30e1c168d55e42220c
+
+
 2011.03.28  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        ec43520f5f3a50f5a980a73d22ae231380f97555
index 6feb23bd9dabf1a2b32758ac8d5fb41d2eff69cf..1480535d8633fe12fe824f4c1eae24320921826e 100644 (file)
@@ -1,3 +1,12 @@
+open-vm-tools 2011.04.25 changes:
+       * Mostly cleanups and small bug fixes in this release.
+
+       * Logging is enabled by default in vmtoolsd, writing to syslog.
+         The default log level is not chatty, so few messages should
+         make it to syslog during normal operation.
+
+       * The GUI version of the toolbox was removed.
+
 open-vm-tools 2011.03.28 changes:
        * HGFS mounter and vmusr's suid wrapper were changed to avoid
          issues with symlink attacks. A new mount utility for vmblock on
index e866fa8a003acedb8b775cdc00a470c5bdf5a157..673f4aaf9c6401308bf114310c584570c74acc73 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2011.03.28"
+TOOLS_VERSION="2011.04.25"
 AC_INIT(
    [open-vm-tools],
-   [2011.03.28],
+   [2011.04.25],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index d521f5a0ad7b012820afc8d2cdbabe0e1ce7106b..637cb6ffdf638aed78184c090f83f7a8227f7289 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-387002"
+       "build-402641"
 #define BUILD_NUMBER_NUMERIC \
-       387002
+       402641
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "387002"
+       "402641"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-5114"
+       "product-build-5529"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       5114
+       5529
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "5114"
+       "5529"
index 7a0e0f1c68f70d5ea1f50a676f387d5a5e379f9c..c8b6f8d4ba6ec74cd616bcd7ebe5cb4dc5ed7ea4 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2011.03.28
+PACKAGE_VERSION=2011.04.25
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index c0daeaf89415a557d2e8632362e271fa4af1c38c..8ffa14e2277c5743c97cdf48a18931298098debd 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.03.28."
+   echo "The script will create an 'open-vm-tools' module with version 2011.04.25."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2011.03.28
+dst=$2/open-vm-tools-2011.04.25
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"