]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
version bump to 10.0.5
authorDyno Hongjun Fu <hfu@vmware.com>
Tue, 24 Nov 2015 06:33:40 +0000 (22:33 -0800)
committerDyno Hongjun Fu <hfu@vmware.com>
Tue, 24 Nov 2015 06:38:44 +0000 (22:38 -0800)
12 files changed:
open-vm-tools/configure
open-vm-tools/configure.ac
open-vm-tools/lib/include/bsdfmt.h
open-vm-tools/lib/include/buildNumber.h
open-vm-tools/lib/include/vmGuestLib.h
open-vm-tools/lib/include/vm_tools_version.h
open-vm-tools/lib/unicode/unicodeSimpleCaseFolding.c
open-vm-tools/modules/freebsd/vmblock/subr.c
open-vm-tools/modules/freebsd/vmblock/vfsops.c
open-vm-tools/modules/freebsd/vmblock/vnops.c
open-vm-tools/modules/linux/dkms.conf
open-vm-tools/modules/linux/dkms.sh

index f27247836f6d81c3cc96b233bba732fc217d5940..62cf447963981618f8be8bbf9798a8144f5849f6 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for open-vm-tools 10.0.0.
+# Generated by GNU Autoconf 2.61 for open-vm-tools 10.0.5.
 #
 # Report bugs to <open-vm-tools-devel@lists.sourceforge.net>.
 #
@@ -723,8 +723,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='open-vm-tools'
 PACKAGE_TARNAME='open-vm-tools'
-PACKAGE_VERSION='10.0.0'
-PACKAGE_STRING='open-vm-tools 10.0.0'
+PACKAGE_VERSION='10.0.5'
+PACKAGE_STRING='open-vm-tools 10.0.5'
 PACKAGE_BUGREPORT='open-vm-tools-devel@lists.sourceforge.net'
 
 ac_unique_file="checkvm/checkvm.c"
