forked from noodlewerk/NWPusher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Leo Vandriel
committed
Oct 19, 2014
1 parent
d8a2c0b
commit ae42837
Showing
1 changed file
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,91 @@ | ||
Change Log | ||
========== | ||
|
||
## master (unreleased) | ||
### master (unreleased) | ||
|
||
## 0.5.2 (2014-10-19) | ||
### 0.5.2 (2014-10-19) | ||
|
||
* Add convenient connect methods | ||
* Introduce Cocoa-style error handling (NSError) | ||
* Deprecate C-style error handling (NWError) | ||
* Cleanup readme examples | ||
* Add troubleshooting in readme | ||
|
||
## 0.5.1 (2014-07-26) | ||
### 0.5.1 (2014-07-26) | ||
|
||
* Add OpenSSL readme | ||
* Fix syntax | ||
|
||
## 0.4.3 (2014-04-09) | ||
### 0.4.3 (2014-04-09) | ||
|
||
* Add read feedback demo app | ||
* Add log view demo app | ||
|
||
## 0.4.2 (2014-03-31) | ||
### 0.4.2 (2014-03-31) | ||
|
||
* Intro new config format Mac app | ||
* Cleanup Mac demo | ||
* Add demo device token history | ||
|
||
## 0.4.1 (2014-03-24) | ||
### 0.4.1 (2014-03-24) | ||
|
||
* Fix leaks | ||
* Fix error reporting | ||
* Fix APN error reporting | ||
* Add p12 import to demo | ||
|
||
## 0.4.0 (2014-03-23) | ||
### 0.4.0 (2014-03-23) | ||
|
||
* Add detailed error reporting | ||
* Redo readme | ||
* Fix demo | ||
* Redesign API | ||
|
||
## 0.3.5 (2014-03-21) | ||
### 0.3.5 (2014-03-21) | ||
|
||
* Support multiple identities | ||
* Add inspect tool | ||
* Fix leak | ||
* Fix mem leak | ||
* Fix failed fetch | ||
|
||
## 0.3.4 (2014-03-17) | ||
### 0.3.4 (2014-03-17) | ||
|
||
* Tweak demo menu | ||
* Remove iosock | ||
* Remove iosock, fix ssl connection | ||
* Add support Mac push certs | ||
* Merge pull request #7 from AriX/master | ||
|
||
## 0.3.3 (2014-03-03) | ||
### 0.3.3 (2014-03-03) | ||
|
||
* Add support of expiry and priority | ||
* Add support for Apple's third binary format | ||
* Fix ssl connect retry | ||
* Tweak readme, add links | ||
* Merge pull request #5 from ChristianKienle/master | ||
* Fix feedback fetching | ||
* Add helpers to hub | ||
* Add helpers to hub and feedback | ||
* Add demo auto-increment payload counter | ||
|
||
## 0.3.2 (2014-01-27) | ||
### 0.3.2 (2014-01-27) | ||
|
||
* Cleanup project | ||
|
||
## 0.3.1 (2014-01-27) | ||
### 0.3.1 (2014-01-27) | ||
|
||
* Add Podspec | ||
* Auto sandbox detection | ||
* Add NWHub on top of NWPusher | ||
* Lots of demo fixes | ||
|
||
## 0.3.0 (2014-01-15) | ||
### 0.3.0 (2014-01-15) | ||
|
||
* Add support for new push format | ||
* Add troubleshooting in readme | ||
* Add reconnect to demo app | ||
|
||
## 0.2.0 (2013-04-27) | ||
### 0.2.0 (2013-04-27) | ||
|
||
* Add demo application | ||
|
||
## 0.1.0 (2012-09-10) | ||
### 0.1.0 (2012-09-10) | ||
|
||
* First release of the framework |