File: ChangeLog

package info (click to toggle)
pyqt5webengine 5.15.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 304 kB
  • sloc: sh: 13; makefile: 13
file content (477 lines) | stat: -rw-r--r-- 10,912 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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
2024-05-03  Phil Thompson  <phil@riverbankcomputing.com>

	* pyproject.toml:
	Fixed a regression in pyproject.toml.
	[a027c8d141dc] [5.15.7] <5.15-maint>

2024-02-18  Phil Thompson  <phil@riverbankcomputing.com>

	* METADATA.in, NEWS, README, README.md, pyproject.toml:
	Migrated from [tool.sip.metadata] to [project] in pyproject.toml.
	[e090f1c7bc92] <5.15-maint>

2024-01-02  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS, configure.py, rb-product.toml:
	Removed configure.py and the product file.
	[1b4795cd5414] <5.15-maint>

2022-06-18  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.15.6 for changeset 140468b2e1b2
	[1e3589aee4dd] <5.15-maint>

2022-03-15  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS, PyQtWebEngine.msp:
	Allow Qt.AA_ShareOpenGLContexts to be specified before a
	QCoreApplication is created to allow PyQtWebEngineWidgets to be
	imported.
	[140468b2e1b2] [5.15.6] <5.15-maint>

2021-11-22  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Updated the project version number.
	[6b8cc0c815da] <5.15-maint>

2021-10-12  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.15.5 for changeset 69a1dc1f1cf1
	[2e12f5eba0bc] <5.15-maint>

2021-08-10  Phil Thompson  <phil@riverbankcomputing.com>

	* README:
	Fixed the README.
	[69a1dc1f1cf1] [5.15.5] <5.15-maint>

2021-04-05  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Only enable QWebEngineClientCertificateStore when SSL is enabled.
	[9e311bed7a8f] <5.15-maint>

	* PyQtWebEngine.msp:
	Removed the internal QtWebEngineCore namespace.
	[bdf97a8aacfa] <5.15-maint>

2021-03-04  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.15.4 for changeset 2b38e9f975ce
	[79bb44a7ba04] <5.15-maint>

	* NEWS:
	Released as v5.15.4.
	[2b38e9f975ce] [5.15.4] <5.15-maint>

	* rb-product.toml:
	Fixed the PyQt dependency.
	[cefacc6bbb70] <5.15-maint>

2021-03-02  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS:
	Updated the NEWS file.
	[34e365fd176e] <5.15-maint>

2021-02-27  Phil Thompson  <phil@riverbankcomputing.com>

	* pyproject.toml, rb-product.toml:
	Fixed the project dependencies.
	[66291dc36205] <5.15-maint>

	* rb-product, rb-product.toml:
	Updated the product file.
	[ee3d635e28f7] <5.15-maint>

2021-02-23  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.15.3 for changeset b2cd71fcd0e8
	[848cde6e6a39] <5.15-maint>

	* NEWS:
	Released as v5.15.3.
	[b2cd71fcd0e8] [5.15.3] <5.15-maint>

	* pyproject.toml:
	Fixed the Qt wheel dependency.
	[1ba4b0c9b7a1] <5.15-maint>

2021-02-22  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS:
	Updated the NEWS file.
	[23a66c3f1b52] <5.15-maint>

2021-02-09  Phil Thompson  <phil@riverbankcomputing.com>

	* pyproject.toml:
	Added the dependency on the Qt wheel.
	[8dd59deed488] <5.15-maint>

2020-11-23  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.15.2 for changeset 3f9b37532f26
	[067f6ce9bb6b] <5.15-maint>

	* NEWS:
	Released as v5.12.2.
	[3f9b37532f26] [5.15.2] <5.15-maint>

	* NEWS:
	Updated the NEWS file.
	[44ed90634960] <5.15-maint>

2020-10-28  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Updated to project v15.
	[e6582f031ff0] <5.15-maint>

2020-09-17  Phil Thompson  <phil@riverbankcomputing.com>

	* pyproject.toml:
	Require PyQt-builder v1.6 as we no longer specify the sip module and
	ABI.
	[1a97486ba722] <5.15-maint>

