+2010.01.19 Marcelo Vanzin <mvanzin@vmware.com>
+ This release tag contains commits up to the following id:
+ 8ee82a5774ae7badeb98ecf4dc629c7e9aac7077
+
+
2009.12.16 Marcelo Vanzin <mvanzin@vmware.com>
This release tag contains commits up to the following id:
0d28106da5684dc31ea52ebb5a2dc6a0af5c1d61
+open-vm-tools 2010.01.19 changes:
+ * Linux modules have been updated to compile on newer kernels.
+
+ * Solaris modules now should compile on OpenSolaris (tested on 2009.06).
+
+ * Other than those, mostly bug fixes and minor refactoring.
+
open-vm-tools 2009.12.16 changes:
* Some improvements to vmtoolsd, base libraries and and the plugin
interface.
### Initialization
###
-TOOLS_VERSION="2009.12.16"
+TOOLS_VERSION="2010.01.19"
AC_INIT(
[open-vm-tools],
- [2009.12.16],
+ [2010.01.19],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-217847"
+ "build-226760"
#define BUILD_NUMBER_NUMERIC \
- 217847
+ 226760
#define BUILD_NUMBER_NUMERIC_STRING \
- "217847"
+ "226760"
#define PRODUCT_BUILD_NUMBER \
- "product-build-514"
+ "product-build-744"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 514
+ 744
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "514"
+ "744"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2009.12.16-217847
+PACKAGE_VERSION=2010.01.19
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.12.16."
+ echo "The script will create an 'open-vm-tools' module with version 2010.01.19."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2009.12.16
+dst=$2/open-vm-tools-2010.01.19
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"