+2010.08.24 Marcelo Vanzin <mvanzin@vmware.com>
+ This release tag contains commits up to the following id:
+ 94e63742d734b41638d37580602de4232da5ece6
+
+
2010.07.25 Marcelo Vanzin <mvanzin@vmware.com>
This release tag contains commits up to the following id:
b15cffc7961b97129d0b77643db42b4d4d8e3da7
+open-vm-tools 2010.08.24 changes:
+ * HGFS and VMCI kernel module bug fixes, and updates to compile
+ in newer Linux kernels.
+
+ * HGFS server interface refactoring was finished, now supports
+ the transport abstraction available for the kernel interface.
+
+ * VIX operations are now properly implemented on Solaris, plus
+ new operations added to support features under development.
+
+ * Other minor cleanups and bug fixes.
+
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
### Initialization
###
-TOOLS_VERSION="2010.07.25"
+TOOLS_VERSION="2010.08.24"
AC_INIT(
[open-vm-tools],
- [2010.07.25],
+ [2010.08.24],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-280253"
+ "build-292196"
#define BUILD_NUMBER_NUMERIC \
- 280253
+ 292196
#define BUILD_NUMBER_NUMERIC_STRING \
- "280253"
+ "292196"
#define PRODUCT_BUILD_NUMBER \
- "product-build-2097"
+ "product-build-2437"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 2097
+ 2437
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "2097"
+ "2437"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.07.25
+PACKAGE_VERSION=2010.08.24
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.07.25."
+ echo "The script will create an 'open-vm-tools' module with version 2010.08.24."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2010.07.25
+dst=$2/open-vm-tools-2010.08.24
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"