+2011.02.23 Marcelo Vanzin <mvanzin@vmware.com>
+ This release tag contains commits up to the following id:
+ 96cf4718ac0aff1743e50a2165599306ba442fe1
+
+
2011.01.24 Marcelo Vanzin <mvanzin@vmware.com>
This release tag contains commits up to the following id:
60c470337c8932a6d9564130dcaf06c7a1a3df53
+open-vm-tools 2011.02.23 changes:
+ * Some copy & paste issues with KDE were fixed.
+
+ * Mostly cleanups and bug fixes, with a few build enhancements.
+
open-vm-tools 2011.01.24 changes:
* Mostly cleanups and bug fixes.
### Initialization
###
-TOOLS_VERSION="2011.01.24"
+TOOLS_VERSION="2011.02.23"
AC_INIT(
[open-vm-tools],
- [2011.01.24],
+ [2011.02.23],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-354108"
+ "build-368700"
#define BUILD_NUMBER_NUMERIC \
- 354108
+ 368700
#define BUILD_NUMBER_NUMERIC_STRING \
- "354108"
+ "368700"
#define PRODUCT_BUILD_NUMBER \
- "product-build-4160"
+ "product-build-4538"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 4160
+ 4538
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "4160"
+ "4538"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2011.01.24
+PACKAGE_VERSION=2011.02.23
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 2011.01.24."
+ echo "The script will create an 'open-vm-tools' module with version 2011.02.23."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2011.01.24
+dst=$2/open-vm-tools-2011.02.23
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"