+2010.04.25 Marcelo Vanzin <mvanzin@vmware.com>
+ This release tag contains commits up to the following id:
+ 6fafd672e006208c1e479b297e19618170ff19bd
+
+
2010.03.20 Marcelo Vanzin <mvanzin@vmware.com>
This release tag contains commits up to the following id:
7cdbb623125729b41bf54068568dfbcc2dd58733
+open-vm-tools 2010.04.25 changes:
+ * VMCI and HGFS get some initial work for new features.
+
+ * vmbackup support has been extended to more systems, allowing its
+ use even if the system lacks a proper "sync" implementation.
+
+ * A few bug fixes in different areas: Unity/X11, vmware-user startup
+ on upstart-based systems, and other minor fixes / thread safety fixes.
+
+ * The pvscsi driver was removed from the open-vm-tools distribution (it
+ is upstream as of Linux 2.6.33).
+
+ * The vmmemctl driver will be upstream as of Linux 2.6.34, at which
+ point it will be removed from open-vm-tools.
+
open-vm-tools 2010.03.20 changes:
* New i18n support for Tools; it is based on VMware's internal tools
(instead of gettext).
### Initialization
###
-TOOLS_VERSION="2010.03.20"
+TOOLS_VERSION="2010.04.25"
AC_INIT(
[open-vm-tools],
- [2010.03.20],
+ [2010.04.25],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-243334"
+ "build-253928"
#define BUILD_NUMBER_NUMERIC \
- 243334
+ 253928
#define BUILD_NUMBER_NUMERIC_STRING \
- "243334"
+ "253928"
#define PRODUCT_BUILD_NUMBER \
- "product-build-1212"
+ "product-build-1488"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 1212
+ 1488
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "1212"
+ "1488"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2010.03.20-243334
+PACKAGE_VERSION=2010.04.25
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.03.20."
+ echo "The script will create an 'open-vm-tools' module with version 2010.04.25."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2010.03.20
+dst=$2/open-vm-tools-2010.04.25
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"