-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
26 lines (19 loc) · 938 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Version 0.6 / May, 19, 2010
------------------------------
* Fixed Issue 6 - wrong ssl module reference inside of SSLModuleConnection class
Version 0.5 / Apr, 24, 2010
------------------------------
* Fixed Issue 5 dependency of ssl module (it generate an import exception if no ssl module installed)
* Fixed Issue 3 a grammar mistake in code (APNSValueERror instead of APNSValueError)
Version 0.4 / Nov, 17, 2009
------------------------------
* Removed dependency from ssl module. Now module support for openssl command line
* Removed code from __init__.py and reorganized to several files
* Added new method tokenHex which can parse tokens from XCode console (thanx to eric.chamberlain)
* Added patch which fix APNS tuples generation (thanx to eric.chamberlain)
Version 0.3 / Aug 11, 2009
------------------------------
* Fixed sandbox url issue
Version 0.2 / Jul 27, 2009
------------------------------
Project start.