Merge branch 'release/2.5.1' into develop

This commit is contained in:
Andreas Linde 2012-08-14 14:19:46 +02:00
commit 074285f669
4 changed files with 29 additions and 5 deletions

View File

@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.'
s.homepage = 'http://hockeyapp.net/'
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.0' }
s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => '2.5.1' }
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 ' \

View File

@ -38,7 +38,19 @@ This documentation provides integrated help in Xcode for all public APIs and a s
## Changelog
### Version 2.5
### Version 2.5.1
- General:
- [BUGFIX] Typo in delegate `shouldUseLiveIdentifier` of `BITHockeyManagerDelegate`
- [BUGFIX] Default updateManager delegate wasn't set
- Crash Reporting:
- [BUGFIX] Crash when developer sends the notification `BITHockeyNetworkDidBecomeReachableNotification`
### Version 2.5.0
- General:

View File

@ -1,3 +1,3 @@
BUILD_NUMBER = 1
VERSION_STRING = 2.5.0
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.0\""
BUILD_NUMBER = 2
VERSION_STRING = 2.5.1
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.1\""

View File

@ -1,3 +1,15 @@
## Version 2.5.1
- General:
- [BUGFIX] Typo in delegate `shouldUseLiveIdentifier` of `BITHockeyManagerDelegate`
- [BUGFIX] Default updateManager delegate wasn't set
- Crash Reporting:
- [BUGFIX] Crash when developer sends the notification `BITHockeyNetworkDidBecomeReachableNotification`
## Version 2.5
- General: