+2010.07.25 Marcelo Vanzin <mvanzin@vmware.com>
+ This release tag contains commits up to the following id:
+ b15cffc7961b97129d0b77643db42b4d4d8e3da7
+
+
2010.06.16 Marcelo Vanzin <mvanzin@vmware.com>
This release tag contains commits up to the following id:
ec87703fccdd0f954a118640c0b097e383994391
+open-vm-tools 2010.07.25 changes:
+ * Features previously provided by vmware-user are now provided
+ as vmtoolsd plugins. vmware-user has been removed and code that
+ interacted with it changed to start the correct vmtoolsd instance.
+
+ * Lots of cleanup: removed old compatibility headers not needed
+ anymore, removed dead code, consolidated logging code.
+
+ * Time synchronization now works more like NTP.
+
+ * New code for features not yet exposed by VMware host software
+ is being added.
+
open-vm-tools 2010.06.16 changes:
* VMCI moves towards unifying the guest and host driver APIs,
and gets support for MSI/MSI-X.
### Initialization
###
-TOOLS_VERSION="2010.06.16"
+TOOLS_VERSION="2010.07.25"
AC_INIT(
[open-vm-tools],
- [2010.06.16],
+ [2010.07.25],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-268169"
+ "build-280253"
#define BUILD_NUMBER_NUMERIC \
- 268169
+ 280253
#define BUILD_NUMBER_NUMERIC_STRING \
- "268169"
+ "280253"
#define PRODUCT_BUILD_NUMBER \
- "product-build-1828"
+ "product-build-2097"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 1828
+ 2097
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "1828"
+ "2097"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.06.16
+PACKAGE_VERSION=2010.07.25
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.06.16."
+ echo "The script will create an 'open-vm-tools' module with version 2010.07.25."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2010.06.16
+dst=$2/open-vm-tools-2010.07.25
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"