Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2018-01-28 20:32:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and      /work/SRC/openSUSE:Factory/.grpc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grpc"

Sun Jan 28 20:32:16 2018 rev:4 rq:569989 version:1.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/grpc/grpc.changes        2018-01-17 
21:58:52.813613712 +0100
+++ /work/SRC/openSUSE:Factory/.grpc.new/grpc.changes   2018-01-28 
20:33:29.430701468 +0100
@@ -1,0 +2,6 @@
+Fri Jan 19 16:06:46 UTC 2018 - [email protected]
+
+- Update to new upstream release 1.8.5
+  * Fix a couple of memory leak issues in the PHP parts
+
+-------------------------------------------------------------------

Old:
----
  v1.8.4.tar.gz

New:
----
  v1.8.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grpc.spec ++++++
--- /var/tmp/diff_new_pack.xxOcF7/_old  2018-01-28 20:33:30.190665969 +0100
+++ /var/tmp/diff_new_pack.xxOcF7/_new  2018-01-28 20:33:30.194665782 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define lname libgrpc-1_8_4
+%define lname libgrpc-1_8_5
 Name:           grpc
-Version:        1.8.4
+Version:        1.8.5
 Release:        0
 Summary:        HTTP/2-based Remote Procedure Call implementation
 License:        Apache-2.0

++++++ v1.8.4.tar.gz -> v1.8.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/BUILD new/grpc-1.8.5/BUILD
--- old/grpc-1.8.4/BUILD        2018-01-09 06:01:17.000000000 +0100
+++ new/grpc-1.8.5/BUILD        2018-01-18 19:55:43.000000000 +0100
@@ -43,7 +43,7 @@
 
 core_version = "5.0.0"
 
