File: NEWS.rst

package info (click to toggle)
python-gammu 3.2.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,032 kB
  • sloc: ansic: 11,446; python: 3,323; sql: 527; makefile: 6
file content (115 lines) | stat: -rw-r--r-- 1,741 bytes parent folder | download | duplicates (3)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
3.2.4
=====

* Compatibility with Python 3.10.

3.2.3
=====

* Fixed uninitalized memory usage in DeleteSMS.

3.2.2
=====

* Fixed metadata in published wheels.
* Avoid using some of deprecated Python APIs.

3.2.1
=====

* Reintroduced 32-bit wheels for Windows.

3.2
===

* Add support for polling on the async worker
* Utilize CI on GitHub
* Modernize codebase using pyupgrade, isort and black

3.1
===

* Fix an issue where the gammu worker thread could be brought down if a callback throws an exception

3.0
===

* Add support for asyncio in the gammu worker
* Dropped support for Python 2.
* Windows binaries built with Gammu 1.41.0.

2.12
====

* Windows binaries built with Gammu 1.40.0.

2.11
====

* Add support for the USSD in SMSD.
* Python 2.7 binaries available for Windows.

2.10
====

* Testsuite compatibility with Gammu 1.38.5.

2.9
===

* Fixed compilation under Windows.

2.8
===

* Make parameters to CancelCall and AnswerCall optional.
* Added support for UTF-16 Unicode chars (emojis).

2.7
===

* Needs Gammu >= 1.37.90 due to API changes.

2.6
===

* Fixed error when creating new contact.
* Fixed possible testsuite errors.

2.5
===

* Compatibility with Gammu >= 1.36.7

2.4
===

* Fixed possible crash when initializing SMSD with invalid parameters.
* Fixed crash on handling diverts on certain architectures.

2.3
===

* License changed tp GPL version 2 or later.
* Documentation improvements.

2.2
===

* Documentation improvements.
* Code cleanups.

2.1
===

* Include data required for tests in tarball.
* Include NEWS.rst in tarball.
* Fixed possible crash when changing debug file.
* Fixed various errors found by coverity.

2.0
===

* Separate Python module.
* Compiles using distutils.
* Support Python 3.