Bump version to 2.5.4b1

This commit is contained in:
Andreas Linde 2012-09-25 12:44:57 +02:00
parent 78a9973439
commit def50ebf0f
3 changed files with 27 additions and 5 deletions

View File

@ -38,11 +38,22 @@ This documentation provides integrated help in Xcode for all public APIs and a s
## Changelog
### Version 2.5.4b1
- General:
- [NEW] JMC support is removed from binary distribution, requires the compiler preprocessor definition `JIRA_MOBILE_CONNECT_SUPPORT_ENABLED=1` to be linked. Enabled when using the subproject
- [BUGFIX] Fix compiler warnings when using Cocoapods
- Updating:
- [BUGFIX] `expiryDate` property not working correctly
### Version 2.5.3
- General:
- Fix checking validity of live identifier not working correctly
- [BUGFIX] Fix checking validity of live identifier not working correctly
### Version 2.5.2

View File

@ -1,3 +1,3 @@
BUILD_NUMBER = 5
VERSION_STRING = 2.5.3
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.3\""
BUILD_NUMBER = 6
VERSION_STRING = 2.5.4b1
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4b1\""

View File

@ -1,8 +1,19 @@
### Version 2.5.4b1
- General:
- [NEW] JMC support is removed from binary distribution, requires the compiler preprocessor definition `JIRA_MOBILE_CONNECT_SUPPORT_ENABLED=1` to be linked. Enabled when using the subproject
- [BUGFIX] Fix compiler warnings when using Cocoapods
- Updating:
- [BUGFIX] `expiryDate` property not working correctly
### Version 2.5.3
- General:
- Fix checking validity of live identifier not working correctly
- [BUGFIX] Fix checking validity of live identifier not working correctly
### Version 2.5.2