From: Oliver Kurth Date: Fri, 20 Jan 2017 03:22:59 +0000 (-0800) Subject: bump version to 10.1.5 X-Git-Tag: stable-10.1.5~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ba85f8ef06b01adf7f32b1cc0d2c54b3b233f3;p=thirdparty%2Fopen-vm-tools.git bump version to 10.1.5 --- diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index 74fb72920..bbae024df 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,3 +1,65 @@ +open-vm-tools-10.1.5 + +commit 34ad652204df2bcde7d504a8a7deac3a0229c324 +Author: Oliver Kurth +Date: Wed Jan 18 17:28:20 2017 -0800 + + Update copyright year + +commit 2cacd294dc67600c171ecff95799b6c4d9266fdb +Author: Oliver Kurth +Date: Wed Jan 18 17:28:20 2017 -0800 + + Bump the VMware Tools update release to version 10.1.5 + + Change the "current" version for the VMware Tools update release to + be 10.1.5. This bump is to allow versions numbers for hot patches + which have been or may yet be issued before the update is GA. + +commit 9a42959c4ae8e98f8f1e107cb580c187462efdc5 +Author: Oliver Kurth +Date: Wed Jan 18 17:28:19 2017 -0800 + + Back-out previous Copyright update. + +commit 0066a3f7113c15f0513b1bb5cbaf2d495188d8b6 +Author: Oliver Kurth +Date: Wed Jan 18 17:28:18 2017 -0800 + + Update copyright year to 2017. + +commit 5af13991b0db6f957fb5e27dba027eedc4f5ca5a +Author: Oliver Kurth +Date: Wed Jan 18 17:28:16 2017 -0800 + + Update tools copyright to 2017 + +commit 492b8837995814b373a52e81199c7a25e66593f5 +Author: Oliver Kurth +Date: Wed Jan 18 17:28:16 2017 -0800 + + Change VMware Tools ISO mapping for centos and oraclelinux effective with 10.1.1 + + No impact to open-vm-tools. + +commit 4f1fa88b9e2ef125ea7411b95c00659e7053bbcd +Author: Oliver Kurth +Date: Wed Jan 18 17:28:16 2017 -0800 + + Add enhanced log messages and a few new log messages. + +commit 36171f6857afd94e15c2a5761683dcadebfafbd8 +Author: Oliver Kurth +Date: Wed Jan 18 17:28:16 2017 -0800 + + Thaw filesystems if the snapshot commit message to VMX fails + +commit 6ff97ba183f80f91a269b980cb384a45c4fbbab2 +Author: Oliver Kurth +Date: Wed Jan 18 17:28:16 2017 -0800 + + Set/update the VMware Tools version for the 10.1.1 release + open-vm-tools-10.1.0 build 4449150 * Hgfs VMX: make the shares object use const strings diff --git a/open-vm-tools/LICENSE b/open-vm-tools/LICENSE index ea8618525..fb77eb9ca 100644 --- a/open-vm-tools/LICENSE +++ b/open-vm-tools/LICENSE @@ -1,6 +1,6 @@ LICENSE -Open-vm-tools v10.1.0 +Open-vm-tools v10.1.5 The Linux kernel modules are released under the GPL v2, a majority of the user level components are released under the LGPL v2.1, and the SVGA and mouse drivers are released under the X11 license. @@ -231,7 +231,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ======== -Open-vm-tools v10.1.0 includes a number of subcomponents with separate copyright notices and license terms. Your use of the source code for these subcomponents is subject to the terms and conditions of the following licenses. +Open-vm-tools v10.1.5 includes a number of subcomponents with separate copyright notices and license terms. Your use of the source code for these subcomponents is subject to the terms and conditions of the following licenses. SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index a6b6a296a..20370aec8 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -39,10 +39,10 @@ ### Initialization ### -TOOLS_VERSION="10.1.0" +TOOLS_VERSION="10.1.5" AC_INIT( [open-vm-tools], - [10.1.0], + [10.1.5], [open-vm-tools-devel@lists.sourceforge.net]) # In order to make this configure script auto-detect situations where diff --git a/open-vm-tools/modules/linux/dkms.conf b/open-vm-tools/modules/linux/dkms.conf index 43c6c8a29..f507f2211 100644 --- a/open-vm-tools/modules/linux/dkms.conf +++ b/open-vm-tools/modules/linux/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME=open-vm-tools -PACKAGE_VERSION=10.1.0 +PACKAGE_VERSION=10.1.5 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \ MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build" diff --git a/open-vm-tools/modules/linux/dkms.sh b/open-vm-tools/modules/linux/dkms.sh index 66aea1dcd..14e257347 100644 --- a/open-vm-tools/modules/linux/dkms.sh +++ b/open-vm-tools/modules/linux/dkms.sh @@ -28,12 +28,12 @@ then 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 10.1.0." + echo "The script will create an 'open-vm-tools' module with version 10.1.5." exit 1 fi src=$1 -dst=$2/open-vm-tools-10.1.0 +dst=$2/open-vm-tools-10.1.5 SHARED_HEADERS="backdoor_def.h" SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"