+2009.10.15 Marcelo Vanzin <mvanzin@vmware.com>
+ This release tag contains commits up to the following id:
+ d2f1b83daab1d7882fd651ad1cc77c729bbd9760
+
+
2009.09.18 Marcelo Vanzin <mvanzin@vmware.com>
This release tag contains commits up to the following id:
8bb94fbfbdf65b53b87279cf81529756dba7a2ca
+open-vm-tools 2009.10.15 changes:
+ * The HGFS module got some performance enhancements.
+
+ * Minor enhancements to vmtoolsd and the logging system.
+
+ * Fix for a few issues reported on the sourceforge bug tracker.
+
+ * Lots of code refactoring, and a few bug fixes.
+
open-vm-tools 2009.09.18 changes:
* Mostly bug fixes and minor enhancements.
### Initialization
###
-TOOLS_VERSION="2009.09.18"
+TOOLS_VERSION="2009.10.15"
AC_INIT(
[open-vm-tools],
- [2009.09.18],
+ [2009.10.15],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-193784"
+ "build-201664"
#define BUILD_NUMBER_NUMERIC \
- 193784
+ 201664
#define BUILD_NUMBER_NUMERIC_STRING \
- "193784"
+ "201664"
#define PRODUCT_BUILD_NUMBER \
- "product-build-13805"
+ "product-build-14317"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 13805
+ 14317
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "13805"
+ "14317"
PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=2009.09.18
+PACKAGE_VERSION=2009.10.15
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 2009.09.18."
+ echo "The script will create an 'open-vm-tools' module with version 2009.10.15."
exit 1
fi
src=$1
-dst=$2/open-vm-tools-2009.09.18
+dst=$2/open-vm-tools-2009.10.15
SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"