]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2010.04.25-253928. 2010.04.25-253928
authorMarcelo Vanzin <mvanzin@vmware.com>
Tue, 27 Apr 2010 03:50:45 +0000 (20:50 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 27 Apr 2010 03:50:45 +0000 (20:50 -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 44934f0a04413dd9243bf14be0cb1b436e324cad..94a8f26d46f4115735db93a16d2933d94836679a 100644 (file)
@@ -1,3 +1,8 @@
+2010.04.25  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       6fafd672e006208c1e479b297e19618170ff19bd
+
+
 2010.03.20  Marcelo Vanzin  <mvanzin@vmware.com>
        This release tag contains commits up to the following id:
        7cdbb623125729b41bf54068568dfbcc2dd58733
index 19e3de19b4b54f445fe85d1781922a2d25e7c16b..a423b1de6bf8209905c810594f6da30b8a41beb3 100644 (file)
@@ -1,3 +1,18 @@
+open-vm-tools 2010.04.25 changes:
+       * VMCI and HGFS get some initial work for new features.
+
+       * vmbackup support has been extended to more systems, allowing its
+       use even if the system lacks a proper "sync" implementation.
+
+       * A few bug fixes in different areas: Unity/X11, vmware-user startup
+       on upstart-based systems, and other minor fixes / thread safety fixes.
+
+       * The pvscsi driver was removed from the open-vm-tools distribution (it
+       is upstream as of Linux 2.6.33).
+
+       * The vmmemctl driver will be upstream as of Linux 2.6.34, at which
+       point it will be removed from open-vm-tools.
+
 open-vm-tools 2010.03.20 changes:
        * New i18n support for Tools; it is based on VMware's internal tools
        (instead of gettext).
index 7744bb0713e97ab1bf59e626006e23bb07deb3a2..75c1fdf6e5eb9b1f4568e8c5be10d1b72f156e2d 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2010.03.20"
+TOOLS_VERSION="2010.04.25"
 AC_INIT(
    [open-vm-tools],
-   [2010.03.20],
+   [2010.04.25],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 1637958e3b3537ffd06a980dfb43121e26704e9a..1a7f3dd0de341d1fe7bf5dd881e48c58d0e79dd8 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-243334"
+       "build-253928"
 #define BUILD_NUMBER_NUMERIC \
-       243334
+       253928
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "243334"
+       "253928"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-1212"
+       "product-build-1488"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       1212
+       1488
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "1212"
+       "1488"
index b980d498df51f466623968905950eb322723a0a0..6cd8953110cef7a324e7c8cbe3b7f4678bb5b843 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.03.20-243334
+PACKAGE_VERSION=2010.04.25
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index c1c93bd27c2beeda4b1a413acc21f0407ef3055a..264baca60299ea9e20795f2d6b7999a50ea2aa22 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.03.20."
+   echo "The script will create an 'open-vm-tools' module with version 2010.04.25."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2010.03.20
+dst=$2/open-vm-tools-2010.04.25
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"