Change logs for golang-google-grpc source package in Bionic

  • golang-google-grpc (1.6.0-3ubuntu0.18.04.1) bionic; urgency=medium
    
      * Backport upstream fixes for intermittent panic due to a race condition
        when sending RPC status (LP: #1819936)
        - transport/handler_server.go: wrap status sending function in a mutex
        - transport/handler_server_test.go: add test cases for the races
        - Thanks to Gyuho Lee for the patches.
    
     -- Tiit Pikma <email address hidden>  Wed, 13 Mar 2019 15:32:22 +0000
  • golang-google-grpc (1.6.0-3) unstable; urgency=medium
    
      [ Shengjing Zhu ]
      * Team upload.
      * remove codes/code_string.go before running go generate (Closes: #882554).
        codes/code_string.go is also generated file. running go generate on
        file codes/codes.go will cause stringer to process all files in
        dir codes, including this generated file.
    
      [ Dr. Tobias Quathamer ]
      * Update Standards-Version to 4.1.1, no changes needed
    
     -- Dr. Tobias Quathamer <email address hidden>  Tue, 05 Dec 2017 23:19:44 +0100
  • golang-google-grpc (1.6.0-2) unstable; urgency=medium
    
      * Team upload.
      * Add patch to bring NewContext and FromContext API back.
    
     -- Shengjing Zhu <email address hidden>  Thu, 14 Sep 2017 20:39:58 +0800
  • golang-google-grpc (1.0.4-1) unstable; urgency=medium
    
      * Add myself to Uploaders.
      * Re-merge upstream.
      * Make the build reproducible, thanks to Chris Lamb for the patch.
        Closes: #838754
      * debian/control: Remove golang-go dependency from -dev package.
      * debian/control: Switch to golang-any.
      * debian/control: Depend on recent dh-golang.
      * Use XS-Go-Import-Path instead of DH_GOPKG.
      * debian/rules: Remove now unneeded get-orig-source target.
      * debian/control: Update oauth2/google dependency.
      * Add Documentation/.
      * Add missing test files, do not exclude tests, run manually
        grpc/test.
      * Do not install sample executables.
      * New upstream release. Increase required version of goprotobuf.
      * Patch tests that access the network.
    
     -- Martín Ferrari <email address hidden>  Sat, 19 Nov 2016 05:42:29 +0000