-version = "1.8.4"
+version = "1.8.5"
 
 GPR_PUBLIC_HDRS = [
     "include/grpc/support/alloc.h",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/CMakeLists.txt 
new/grpc-1.8.5/CMakeLists.txt
--- old/grpc-1.8.4/CMakeLists.txt       2018-01-09 06:01:17.000000000 +0100
+++ new/grpc-1.8.5/CMakeLists.txt       2018-01-18 19:55:43.000000000 +0100
@@ -24,7 +24,7 @@
 cmake_minimum_required(VERSION 2.8)
 
 set(PACKAGE_NAME      "grpc")
-set(PACKAGE_VERSION   "1.8.4")
+set(PACKAGE_VERSION   "1.8.5")
 set(PACKAGE_STRING    "${PACKAGE_NAME} ${PACKAGE_VERSION}")
 set(PACKAGE_TARNAME   "${PACKAGE_NAME}-${PACKAGE_VERSION}")
 set(PACKAGE_BUGREPORT "https://github.com/grpc/grpc/issues/";)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/Makefile new/grpc-1.8.5/Makefile
--- old/grpc-1.8.4/Makefile     2018-01-09 06:01:17.000000000 +0100
+++ new/grpc-1.8.5/Makefile     2018-01-18 19:55:43.000000000 +0100
@@ -412,8 +412,8 @@
 endif
 
 CORE_VERSION = 5.0.0
-CPP_VERSION = 1.8.4
-CSHARP_VERSION = 1.8.4
+CPP_VERSION = 1.8.5
+CSHARP_VERSION = 1.8.5
 
 CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
 CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/build.yaml new/grpc-1.8.5/build.yaml
--- old/grpc-1.8.4/build.yaml   2018-01-09 06:01:17.000000000 +0100
+++ new/grpc-1.8.5/build.yaml   2018-01-18 19:55:43.000000000 +0100
@@ -14,7 +14,7 @@
   '#10': See the expand_version.py for all the quirks here
   core_version: 5.0.0
   g_stands_for: generous
-  version: 1.8.4
+  version: 1.8.5
 filegroups:
 - name: census
   public_headers:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/gRPC-Core.podspec 
new/grpc-1.8.5/gRPC-Core.podspec
--- old/grpc-1.8.4/gRPC-Core.podspec    2018-01-09 06:01:17.000000000 +0100
+++ new/grpc-1.8.5/gRPC-Core.podspec    2018-01-18 19:55:43.000000000 +0100
@@ -22,7 +22,7 @@
 
 Pod::Spec.new do |s|
   s.name     = 'gRPC-Core'
-  version = '1.8.4'
+  version = '1.8.5'
   s.version  = version
   s.summary  = 'Core cross-platform gRPC library, written in C'
   s.homepage = 'https://grpc.io'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/gRPC-ProtoRPC.podspec 
new/grpc-1.8.5/gRPC-ProtoRPC.podspec
--- old/grpc-1.8.4/gRPC-ProtoRPC.podspec        2018-01-09 06:01:17.000000000 
+0100
+++ new/grpc-1.8.5/gRPC-ProtoRPC.podspec        2018-01-18 19:55:43.000000000 
+0100
@@ -21,7 +21,7 @@
 
 Pod::Spec.new do |s|
   s.name     = 'gRPC-ProtoRPC'
-  version = '1.8.4'
+  version = '1.8.5'
   s.version  = version
   s.summary  = 'RPC library for Protocol Buffers, based on gRPC'
   s.homepage = 'https://grpc.io'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/gRPC-RxLibrary.podspec 
new/grpc-1.8.5/gRPC-RxLibrary.podspec
--- old/grpc-1.8.4/gRPC-RxLibrary.podspec       2018-01-09 06:01:17.000000000 
+0100
+++ new/grpc-1.8.5/gRPC-RxLibrary.podspec       2018-01-18 19:55:43.000000000 
+0100
@@ -21,7 +21,7 @@
 
 Pod::Spec.new do |s|
   s.name     = 'gRPC-RxLibrary'
-  version = '1.8.4'
+  version = '1.8.5'
   s.version  = version
   s.summary  = 'Reactive Extensions library for iOS/OSX.'
   s.homepage = 'https://grpc.io'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/gRPC.podspec new/grpc-1.8.5/gRPC.podspec
--- old/grpc-1.8.4/gRPC.podspec 2018-01-09 06:01:17.000000000 +0100
+++ new/grpc-1.8.5/gRPC.podspec 2018-01-18 19:55:43.000000000 +0100
@@ -20,7 +20,7 @@
 
 Pod::Spec.new do |s|
   s.name     = 'gRPC'
-  version = '1.8.4'
+  version = '1.8.5'
   s.version  = version
   s.summary  = 'gRPC client library for iOS/OSX'
   s.homepage = 'https://grpc.io'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/package.xml new/grpc-1.8.5/package.xml
--- old/grpc-1.8.4/package.xml  2018-01-09 06:01:17.000000000 +0100
+++ new/grpc-1.8.5/package.xml  2018-01-18 19:55:43.000000000 +0100
@@ -13,8 +13,8 @@
  <date>2017-08-24</date>
  <time>16:06:07</time>
  <version>
-  <release>1.8.4</release>
-  <api>1.8.4</api>
+  <release>1.8.5</release>
+  <api>1.8.5</api>
  </version>
  <stability>
   <release>beta</release>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/cpp/common/version_cc.cc 
new/grpc-1.8.5/src/cpp/common/version_cc.cc
--- old/grpc-1.8.4/src/cpp/common/version_cc.cc 2018-01-09 06:01:17.000000000 
+0100
+++ new/grpc-1.8.5/src/cpp/common/version_cc.cc 2018-01-18 19:55:43.000000000 
+0100
@@ -22,5 +22,5 @@
 #include <grpc++/grpc++.h>
 
 namespace grpc {
-grpc::string Version() { return "1.8.4"; }
+grpc::string Version() { return "1.8.5"; }
 }  // namespace grpc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grpc-1.8.4/src/csharp/Grpc.Core/Version.csproj.include 
new/grpc-1.8.5/src/csharp/Grpc.Core/Version.csproj.include
--- old/grpc-1.8.4/src/csharp/Grpc.Core/Version.csproj.include  2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/csharp/Grpc.Core/Version.csproj.include  2018-01-18 
19:55:43.000000000 +0100
@@ -1,7 +1,7 @@
 <!-- This file is generated -->
 <Project>
   <PropertyGroup>
-    <GrpcCsharpVersion>1.8.4</GrpcCsharpVersion>
+    <GrpcCsharpVersion>1.8.5</GrpcCsharpVersion>
     <GoogleProtobufVersion>3.3.0</GoogleProtobufVersion>
   </PropertyGroup>
 </Project>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/csharp/Grpc.Core/VersionInfo.cs 
new/grpc-1.8.5/src/csharp/Grpc.Core/VersionInfo.cs
--- old/grpc-1.8.4/src/csharp/Grpc.Core/VersionInfo.cs  2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/csharp/Grpc.Core/VersionInfo.cs  2018-01-18 
19:55:43.000000000 +0100
@@ -33,11 +33,11 @@
         /// <summary>
         /// Current <c>AssemblyFileVersion</c> of gRPC C# assemblies
         /// </summary>
-        public const string CurrentAssemblyFileVersion = "1.8.4.0";
+        public const string CurrentAssemblyFileVersion = "1.8.5.0";
 
         /// <summary>
         /// Current version of gRPC C#
         /// </summary>
-        public const string CurrentVersion = "1.8.4";
+        public const string CurrentVersion = "1.8.5";
     }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/csharp/build_packages_dotnetcli.bat 
