Эх сурвалжийг харах

Post GDT patch release merge (#4065)

Paul Beusterien 6 жил өмнө
parent
commit
81789f226f

+ 1 - 1
GoogleDataTransport.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'GoogleDataTransport'
-  s.version          = '3.0.0'
+  s.version          = '3.0.1'
   s.summary          = 'Google iOS SDK data transport.'
 
   s.description      = <<-DESC

+ 3 - 0
GoogleDataTransport/CHANGELOG.md

@@ -1,3 +1,6 @@
+# v3.0.1
+- Fixes sanitizer issues and runtime errors. (#4039, #4027)
+
 # v3.0.0
 - Changes backgrounding logic to reduce background usage and properly complete
 all tasks. (#3893)

+ 1 - 1
GoogleDataTransportCCTSupport.podspec

@@ -1,7 +1,7 @@
 
 Pod::Spec.new do |s|
   s.name             = 'GoogleDataTransportCCTSupport'
-  s.version          = '1.2.0'
+  s.version          = '1.2.1'
   s.summary          = 'Support library for the GoogleDataTransport CCT backend target.'
 
 

+ 4 - 0
GoogleDataTransportCCTSupport/CHANGELOG.md

@@ -1,3 +1,7 @@
+# v1.2.1
+- Fixes sanitizer issues and runtime errors. (#4039, #4027)
+- Fixes a threading issue with ivar access in GDTCORUploadCoordinator. (#4019)
+
 # v1.2.0
 - Updates GDT dependency to improve backgrounding logic.
 - Reduces requests for background task creation. (#3893)