+2012.10.14 Dmitry Torokhov <dtor@vmware.com>
+ This release tag contains commits up to the following id:
+ d85408321c66c927bffdb05106a26581244edd4a
+
2012.05.21 Dmitry Torokhov <dtor@vmware.com>
This release tag contains commits up to the following id:
482332b8d4282df09838df5ea4c58df9cdb4faf3
+open-vm-tools 2012.10.14 changes:
+ * Changes and cleanups to VMCI driver
+
+ * Changes to HGFS to allow compiling on newer kernels
+
+ * Fix MTU handling in vmxnet3 for Solaris driver.
+
+ * Updates to the vmballon driver to handle new protocol.
+
+ * Fix for FreeBSD version of vmblock driver to stop kernel
+ panics on unload on FreeBSD 9.0
+
+ * Fix to guestinfo plugin causing vmtoolsd to crash when
+ guest had too many NICs.
+
+ * Other fixes and cleanups.
+
open-vm-tools 2012.05.21 changes:
* Updates for newer Linux kernel releases (3.4).
### Initialization
###
-TOOLS_VERSION="2012.05.21"
+TOOLS_VERSION="2012.10.14"
AC_INIT(
[open-vm-tools],
- [2012.05.21],
+ [2012.10.14],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-724730"
+ "build-874563"
#define BUILD_NUMBER_NUMERIC \
- 724730
+ 874563
#define BUILD_NUMBER_NUMERIC_STRING \
- "724730"
+ "874563"
#define PRODUCT_BUILD_NUMBER \
- "product-build-13625"
+ "product-build-17563"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 13625
+ 17563
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "13625"
+ "17563"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2012.05.21
+PACKAGE_VERSION=2012.10.14
MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
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 2012.05.21."
+ echo "The script will create an 'open-vm-tools' module with version 2012.10.14."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2012.05.21
+dst=$2/open-vm-tools-2012.10.14
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"