+2010.03.20 Marcelo Vanzin <mvanzin@vmware.com>
+ This release tag contains commits up to the following id:
+ 7cdbb623125729b41bf54068568dfbcc2dd58733
+
+
2010.02.23 Marcelo Vanzin <mvanzin@vmware.com>
This release tag contains commits up to the following id:
8baa8588d5fd4cf64efb17164cb70c86c758d0c6
+open-vm-tools 2010.03.20 changes:
+ * New i18n support for Tools; it is based on VMware's internal tools
+ (instead of gettext).
+
+ * Logging infrastructure has been enhanced and now supports rotation
+ (without the need for logrotate) and syslog.
+
+ * Bug fixes in several areas (DnD, backup support, thread safety).
+
+ * Updates in Linux kernel modules for compatibility with newer kernels.
+
+ * New functionality in the Unity support code.
+
open-vm-tools 2010.02.23 changes:
* Mostly bug fixes, cleanups and code refactoring.
### Initialization
###
-TOOLS_VERSION="2010.02.23"
+TOOLS_VERSION="2010.03.20"
AC_INIT(
[open-vm-tools],
- [2010.02.23],
+ [2010.03.20],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-236320"
+ "build-243334"
#define BUILD_NUMBER_NUMERIC \
- 236320
+ 243334
#define BUILD_NUMBER_NUMERIC_STRING \
- "236320"
+ "243334"
#define PRODUCT_BUILD_NUMBER \
- "product-build-1027"
+ "product-build-1212"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 1027
+ 1212
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "1027"
+ "1212"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.02.23
+PACKAGE_VERSION=2010.03.20
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.02.23."
+ echo "The script will create an 'open-vm-tools' module with version 2010.03.20."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2010.02.23
+dst=$2/open-vm-tools-2010.03.20
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"