File: ChangeLog

package info (click to toggle)
mmsd-tng 2.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 892 kB
  • sloc: ansic: 11,938; python: 229; cpp: 144; xml: 82; sh: 38; makefile: 5
file content (307 lines) | stat: -rw-r--r-- 6,559 bytes parent folder | download
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
mmsd-tng (2.6.4)

  [ Chris Talbot ]
  * Emit notification is there is an MMS TLS Error

  [ John ]
  * Don't hardcode MMS header locations

  [ Arnav Singh ]
  * replace g_rename with g_file_move

mmsd-tng (2.6.3)

  [ Chris Talbot ]
  * Sync all attachments to disk before operating on them

mmsd-tng (2.6.2)

  [ Chris Talbot ]
  * Update C-Ares API

mmsd-tng (2.6.1)

  [ Chris Talbot ]
  * Fix for compiling on 32-bit arch

mmsd-tng (2.6.0)

  [ Chris Talbot ]
  * Fix a bunch of compiler warnings
  * main: check `~/.mms` instead of `~` for R/W access

mmsd-tng (2.5.0)

  [ Chris Talbot ]
  * Prioritize new received and sent messaged in queue
  * Make messages fail sending if more than 3 hours old

mmsd-tng (2.4.0)

  [ Chris Talbot ]
  * Account for short codes
  * Add option to pull max MMS size from m-b-p-i
  * Make checking APNs case insensitive

mmsd-tng (2.3.0)

  [ Chris Talbot ]
  * Add option to set Modem number is it is not known.

mmsd-tng (2.2.0)

  [ Chris Talbot ]
  * Bug Fixes and better logging support

mmsd-tng (2.1.0)

  [ Chris Talbot ]
  * Fake Android's User Agent
  * Do not start if the home directory isn't R/W

  [Aren M]
  * Fix segfault in mmsctl

mmsd-tng (2.0.0)

Big Thanks to David Haltinner for help testing!

  [ Chris Talbot ]
  * Fix Resolver Proxy
  * Ensure Content Type is set

mmsd-tng (2.0~beta)

This verion now requires libsoup3 and is incompatible with libsoup2.
If you still need libsoup2, look here: https://gitlab.com/kop316/mmsd/-/tree/1.x

  [ Chris Talbot ]
  * Migrate from libsoup2 to libsoup3

mmsd-tng (1.12.1)

  [ Chris Talbot ]
  * HOTFIX: Fix Double free issue in VZW
  * Fix memory leak

mmsd-tng (1.12)

  [ Chris Talbot ]
  * Automatically save/restore old MMS settings
  * Do not reset settings on bad modem loads
  * Make some functions more resilient

mmsd-tng (1.11)

  [ Chris Talbot ]
  * Fix various memory leaks
  * Improve how service handles requeued messages

mmsd-tng (1.10)

  [ Andrey Skvortsov ]
  * Do not emit certain subjects that are automatically added

  [ Antoine Mercadal ]
  * Fix a couple memory issues

  [ Chris Talbot ]
  * Update Documentation
  * Default to C-ares for DNS

mmsd-tng (1.9)

  [ Antoine Mercadal ]
  * Use DNS settings from ModemManager for C-ares

mmsd-tng (1.8)

  [ Chris Talbot ]
  * Fix various memory leaks
  * Add dbus signal for issues sending/receiving MMSes
  * Work around issue in Modem Manager if it cannot delete SMS WAP
  * Don't make a request for failed decoded MMS

  [ Tim Hollabaugh ]
  * Fix mms proxy issue with AT&T

mmsd-tng (1.7)

  [ Chris Talbot ]
  * Don't try to set modem state
  * Add better network handling for MMS
  * Add support for expired MMSes


  [ Mohammed Sadiq ]
  * Add "ChangeAllSettings" Method Call
  * Refactor changing settings via d-bus

  [ Guido Günther ]
  * Fix logging

mmsd-tng (1.6)

  [ Chris Talbot ]
  * Fix various small bugs

  [ Gled ]
  * Add support for receiving Verizon USA MMS

  [ Guido Günther ]
  * Fix various small bugs

mmsd-tng (1.5)

  [ Chris Talbot ]
  * Reset Settings if IMSI changes
  * Fix Memory Leaks
  * Add Headers to be compatible with VZW USA

  [ Julian Samaroo ]
  * Add frontend CLI

