]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Updating open-vm-tools version for release 2009.09.18-193784. 2009.09.18-193784
authorVMware, Inc <>
Sat, 19 Sep 2009 01:57:50 +0000 (18:57 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Sat, 19 Sep 2009 01:57:50 +0000 (18:57 -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 410e3237105e19e163a5a6bac641c441020d7a55..6c7b7f779aabde914a58dc611a59d8b4d7bb0df7 100644 (file)
@@ -1,3 +1,35 @@
+2009.09.18  Marcelo Vanzin  <mvanzin@vmware.com>
+       This release tag contains commits up to the following id:
+       8bb94fbfbdf65b53b87279cf81529756dba7a2ca
+
+       Other changes not captured in the git logs:
+
+       * Resync with internal dev branch (2009.08.24)
+
+       * hgfsmounter/hgfsmounter.c: allow hgfs users to set ttl to 0 at mount time.
+
+       * lib/guestApp/guestApp.c, lib/include/conf.h, lib/include/netutil.h,
+         lib/include/procMgr.h, lib/include/system.h, lib/vixTools/vixTools.c,
+         lib/vmCheck/vmcheck.c: remove (now unused) Netware checks.
+
+       * lib/message/*, modules/freebsd/vmhgfs/Makefile,
+         modules/linux/vmhgfs/Makefile.*, modules/solaris/vmhgfs/Makefile: remove
+         unused message transport abstraction. The rpcChannel library is now used to
+         do RPC abstraction.
+
+       * modules/*/vmmemctl/*: refactor of the vmmemctl module as part of adding
+         support for Mac OS guests.
+
+       * modules/linux/pvscsi/pvscsi.c: don't clobber RESERVATION_CONFLICT sdstat
+         up from linux pvscsi driver.
+
+       * modules/linux/shared/*: VMCI changes unrelated to the guest driver.
+
+       * modules/linux/vmhgfs/fsutil.c, modules/linux/vmhgfs/inode.c: fix the case
+         where two directories refer to the same inode.
+
+       * scripts/linux/*: support older versions of NetworkManager.
+
 2009-08-24     Marcelo Vanzin   <mvanzin@vmware.com>
        * Resync with internal trunk (2009.08.19)
 
index 96ffef1458030307ea7d83c5c80f74e2283392c2..a7ed2eee2d7d54006155092e5067b86c30b5e725 100644 (file)
@@ -1,3 +1,10 @@
+open-vm-tools 2009.09.18 changes:
+       * Mostly bug fixes and minor enhancements.
+
+       * The pvscsi code was re-factored in preparation for upstreaming. The
+       driver has been sent to the LKML for inclusing in the main Linux tree,
+       and might be removed from open-vm-tools once it's accepted.
+
 open-vm-tools 2009.08.24 changes:
        * Remove support for Linux kernels < 2.6.9.
 
index 89ad956521f2a928a016436e4866b1091c86dd05..2092afb987890ab570d79dbfe4756ad6fbf88596 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="2009.08.24"
+TOOLS_VERSION="2009.09.18"
 AC_INIT(
    [open-vm-tools],
-   [2009.08.24],
+   [2009.09.18],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index a14e56b16062a0bc35575b6621fbe4c0e4b653db..24bfa6fe57e9e39aca07a09469af5acb0a1c2c97 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-187411"
+       "build-193784"
 #define BUILD_NUMBER_NUMERIC \
-       187411
+       193784
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "187411"
+       "193784"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-653"
+       "product-build-13805"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       653
+       13805
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "653"
+       "13805"
index d35b0df417219c2f4ccbfe4799a17ca4e2ff7172..c0b12a3a6a2fe28aeb07c5bedefd9455418fafa5 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2009.08.24
+PACKAGE_VERSION=2009.09.18
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index 69b82f5890ada326942c319f6d96d3f165f801a5..96c84b0d54da83eab91eb451fab6d05a889b53de 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 2009.08.24."
+   echo "The script will create an 'open-vm-tools' module with version 2009.09.18."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-2009.08.24
+dst=$2/open-vm-tools-2009.09.18
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"