mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Bump version to 2.5.5 build 10
Also update podspec and changelog
This commit is contained in:
parent
752edca28c
commit
cf32aa4c08
@ -1,12 +1,12 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'HockeySDK'
|
s.name = 'HockeySDK'
|
||||||
s.version = '2.5.3'
|
s.version = '2.5.5'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
s.platform = :ios, '4.0'
|
s.platform = :ios, '4.0'
|
||||||
s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.'
|
s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.'
|
||||||
s.homepage = 'http://hockeyapp.net/'
|
s.homepage = 'http://hockeyapp.net/'
|
||||||
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
|
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
|
||||||
s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => '2.5.3' }
|
s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => '2.5.5' }
|
||||||
|
|
||||||
s.description = 'HockeyApp is a server to distribute beta apps and collect crash reports. ' \
|
s.description = 'HockeyApp is a server to distribute beta apps and collect crash reports. ' \
|
||||||
'It improves the testing process dramatically and can be used for both beta ' \
|
'It improves the testing process dramatically and can be used for both beta ' \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
BUILD_NUMBER = 9
|
BUILD_NUMBER = 10
|
||||||
VERSION_STRING = 2.5.4
|
VERSION_STRING = 2.5.5
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4\""
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.5\""
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
### Version 2.5.5
|
||||||
|
|
||||||
|
- General:
|
||||||
|
|
||||||
|
- [BUGFIX] Fix some new compiler warnings
|
||||||
|
|
||||||
|
- Crash Reporting:
|
||||||
|
|
||||||
|
- [NEW] Add anonymous device ID to crash reports
|
||||||
|
- [BUGFIX] Move calculation of time interval between startup and crash further up in the code, so delegates can use this information e.g. to add it into a log file
|
||||||
|
- [BUGFIX] Call delegate also if a crash was detected but could not be read (if handling crashes on startup is implemented)
|
||||||
|
- [BUGFIX] Format timestamp in crash report to be always UTC in en_US locale
|
||||||
|
- [BUGFIX] Make sure crash reports incident identifier and key don't have special [] chars and some value
|
||||||
|
|
||||||
|
- Updating:
|
||||||
|
|
||||||
|
- [BUGFIX] Fix a problem showing the update UI animated if there TTNavigator class is present even though not being used
|
||||||
|
|
||||||
### Version 2.5.4
|
### Version 2.5.4
|
||||||
|
|
||||||
- General:
|
- General:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user