+2010.11.17 Marcelo Vanzin <mvanzin@vmware.com>
+ This release tag contains commits up to the following id:
+ 11c0273ed4269f6f7a92f82f6c822df7da4c8720
+
+
2010.10.18 Marcelo Vanzin <mvanzin@vmware.com>
This release tag contains commits up to the following id:
2162c5d770cdac3b0e275907a1a5d22ece8ce23c
+open-vm-tools 2010.11.17 changes:
+ * Mostly cleanups and bug fixes.
+
+ * vmxnet3 on Solaris now supports jumbo frames.
+
open-vm-tools 2010.10.18 changes:
* The unity plugin has received some refactoring work, and the
menu gathering code has been enhanced to be more DE-agnostic and
### Initialization
###
-TOOLS_VERSION="2010.10.18"
+TOOLS_VERSION="2010.11.17"
AC_INIT(
[open-vm-tools],
- [2010.10.18],
+ [2010.11.17],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-313025"
+ "build-327185"
#define BUILD_NUMBER_NUMERIC \
- 313025
+ 327185
#define BUILD_NUMBER_NUMERIC_STRING \
- "313025"
+ "327185"
#define PRODUCT_BUILD_NUMBER \
- "product-build-3046"
+ "product-build-3417"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 3046
+ 3417
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "3046"
+ "3417"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.10.18
+PACKAGE_VERSION=2010.11.17
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.10.18."
+ echo "The script will create an 'open-vm-tools' module with version 2010.11.17."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2010.10.18
+dst=$2/open-vm-tools-2010.11.17
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"