+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)
+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.
#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"
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"