+2011.04.25 Marcelo Vanzin <mvanzin@vmware.com>
+ This release tag contains commits up to the following id:
+ 3112c27981074deb53e86e30e1c168d55e42220c
+
+
2011.03.28 Marcelo Vanzin <mvanzin@vmware.com>
This release tag contains commits up to the following id:
ec43520f5f3a50f5a980a73d22ae231380f97555
+open-vm-tools 2011.04.25 changes:
+ * Mostly cleanups and small bug fixes in this release.
+
+ * Logging is enabled by default in vmtoolsd, writing to syslog.
+ The default log level is not chatty, so few messages should
+ make it to syslog during normal operation.
+
+ * The GUI version of the toolbox was removed.
+
open-vm-tools 2011.03.28 changes:
* HGFS mounter and vmusr's suid wrapper were changed to avoid
issues with symlink attacks. A new mount utility for vmblock on
### Initialization
###
-TOOLS_VERSION="2011.03.28"
+TOOLS_VERSION="2011.04.25"
AC_INIT(
[open-vm-tools],
- [2011.03.28],
+ [2011.04.25],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-387002"
+ "build-402641"
#define BUILD_NUMBER_NUMERIC \
- 387002
+ 402641
#define BUILD_NUMBER_NUMERIC_STRING \
- "387002"
+ "402641"
#define PRODUCT_BUILD_NUMBER \
- "product-build-5114"
+ "product-build-5529"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 5114
+ 5529
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "5114"
+ "5529"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2011.03.28
+PACKAGE_VERSION=2011.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 2011.03.28."
+ echo "The script will create an 'open-vm-tools' module with version 2011.04.25."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2011.03.28
+dst=$2/open-vm-tools-2011.04.25
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"