mmsd-tng (1.4)

  [ Chris Talbot ]
  * Fix several memory leaks
  * (I hope) Fix segfault issue when sending MMS
  * Remove stale MMS requests
  * Remove ofono plugin

mmsd-tng (1.3)

  [ Chris Talbot ]
  * Add support for mobile-broadband-provider-info
  * Sync settings to settings file as soon as they are changed

mmsd-tng (1.2)

  [ Chris Talbot ]
  * Depend on libphonenumber instead of libebook-contacts
  * service: filter out content type on sent messages

mmsd-tng (1.1.1)

  [ Chris Talbot ]
  * Initialize auto-pointer to NULL

mmsd-tng (1.1)

  [ Chris Talbot ]
  * Fix various memory leaks
  * Do not display sensitive information in debug logs
  * Work around Android/iOS contact card and calendar bug
  * Fix dbus interface bug
  * Remove depreciated nodaemon option
  * Remove depreciated modemmanager settings code
  * Remove sleep () from code

  [ Travis Wrightsman ]
  * Add option to use systemd-resolved to retrieve

mmsd-tng (1.0)

  [ Chris Talbot ]
  * Fix verious bugs

  [ Evangelos Ribeiro Tzaras ]
  * Fix various memory leaks

mmsd-tng (1.0~beta5)

  [ Chris Talbot ]
  * Add support for delivery reports

  [ Guido Gunther ]
  * Fix various Memory Leaks

mmsd-tng (1.0~beta4)

  [ Chris Talbot ]
  * Fix bug in "ChangeProperty" signal
  * Clean up Copyright Headers

mmsd-tng (1.0~beta3)

  [ Chris Talbot ]
  * Add Modem's own NUmber in "AddMessage" Signal
  * Fix Various issues with libsoup implimentation

  [ Clayton Craft ]
  * Fix Various issues with libsoup implimentation

mmsd-tng (1.0~beta2)

  [ Chris Talbot ]
  * Add option to include Subject in Sent Messages

  [ Clayton Craft ]
  * Replace gweb with libsoup
  * Fix memory leaks

mmsd-tng (1.0~beta1)

  [ Chris Talbot ]
  * Make Maximum Attachments a User Defineable Value
  * Delete Daemon Option
  * Fix Generate UUID for new MMSes
  * Update GetProperties and SetProperty in Modem Manager Plugin
  * Integrate Modem Manager Settings into Main Settings file
  * Format all numbers to E164
  * Add option to create SMIL for MMSes
  * MM: Add feature to choose default modem if you have multiple modems.

mmsd-tng (1.0~beta0) UNRELEASED; urgency=medium

  [ Chris Talbot ]
  * Delete dbus customer functionality
  * Update dbus 1.0 to GIO dbus
  * Disable Ofono Plugin pending update to GIO dbus

mmsd-tng (0.3) UNRELEASED; urgency=medium

  [ Clayton Craft ]
  * Ensure compatibility with muslc

mmsd-tng (0.2) UNRELEASED; urgency=medium

  [ Chris Talbot ]
  * Fix issue if MMS attachment does not have a filename
  * Refactor debug messages
  * Fix intentation of modemmanager.c to match upstream style
  * Add check before g_memdup() to prevent possible buffer overflow

  [ Clayton Craft ]
  * Replace autotools with meson
  * Fix several compiler warnings

mmsd-tng (0.1-4)

  [ Chris T ]
  * Format modemmanager.c to match upstream style
  * Support Autoprocessing SMS WAPs

  [ Clayton Craft ]
  * Replace Autotools with Meson

mmsd-tng (0.1-3) UNRELEASED; urgency=medium

  [ Chris T ]
  * Add ModemManager Support
  * Fix multiple date/time bugs in MMS messages
  * Fix support for Telus Canada

  [ Anteater ]
  * Fix mmsd-tng to work with T-Mobile

  [ Kent ]
  * Add Support for AT&T

  [ Elias Rudberg ]
  * Fix issue if encoded text has length of 0

mmsd (0.0~git20190724-1) UNRELEASED; urgency=medium

  [ Chris T ]
  * Synced with mmsd upstream