2020-09-11  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.15.1 for changeset e2b884210459
	[21495ba4d85e] <5.15-maint>

	* NEWS:
	Released as v5.15.1.
	[e2b884210459] [5.15.1] <5.15-maint>

	* NEWS:
	Updated the NEWS file.
	[9f00dc7187f2] <5.15-maint>

2020-08-22  Phil Thompson  <phil@riverbankcomputing.com>

	* pyproject.toml:
	Set the name of the sip module explicitly.
	[29bb9b85f3ea] <5.15-maint>

	* pyproject.toml:
	Fixed the specification of the sip module ABI version.
	[c7373e5d6751] <5.15-maint>

2020-06-11  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS, PyQtWebEngine.msp:
	Fixed building against versions of Qt prior to v5.15.
	[35bb7ef0683d] <5.15-maint>

2020-05-30  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.15.0 for changeset ea6c0ab7d38d
	[54d036861205]

	* NEWS:
	Released as v5.15.0.
	[ea6c0ab7d38d] [5.15.0]

	* PyQtWebEngine.msp:
	Added a missing private copy ctor.
	[c4f85de49748]

2020-05-29  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS:
	Updated the NEWS file.
	[d3289c4e6e7c]

2020-05-28  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Updated foe the final releaes of Qt v5.15.0.
	[c5a2f34ff4e5]

2020-05-22  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Take over the ownership of the QWebEngineNotification from the
	caller of the notification presenter.
	[ace44c213a8e]

	* PyQtWebEngine.msp:
	Fixed QWebEngineProfile.setNotificationPresenter().
	[24ad94c34413]

2020-05-17  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	First pass through Qt v5.15.0.
	[e133589b257b]

2020-05-16  Phil Thompson  <phil@riverbankcomputing.com>

	* Merged the 5.14-maint branch.
	[d1e26f932930]

	* .hgignore:
	Updated .hgignore.
	[66fa7be82977] <5.14-maint>

2020-05-09  Phil Thompson  <phil@riverbankcomputing.com>

	* pyproject.toml:
	The minimum ABI version is 12.8 which requires SIP v5.3.
	[76168156a91f] <5.14-maint>

2020-02-08  Phil Thompson  <phil@riverbankcomputing.com>

	* pyproject.toml:
	Fixed METADATA for the commercial wheels.
	[7f7fc34864b6] <5.14-maint>

2019-12-18  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.14.0 for changeset f00d480d4a0f
	[fc828b0c8958]

	* NEWS:
	Released as v5.14.0.
	[f00d480d4a0f] [5.14.0]

	* pyproject.toml:
	Fixed requires-dist for commercial wheels.
	[23c5bb98a8dd]

2019-12-16  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS:
	Updated the NEWS file.
	[b3130010a22c]

2019-12-14  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Updated for Qt v5.14.0.
	[08b5399115c5]

2019-12-12  Phil Thompson  <phil@riverbankcomputing.com>

	* Merged the 5.13-maint branch.
	[3be79b99e71c]

2019-11-02  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.13.2 for changeset 5627b4a59e44
	[e8c569058a97] <5.13-maint>

	* NEWS:
	Released as v5.13.2.
	[5627b4a59e44] [5.13.2] <5.13-maint>

	* NEWS:
	Updated the NEWS file.
	[b2d827860c80] <5.13-maint>

2019-10-03  Phil Thompson  <phil@riverbankcomputing.com>

	* pyproject.toml:
	Fixed the name of PEP 566.
	[5a397978105b] <5.13-maint>

	* pyproject.toml:
	Requires PyQt-builder v1.
	[31bb17aa756b] <5.13-maint>

2019-10-01  Phil Thompson  <phil@riverbankcomputing.com>

	* pyproject.toml:
	Fixed the name of the PyQt-builder project.
	[a5e7ae0b670c] <5.13-maint>

2019-09-18  Phil Thompson  <phil@riverbankcomputing.com>

	* configure.py:
	Fixed building against Qt v5.12.5 and later.
	[c2040bb2bee2] <5.13-maint>

	* PyQtWebEngine.msp:
	Added PYQT_WEBENGINE_VERSION and PYQT_WEBENGINE_VERSION_STR ot
	QtWebEngine.
	[0a4790429fad] <5.13-maint>