new/grpc-1.8.5/src/csharp/build_packages_dotnetcli.bat
--- old/grpc-1.8.4/src/csharp/build_packages_dotnetcli.bat      2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/csharp/build_packages_dotnetcli.bat      2018-01-18 
19:55:43.000000000 +0100
@@ -13,7 +13,7 @@
 @rem limitations under the License.
 
 @rem Current package versions
-set VERSION=1.8.4
+set VERSION=1.8.5
 
 @rem Adjust the location of nuget.exe
 set NUGET=C:\nuget\nuget.exe
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/csharp/build_packages_dotnetcli.sh 
new/grpc-1.8.5/src/csharp/build_packages_dotnetcli.sh
--- old/grpc-1.8.4/src/csharp/build_packages_dotnetcli.sh       2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/csharp/build_packages_dotnetcli.sh       2018-01-18 
19:55:43.000000000 +0100
@@ -39,7 +39,7 @@
 dotnet pack --configuration Release Grpc.HealthCheck --output 
../../../artifacts
 dotnet pack --configuration Release Grpc.Reflection --output ../../../artifacts
 
-nuget pack Grpc.nuspec -Version "1.8.4" -OutputDirectory ../../artifacts
-nuget pack Grpc.Tools.nuspec -Version "1.8.4" -OutputDirectory ../../artifacts
+nuget pack Grpc.nuspec -Version "1.8.5" -OutputDirectory ../../artifacts
+nuget pack Grpc.Tools.nuspec -Version "1.8.5" -OutputDirectory ../../artifacts
 
 (cd ../../artifacts && zip csharp_nugets_dotnetcli.zip *.nupkg)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grpc-1.8.4/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec 
new/grpc-1.8.5/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
--- old/grpc-1.8.4/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec    
2018-01-09 06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec    
2018-01-18 19:55:43.000000000 +0100
@@ -42,7 +42,7 @@
   # exclamation mark ensures that other "regular" pods will be able to find it 
as it'll be installed
   # before them.
   s.name     = '!ProtoCompiler-gRPCPlugin'
-  v = '1.8.4'
+  v = '1.8.5'
   s.version  = v
   s.summary  = 'The gRPC ProtoC plugin generates Objective-C files from .proto 
services.'
   s.description = <<-DESC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grpc-1.8.4/src/objective-c/GRPCClient/private/version.h 
new/grpc-1.8.5/src/objective-c/GRPCClient/private/version.h
--- old/grpc-1.8.4/src/objective-c/GRPCClient/private/version.h 2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/objective-c/GRPCClient/private/version.h 2018-01-18 
19:55:43.000000000 +0100
@@ -23,4 +23,4 @@
 // `tools/buildgen/generate_projects.sh`.
 
 
-#define GRPC_OBJC_VERSION_STRING @"1.8.4"
+#define GRPC_OBJC_VERSION_STRING @"1.8.5"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/objective-c/tests/version.h 
new/grpc-1.8.5/src/objective-c/tests/version.h
--- old/grpc-1.8.4/src/objective-c/tests/version.h      2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/objective-c/tests/version.h      2018-01-18 
19:55:43.000000000 +0100
@@ -23,5 +23,5 @@
 // `tools/buildgen/generate_projects.sh`.
 
 
-#define GRPC_OBJC_VERSION_STRING @"1.8.4"
+#define GRPC_OBJC_VERSION_STRING @"1.8.5"
 #define GRPC_C_VERSION_STRING @"5.0.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/php/composer.json 
new/grpc-1.8.5/src/php/composer.json
--- old/grpc-1.8.4/src/php/composer.json        2018-01-09 06:01:17.000000000 
+0100
+++ new/grpc-1.8.5/src/php/composer.json        2018-01-18 19:55:43.000000000 
+0100
@@ -2,7 +2,7 @@
   "name": "grpc/grpc-dev",
   "description": "gRPC library for PHP - for Developement use only",
   "license": "Apache-2.0",
