+2010.06.16 Marcelo Vanzin <mvanzin@vmware.com>
+ This release tag contains commits up to the following id:
+ ec87703fccdd0f954a118640c0b097e383994391
+
+
2010.04.25 Marcelo Vanzin <mvanzin@vmware.com>
This release tag contains commits up to the following id:
6fafd672e006208c1e479b297e19618170ff19bd
+open-vm-tools 2010.06.16 changes:
+ * VMCI moves towards unifying the guest and host driver APIs,
+ and gets support for MSI/MSI-X.
+
+ * More work on new VMCI-backed HGFS protocol.
+
+ * vmmemctl: Linux driver removed (it's now upstream), plus
+ cleanup and simplification of the FreeBSD and Solaris drivers.
+
+ * some Linux kernel compatibility fixes.
+
+ * Cleanup of old kernel support code.
+
+ * Some cleanup of old VIX features.
+
+ * toolbox-cmd was updated to use newer APIs, and got some i18n
+ enhancements.
+
+ * some bug fixes and enhancements to the logging code.
+
+ * update detection and use of some needed libraries.
+
+ * More progress in making libraries thread-safe.
+
open-vm-tools 2010.04.25 changes:
* VMCI and HGFS get some initial work for new features.
### Initialization
###
-TOOLS_VERSION="2010.04.25"
+TOOLS_VERSION="2010.06.16"
AC_INIT(
[open-vm-tools],
- [2010.04.25],
+ [2010.06.16],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-253928"
+ "build-268169"
#define BUILD_NUMBER_NUMERIC \
- 253928
+ 268169
#define BUILD_NUMBER_NUMERIC_STRING \
- "253928"
+ "268169"
#define PRODUCT_BUILD_NUMBER \
- "product-build-1488"
+ "product-build-1828"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 1488
+ 1828
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "1488"
+ "1828"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.04.25-253928
+PACKAGE_VERSION=2010.06.16
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 2010.04.25."
+ echo "The script will create an 'open-vm-tools' module with version 2010.06.16."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2010.04.25
+dst=$2/open-vm-tools-2010.06.16
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"