2019-09-14  Phil Thompson  <phil@riverbankcomputing.com>

	* pyproject.toml:
	Added the requires-dist meta-data.
	[77195f172cbd] <5.13-maint>

2019-09-07  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.13.1 for changeset e7b3704583be
	[6d1079a1d9d7] <5.13-maint>

	* NEWS:
	Released as v5.13.1.
	[e7b3704583be] [5.13.1] <5.13-maint>

	* NEWS:
	Updated the NEWS file.
	[ac313a7714c3] <5.13-maint>

	* pyproject.toml:
	Temporarily specify PyQt-build v0.1 as the build system.
	[4a7ce6f828af] <5.13-maint>

2019-08-30  Phil Thompson  <phil@riverbankcomputing.com>

	* METADATA.in, README, pyproject.toml:
	Added support for sip v5.
	[3ec37bd4ae78] <5.13-maint>

2019-07-20  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Fixed building when Qt doesn't support QtWebChannel.
	[091f34543aea] <5.13-maint>

2019-07-13  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Fix building against Qt v5.12 and earlier.
	[8cb9a50c17c2] <5.13-maint>

2019-07-05  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Added the missing QWebEnginePage.Feature.Notifications enum member.
	[54f5dff7983d] <5.13-maint>

2019-07-03  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.13.0 for changeset fe9bb03004fd
	[09c8c2e672ce]

	* NEWS:
	Released as v5.13.0.
	[fe9bb03004fd] [5.13.0]

2019-07-02  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS:
	Updated the NEWS file.
	[1c0db7013251]

2019-06-30  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp, QtWebEngineCore.versions:
	Updated for Qt v5.13.0.
	[4e2c0056d0f9]

2019-06-20  Phil Thompson  <phil@riverbankcomputing.com>

	* rb-product:
	Updated the minimum PyQt5 wheel.
	[6eb69c15f896]

	* Merged the 5.12-maint branch.
	[baeb73a545a6]

	* PyQtWebEngine.msp:
	Updated for Qt v5.12.4.
	[9e68d6e3e8d9] <5.12-maint>

2019-04-19  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Updated for Qt v5.12.3.
	[2905d2eac4b4] <5.12-maint>

2019-03-19  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.12.1 for changeset f0583eb7da8a
	[03e09b7b4953] <5.12-maint>

	* NEWS:
	Released as v5.12.1.
	[f0583eb7da8a] [5.12.1] <5.12-maint>

2019-03-18  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS:
	Updated the NEWS file.
	[598cae9d0f9f] <5.12-maint>

2019-03-17  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Updated for Qt v5.12.2.
	[525c367f8949] <5.12-maint>

2019-03-08  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Fixed building without SSL support.
	[a0b9d2b41efc] <5.12-maint>

	* configure.py:
	Fixed the configure.py options that relate to stub files.
	[f089ac081a92] <5.12-maint>

2019-02-10  Phil Thompson  <phil@riverbankcomputing.com>

	* METADATA.in:
	Fixes for the PyPI project description.
	[537ba6f4f470] <5.12-maint>

2019-02-04  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgtags:
	Added tag 5.12 for changeset c4c19b66da43
	[38d16c6e0c93]

	* NEWS:
	Released as v5.12.
	[c4c19b66da43] [5.12]

2019-02-02  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS, PyQtWebEngine.msp:
	Updated for Qt v5.12.1.
	[5c423a35c4e8]

2018-12-21  Phil Thompson  <phil@riverbankcomputing.com>

	* METADATA.in:
	Corrected the wheel meta-data version.
	[b8125a567523]

2018-12-15  Phil Thompson  <phil@riverbankcomputing.com>

	* NEWS:
	Updated the NEWS file.
	[88b124dd7c9a]

2018-12-13  Phil Thompson  <phil@riverbankcomputing.com>

	* PyQtWebEngine.msp:
	Updated for Qt v5.12.0.
	[2c85932592b2]

2018-10-03  Phil Thompson  <phil@riverbankcomputing.com>

	* .hgignore, METADATA.in, NEWS, PyQtWebEngine.msp,
	QtWebEngine.versions, QtWebEngineWidgets.versions, README,
	configure.py, rb-product:
	Initial commit of repository.
	[3fe9991351ad]