-  "version": "1.8.4",
+  "version": "1.8.5",
   "require": {
     "php": ">=5.5.0",
     "google/protobuf": "^v3.3.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/php/ext/grpc/channel.c 
new/grpc-1.8.5/src/php/ext/grpc/channel.c
--- old/grpc-1.8.4/src/php/ext/grpc/channel.c   2018-01-09 06:01:17.000000000 
+0100
+++ new/grpc-1.8.5/src/php/ext/grpc/channel.c   2018-01-18 19:55:43.000000000 
+0100
@@ -242,6 +242,7 @@
 
   // parse the rest of the channel args array
   if (php_grpc_read_args_array(args_array, &args TSRMLS_CC) == FAILURE) {
+    efree(args.args);
     return;
   }
 
@@ -301,6 +302,7 @@
       create_and_add_channel_to_persistent_list(
           channel, target, args, creds, key, key_len TSRMLS_CC);
     } else {
+      efree(args.args);
       channel->wrapper = le->channel;
     }
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/php/ext/grpc/channel_credentials.c 
new/grpc-1.8.5/src/php/ext/grpc/channel_credentials.c
--- old/grpc-1.8.4/src/php/ext/grpc/channel_credentials.c       2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/php/ext/grpc/channel_credentials.c       2018-01-18 
19:55:43.000000000 +0100
@@ -35,6 +35,7 @@
 #include <zend_hash.h>
 
 #include <grpc/support/alloc.h>
+#include <grpc/support/string_util.h>
 #include <grpc/grpc.h>
 #include <grpc/grpc_security.h>
 
@@ -46,10 +47,11 @@
 
 static grpc_ssl_roots_override_result get_ssl_roots_override(
     char **pem_root_certs) {
-  *pem_root_certs = default_pem_root_certs;
-  if (default_pem_root_certs == NULL) {
+  if (!default_pem_root_certs) {
+    *pem_root_certs = NULL;
     return GRPC_SSL_ROOTS_OVERRIDE_FAIL;
   }
+  *pem_root_certs = gpr_strdup(default_pem_root_certs);
   return GRPC_SSL_ROOTS_OVERRIDE_OK;
 }
 
@@ -101,7 +103,7 @@
                          "setDefaultRootsPem expects 1 string", 1 TSRMLS_CC);
     return;
   }
-  default_pem_root_certs = gpr_malloc((pem_roots_length + 1) * sizeof(char));
+  default_pem_root_certs = gpr_realloc(default_pem_root_certs, 
(pem_roots_length + 1) * sizeof(char));
   memcpy(default_pem_root_certs, pem_roots, pem_roots_length + 1);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/php/ext/grpc/version.h 
new/grpc-1.8.5/src/php/ext/grpc/version.h
--- old/grpc-1.8.4/src/php/ext/grpc/version.h   2018-01-09 06:01:17.000000000 
+0100
+++ new/grpc-1.8.5/src/php/ext/grpc/version.h   2018-01-18 19:55:43.000000000 
+0100
@@ -20,6 +20,6 @@
 #ifndef VERSION_H
 #define VERSION_H
 
-#define PHP_GRPC_VERSION "1.8.4"
+#define PHP_GRPC_VERSION "1.8.5"
 
 #endif /* VERSION_H */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grpc-1.8.4/src/python/grpcio/grpc/_grpcio_metadata.py 
new/grpc-1.8.5/src/python/grpcio/grpc/_grpcio_metadata.py
--- old/grpc-1.8.4/src/python/grpcio/grpc/_grpcio_metadata.py   2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/python/grpcio/grpc/_grpcio_metadata.py   2018-01-18 
19:55:43.000000000 +0100
@@ -14,4 +14,4 @@
 
 # AUTO-GENERATED FROM 
`$REPO_ROOT/templates/src/python/grpcio/grpc/_grpcio_metadata.py.template`!!!
 
-__version__ = """1.8.4"""
+__version__ = """1.8.5"""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/python/grpcio/grpc_version.py 
new/grpc-1.8.5/src/python/grpcio/grpc_version.py
--- old/grpc-1.8.4/src/python/grpcio/grpc_version.py    2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/python/grpcio/grpc_version.py    2018-01-18 
19:55:43.000000000 +0100
@@ -14,4 +14,4 @@
 
 # AUTO-GENERATED FROM 
`$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!!
 
-VERSION='1.8.4'
+VERSION='1.8.5'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grpc-1.8.4/src/python/grpcio_health_checking/grpc_version.py 
new/grpc-1.8.5/src/python/grpcio_health_checking/grpc_version.py
--- old/grpc-1.8.4/src/python/grpcio_health_checking/grpc_version.py    
2018-01-09 06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/python/grpcio_health_checking/grpc_version.py    
2018-01-18 19:55:43.000000000 +0100
@@ -14,4 +14,4 @@
 
 # AUTO-GENERATED FROM 
`$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!!
 