@@ -1517,7 +1517,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures open-vm-tools 10.0.0 to adapt to many kinds of systems.
+\`configure' configures open-vm-tools 10.0.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1591,7 +1591,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of open-vm-tools 10.0.0:";;
+     short | recursive ) echo "Configuration of open-vm-tools 10.0.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1723,7 +1723,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-open-vm-tools configure 10.0.0
+open-vm-tools configure 10.0.5
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1737,7 +1737,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by open-vm-tools $as_me 10.0.0, which was
+It was created by open-vm-tools $as_me 10.0.5, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2744,7 +2744,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='open-vm-tools'
- VERSION='10.0.0'
+ VERSION='10.0.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -31992,7 +31992,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by open-vm-tools $as_me 10.0.0, which was
+This file was extended by open-vm-tools $as_me 10.0.5, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -32039,7 +32039,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-open-vm-tools config.status 10.0.0
+open-vm-tools config.status 10.0.5
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index ebdf17ce2e0063835b51bd6c20823e2baf2ee286..04e3bac2e82ee5cf2250a6c0288a68b51f3b80e6 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="10.0.0"
+TOOLS_VERSION="10.0.5"
 AC_INIT(
    [open-vm-tools],
-   [10.0.0],
+   [10.0.5],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index c341248e02ca5f732e7d45ae4efd8d71310912ce..108edb38589ee9775879a01a95bdab5e5bed7319 100644 (file)
@@ -1,5 +1,5 @@
 /* **********************************************************
- * Copyright 2008-2014 VMware, Inc.  All rights reserved.
+ * Copyright 2008-2014 VMware, Inc.  All rights reserved. -- VMware Confidential
  * **********************************************************/
 
 /*
index 9862eae2ddd4bdbf47c2ccbb74f60ca5a9f72899..8febfc28d61900096c85d9ed26cce2581368fd6a 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-3000743"
+       "build-3227872"
 #define BUILD_NUMBER_NUMERIC \
-       3000743
+       3227872
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "3000743"
+       "3227872"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-50046"
+       "product-build-52125"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       50046
+       52125
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "50046"
+       "52125"
index 59339019b3a7e827355814ec7d0a1c545fe33701..825cd17528870de85617caae06a11f77363f7a76 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2003-2015 VMware, Inc. All rights reserved.
+ * Copyright (C) 2003-2008 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
index b952c5b2410e9a30c1322f141ed849fa4db3d2f0..d1781df2b6637ae83eca1221a79bd09b49d099ec 100644 (file)
@@ -1339,9 +1339,16 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_TORQUE_WRENCH_RELEASE_V_MNR  0
 #define   TOOLS_VERSION_TORQUE_WRENCH_RELEASE_V_BASE 0
 
-#define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_TORQUE_WRENCH_RELEASE
-#define   TOOLS_VERSION_CURRENT_STR    TOOLS_VERSION_TO_STR(TOOLS_VERSION_TORQUE_WRENCH_RELEASE)
-#define   TOOLS_VERSION_CURRENT_CSV    TOOLS_VERSION_TO_CSV(TOOLS_VERSION_TORQUE_WRENCH_RELEASE)
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_TORQUE_WRENCH_UPDATE1  TOOLS_VERSION_TO_UINT(TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V_MJR  10
+#define   TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V_MNR  0
+#define   TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V_BASE 5
+
+#define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_TORQUE_WRENCH_UPDATE1
+#define   TOOLS_VERSION_CURRENT_STR    TOOLS_VERSION_TO_STR(TOOLS_VERSION_TORQUE_WRENCH_UPDATE1)
+#define   TOOLS_VERSION_CURRENT_CSV    TOOLS_VERSION_TO_CSV(TOOLS_VERSION_TORQUE_WRENCH_UPDATE1)
 
 /*
  * The extended Tools version is the current Tools version with the
index 9ca294c7d0ceaccff1465198b61cd7afbb73c096..6e533320a4345aa358044bdca21ecdc10ff194ed 100644 (file)
@@ -1,5 +1,5 @@
 /* **********************************************************
- * Copyright 2007-2014 VMware, Inc.  All rights reserved.
+ * Copyright 2007-2014 VMware, Inc.  All rights reserved. -- VMware Confidential
  * **********************************************************/
 
 /*
index 3c2acf84106fea8f9c3de2f8bc415402141fe06f..d36c0996f2f4672a2eda3620d2217857fe96c142 100644 (file)
@@ -1,5 +1,5 @@
 /* **********************************************************
- * Copyright 2007-2014 VMware, Inc.  All rights reserved.
+ * Copyright 2007-2014 VMware, Inc.  All rights reserved. -- VMware Confidential
  * **********************************************************/
 
 /*
index c9f080c91c29c7a62dc313b37daef141e8661b7c..1bc6f49cb03df1b200c3d5074a9024f3248571ed 100644 (file)
@@ -1,5 +1,5 @@
 /* **********************************************************
- * Copyright 2007-2014 VMware, Inc.  All rights reserved.
+ * Copyright 2007-2014 VMware, Inc.  All rights reserved. -- VMware Confidential
  * **********************************************************/
 
 /*
index 84c95f0537fc81ef988480460f6843cd6b617fac..b49925c8e5adad18f7371eb9a05679b86855a00c 100644 (file)
@@ -1,5 +1,5 @@
 /* **********************************************************
- * Copyright 2007-2014 VMware, Inc.  All rights reserved.
+ * Copyright 2007-2014 VMware, Inc.  All rights reserved. -- VMware Confidential
  * **********************************************************/
 
 /*
index 4c75c0f6b613048d52eff0f21e5ef831d5ee8923..b7144fb8474415313c1fbce1f8b96725f2a49ee6 100644 (file)
@@ -1,5 +1,5 @@
 PACKAGE_NAME=open-vm-tools
-PACKAGE_VERSION=10.0.0
+PACKAGE_VERSION=10.0.5
 MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
                MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"
 
index ae9e748c0951ec0a7088ea87fc0dfa93c6ec8b17..7696edb2ac3cbafe7e3d10eb02491f9233b540bd 100644 (file)
@@ -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.0.0."
+   echo "The script will create an 'open-vm-tools' module with version 10.0.5."
    exit 1
 fi
 
 src=$1
-dst=$2/open-vm-tools-10.0.0
+dst=$2/open-vm-tools-10.0.5
 
 SHARED_HEADERS="backdoor_def.h"
 SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"