]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2010.03.20-243334. 2010.03.20-243334
authorVMware, Inc <>
Mon, 22 Mar 2010 22:37:59 +0000 (15:37 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 22 Mar 2010 22:37:59 +0000 (15:37 -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 cbb62c03e5ad813ea5bcab0331054d0fa72daf0b..44934f0a04413dd9243bf14be0cb1b436e324cad 100644 (file)
@@ -1,3 +1,8 @@
+2010.03.20  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       7cdbb623125729b41bf54068568dfbcc2dd58733
+
+
 2010.02.23  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        8baa8588d5fd4cf64efb17164cb70c86c758d0c6
index 8e968119683dbfc30225d0791867a6f934c191ed..19e3de19b4b54f445fe85d1781922a2d25e7c16b 100644 (file)
@@ -1,3 +1,16 @@
+open-vm-tools 2010.03.20 changes:
+       * New i18n support for Tools; it is based on VMware's internal tools
+       (instead of gettext).
+
+       * Logging infrastructure has been enhanced and now supports rotation
+       (without the need for logrotate) and syslog.
+
+       * Bug fixes in several areas (DnD, backup support, thread safety).
+
+       * Updates in Linux kernel modules for compatibility with newer kernels.
+
+       * New functionality in the Unity support code.
+
 open-vm-tools 2010.02.23 changes:
        * Mostly bug fixes, cleanups and code refactoring.
 
index 48db493ff653fdbfe1bf6a074d634ccd8eeb5c82..3383e12febd200e8c800a38ac8eca0893a373aec 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2010.02.23"
+TOOLS_VERSION="2010.03.20"
 AC_INIT(
    [open-vm-tools],
-   [2010.02.23],
+   [2010.03.20],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 01fbe4220d4762d606318578e1a0637efdf61779..1637958e3b3537ffd06a980dfb43121e26704e9a 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-236320"
+       "build-243334"
 #define BUILD_NUMBER_NUMERIC \
-       236320
+       243334
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "236320"
+       "243334"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-1027"
+       "product-build-1212"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       1027
+       1212
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "1027"
+       "1212"
index f15e96d106fea3ae23cba195a64dcf4edc3a6a67..c40345991ffa51659d7eff89d8f8b00aaf4f93f0 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.02.23
+PACKAGE_VERSION=2010.03.20
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 7748e55573aca129ee6c0469bb143978fcf54a62..8500b3f7750c0662abe428375fd0ad439eea3239 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.02.23."
+   echo "The script will create an 'open-vm-tools' module with version 2010.03.20."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2010.02.23
+dst=$2/open-vm-tools-2010.03.20
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"