-VERSION='1.8.4'
+VERSION='1.8.5'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grpc-1.8.4/src/python/grpcio_reflection/grpc_version.py 
new/grpc-1.8.5/src/python/grpcio_reflection/grpc_version.py
--- old/grpc-1.8.4/src/python/grpcio_reflection/grpc_version.py 2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/python/grpcio_reflection/grpc_version.py 2018-01-18 
19:55:43.000000000 +0100
@@ -14,4 +14,4 @@
 
 # AUTO-GENERATED FROM 
`$REPO_ROOT/templates/src/python/grpcio_reflection/grpc_version.py.template`!!!
 
-VERSION='1.8.4'
+VERSION='1.8.5'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/python/grpcio_testing/grpc_version.py 
new/grpc-1.8.5/src/python/grpcio_testing/grpc_version.py
--- old/grpc-1.8.4/src/python/grpcio_testing/grpc_version.py    2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/python/grpcio_testing/grpc_version.py    2018-01-18 
19:55:43.000000000 +0100
@@ -14,4 +14,4 @@
 
 # AUTO-GENERATED FROM 
`$REPO_ROOT/templates/src/python/grpcio_testing/grpc_version.py.template`!!!
 
-VERSION='1.8.4'
+VERSION='1.8.5'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/python/grpcio_tests/grpc_version.py 
new/grpc-1.8.5/src/python/grpcio_tests/grpc_version.py
--- old/grpc-1.8.4/src/python/grpcio_tests/grpc_version.py      2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/src/python/grpcio_tests/grpc_version.py      2018-01-18 
19:55:43.000000000 +0100
@@ -14,4 +14,4 @@
 
 # AUTO-GENERATED FROM 
`$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!!
 
-VERSION='1.8.4'
+VERSION='1.8.5'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/ruby/lib/grpc/version.rb 
new/grpc-1.8.5/src/ruby/lib/grpc/version.rb
--- old/grpc-1.8.4/src/ruby/lib/grpc/version.rb 2018-01-09 06:01:17.000000000 
+0100
+++ new/grpc-1.8.5/src/ruby/lib/grpc/version.rb 2018-01-18 19:55:43.000000000 
+0100
@@ -14,5 +14,5 @@
 
 # GRPC contains the General RPC module.
 module GRPC
-  VERSION = '1.8.4'
+  VERSION = '1.8.5'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/src/ruby/tools/version.rb 
new/grpc-1.8.5/src/ruby/tools/version.rb
--- old/grpc-1.8.4/src/ruby/tools/version.rb    2018-01-09 06:01:17.000000000 
+0100
+++ new/grpc-1.8.5/src/ruby/tools/version.rb    2018-01-18 19:55:43.000000000 
+0100
@@ -14,6 +14,6 @@
 
 module GRPC
   module Tools
-    VERSION = '1.8.4'
+    VERSION = '1.8.5'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grpc-1.8.4/tools/distrib/python/grpcio_tools/grpc_version.py 
new/grpc-1.8.5/tools/distrib/python/grpcio_tools/grpc_version.py
--- old/grpc-1.8.4/tools/distrib/python/grpcio_tools/grpc_version.py    
2018-01-09 06:01:17.000000000 +0100
+++ new/grpc-1.8.5/tools/distrib/python/grpcio_tools/grpc_version.py    
2018-01-18 19:55:43.000000000 +0100
@@ -14,4 +14,4 @@
 
 # AUTO-GENERATED FROM 
`$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
 
-VERSION='1.8.4'
+VERSION='1.8.5'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/tools/doxygen/Doxyfile.c++ 
new/grpc-1.8.5/tools/doxygen/Doxyfile.c++
--- old/grpc-1.8.4/tools/doxygen/Doxyfile.c++   2018-01-09 06:01:17.000000000 
+0100
+++ new/grpc-1.8.5/tools/doxygen/Doxyfile.c++   2018-01-18 19:55:43.000000000 
+0100
@@ -40,7 +40,7 @@
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = 1.8.4
+PROJECT_NUMBER         = 1.8.5
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grpc-1.8.4/tools/doxygen/Doxyfile.c++.internal 
new/grpc-1.8.5/tools/doxygen/Doxyfile.c++.internal
--- old/grpc-1.8.4/tools/doxygen/Doxyfile.c++.internal  2018-01-09 
06:01:17.000000000 +0100
+++ new/grpc-1.8.5/tools/doxygen/Doxyfile.c++.internal  2018-01-18 
19:55:43.000000000 +0100
@@ -40,7 +40,7 @@
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = 1.8.4
+PROJECT_NUMBER         = 1.8.5
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a


Reply via email to