+2013.04.16 Dmitry Torokhov <dtor@vmware.com>
+ This release tag contains commits up to the following id:
+ 867ea989d5e6889abcac77b4c7dae7db2651df58
+
+
2012.12.26 Dmitry Torokhov <dtor@vmware.com>
This release tag contains commits up to the following id:
530ef7f26ed041ab1b6655f2cdc79f3af97fc50b
+open-vm-tools 2013.04.16 changes:
+ * VMCI/VMSOCK Linux kernel modules are disabled for kernels
+ 3.9 and above.
+
+ * HGFS compilation fixes, performance and other improvements.
+
+ * Disable glib deprecation warnigns on newer Linux
+ distributions.
+
+ * Configure script will automatically detect procps-ng.
+
+ * Other fixes and cleanups.
+
open-vm-tools 2012.12.26 changes:
* vmsync is not longer being compiled on newer (3.0+) Linux
kernels since they support FIFREEZE/FITHAW ioctls.
### Initialization
###
-TOOLS_VERSION="2012.12.26"
+TOOLS_VERSION="2013.04.16"
AC_INIT(
[open-vm-tools],
- [2012.12.26],
+ [2013.04.16],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-958366"
+ "build-1098359"
#define BUILD_NUMBER_NUMERIC \
- 958366
+ 1098359
#define BUILD_NUMBER_NUMERIC_STRING \
- "958366"
+ "1098359"
#define PRODUCT_BUILD_NUMBER \
- "product-build-19712"
+ "product-build-22405"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 19712
+ 22405
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "19712"
+ "22405"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2012.12.26
+PACKAGE_VERSION=2013.04.16
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 2012.12.26."
+ echo "The script will create an 'open-vm-tools' module with version 2013.04.16."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2012.12.26
+dst=$2/open-vm-tools-2013.04.16
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"