+2009.12.16 Marcelo Vanzin <mvanzin@vmware.com>
+ This release tag contains commits up to the following id:
+ 0d28106da5684dc31ea52ebb5a2dc6a0af5c1d61
+
+
2009.11.16 Marcelo Vanzin <mvanzin@vmware.com>
This release tag contains commits up to the following id:
6f4cdd0f38be020d722f2393c0b78d7cd13f04d2
+open-vm-tools 2009.12.16 changes:
+ * Some improvements to vmtoolsd, base libraries and and the plugin
+ interface.
+
+ * Some library refactoring: use new lock library, changes to support
+ compilation of some code on ARM.
+
+ * some fixes in configure.ac to try to correctly support newer distros.
+
+ * vsock/vmci improvements.
+
+ * bug fixes in the vmxnet / vmxnet3 drivers, and FreeBSD's vmblock driver.
+
+ * vmxnet3 for Linux is now upstream (as of Linux 2.6.32), and will be
+ removed from later releases of open-vm-tools.
+
+ * pvscsi will be available upstream starting with Linux 2.6.33 and at that
+ time will be removed from open-vm-tools.
+
open-vm-tools 2009.11.16 changes:
* Lots of refactoring and cleanup in the code, mainly targeting the
definition of a set of public APIs.
### Initialization
###
-TOOLS_VERSION="2009.11.16"
+TOOLS_VERSION="2009.12.16"
AC_INIT(
[open-vm-tools],
- [2009.11.16],
+ [2009.12.16],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-210370"
+ "build-217847"
#define BUILD_NUMBER_NUMERIC \
- 210370
+ 217847
#define BUILD_NUMBER_NUMERIC_STRING \
- "210370"
+ "217847"
#define PRODUCT_BUILD_NUMBER \
- "product-build-14854"
+ "product-build-514"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 14854
+ 514
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "14854"
+ "514"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2009.11.16
+PACKAGE_VERSION=2009.12.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 2009.11.16."
+ echo "The script will create an 'open-vm-tools' module with version 2009.12.16."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2009.11.16
+dst=$2/open-vm-tools-2009.12.16
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"