forked from pmarti/python-messaging
-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
68 lines (48 loc) · 1.9 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
++++++++++++++++++++++++++++++++++++++++++++++
python-messaging-0.5.9
Overview of changes since python-messaging-0.5
++++++++++++++++++++++++++++++++++++++++++++++
This is an interim release of python-messaging. List of changes:
* See Git log for details
++++++++++++++++++++++++++++++++++++++++++++++
python-messaging-0.5
Overview of changes since python-messaging-0.4
++++++++++++++++++++++++++++++++++++++++++++++
This is a new major stable release of python-messaging. List of changes:
* Py3K fixes
* GSM 7bit encoding fixes
* Additional testing
++++++++++++++++++++++++++++++++++++++++++++++
python-messaging-0.4
Overview of changes since python-messaging-0.3
++++++++++++++++++++++++++++++++++++++++++++++
This is a new major stable release of python-messaging. List of changes:
* Py3K support
* GSM 7bit decoding fixes
++++++++++++++++++++++++++++++++++++++++++++++
python-messaging-0.3
Overview of changes since python-messaging-0.2
++++++++++++++++++++++++++++++++++++++++++++++
This is a new major stable release of python-messaging. List of changes:
* API has changed, decode_pdu returns a dictionary now
* SMS status report encoding
* SMS status report decoding by the MobileManager project
* Decoder completely revamped (code way cleaner)
* Support for alphanumeric addresses contributed by Andrew Bird
* Time offset fix by Andrew Bird
* Debian package migrated to pycentral
* Switched to distribute
++++++++++++++++++++++++++++++++++++++++++++++
python-messaging-0.2
Overview of changes since python-messaging-0.1
++++++++++++++++++++++++++++++++++++++++++++++
This is a new major stable release of python-messaging. List of changes:
* Fix the case where there is no SMSC
* Some multi-part fixes pulled from mobile-manager
* Test coverage increased
* Docstrings updated to rst
* Some packaging fixes
* Some small code simplifications
python-messaging-0.1
++++++++++++++++++++
* Initial release