File: changelog

package info (click to toggle)
qtermwidget 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,684 kB
  • sloc: cpp: 14,226; python: 57; makefile: 12
file content (494 lines) | stat: -rw-r--r-- 16,161 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
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
qtermwidget (2.3.0-1) unstable; urgency=medium

  [ ChangZhuo Chen (陳昌倬) ]
  * d/watch: Upgrade to version 5.

  [ Andrew Lee (李健秋) ]
  * New upstream version 2.3.0.
  * debian/control: build-deps on lxqt-build-tools (>= 2.3.0~).
  * debian/control: Drop Rules-Requires-Root: no (now the default).
  * debian/copyright: update.

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Mon, 24 Nov 2025 06:29:08 +0100

qtermwidget (2.2.0-1) unstable; urgency=medium

  [ Macy Lin ]
  * New upstream version 2.2.0
  * debian/copyright: update.
  * debian/control: build-deps on lxqt-build-tools (>= 2.2.0~).
  * debian/control: bump to Standards-version to 4.7.2.
  * debian/copyright: update GNU address.

  [ ChangZhuo Chen (陳昌倬) ]
  * Add Macy as Uploaders.
  * d/examples: Add examples.

 -- ChangZhuo Chen (陳昌倬) <czchen@debian.org>  Fri, 15 Aug 2025 09:47:38 +0800

qtermwidget (2.1.0-1) unstable; urgency=medium

  * New upstream version 2.1.0.
  * debian/control: build-deps on lxqt-build-tools (>= 2.1.0~).

 -- Macy Lin <macy@debconf.org>  Sat, 07 Dec 2024 11:38:07 +0100

qtermwidget (2.0.1-1) unstable; urgency=medium

  * Upload to unstable.

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Wed, 27 Nov 2024 18:58:00 +0100

qtermwidget (2.0.1-1~exp1) experimental; urgency=medium

  [ Severus Septimius ]
  * New upstream release 2.0.1
  * debian/control: bump dep on lxqt-build-tools (>= 2.0.0+really2.0.0~)
  * debian/control: bump dep on qtbase5-dev -> qt6-base-dev
  * debian/control: rename libqtermwidget5-1-dev to libqtermwidget-dev
  * debian/control: drop Qt version from package name (qtermwidget-data)
  * debian/control: bump soversion in package names
  * debian/control: bump Qt version in package descriptions
  * debian/control: bump soversion in .install files' names
  * debian/libqtermwidget-dev.install: bump soversion
  * debian/libqtermwidget6-2.install: bump soversion
  * debian/libqtermwidget-data.install: bump soversion
  * Update urlregexp.patch
  * debian/control: bump dep on qttools5-dev -> qt6-tools-dev

  [ Andrew Lee (李健秋) ]
  * Clean up of group membership after 2nd calls.
  * debian/control: Added conflicts and replaces that exist in previs
    stable release.
  * debian/salsa-ci.yml: build against to experimental.
  * debian/copyright: update.

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Sun, 22 Sep 2024 15:16:23 +0200

qtermwidget (1.4.0-2) unstable; urgency=medium

  * debian/control: build-deps on qttools5-dev. (Closes:#1078313)
  * debian/control: bump to Standards-version to 4.7.0, no changes needed.
  * debian/copyright: added myself.

 -- Macy Lin <macy@debconf.org>  Mon, 09 Sep 2024 21:48:14 +0800

qtermwidget (1.4.0-1) unstable; urgency=medium

  * New upstream version 1.4.0
  * debian/control: drop replaces and breaks that not exist in previous
    stable release.

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Mon, 11 Dec 2023 17:20:13 +0100

qtermwidget (1.3.0-2) unstable; urgency=medium

  [ ChangZhuo Chen (陳昌倬) ]
  * docs(soversion): fix comment.

  [ Andrew Lee (李健秋) ]
  * debian/control: update team address.
  * Added urlregexp.patch: by Joachim H. Kaiser <jhkaiser@web.de>.
    (Closes: #985461)
  * debian/copyright: remove source files that has been dropped in
    upstream.

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Wed, 06 Sep 2023 16:16:50 +0200

qtermwidget (1.3.0-1) unstable; urgency=medium

  * New upstream version 1.3.0
  * debian/control: bump to Standards-version to 4.6.2, no changes needed.
  * debian/control: build-deps on lxqt-build-tools (>= 0.13.0~).
  * debian/copyright: update.
  * debian/rules: Drop --fail-missing argument to dh_missing which is now
    default in debhelper 13.
  * debian/upstream/metadata: drop obsolete field Name.
  * debian/upstream/metadata: correct the git Repository url as itʼs
    different from Repository-Browse.

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Sat, 05 Aug 2023 06:10:02 +0200

qtermwidget (1.2.0-2) unstable; urgency=medium

  * Merge to unstable.

 -- ChangZhuo Chen (陳昌倬) <czchen@debian.org>  Fri, 02 Dec 2022 11:22:41 +0800

qtermwidget (1.2.0-1) experimental; urgency=medium

  [ Andrew Lee (李健秋) ]
  * Add debian/salsa-ci.yml file.

  [ Severus Septimius ]
  * Delete useless symbols and install files
  * Bump to libqtermwidget5-1 to match soname changes
  * Update debian/changelog
  * Update Build-Depends
  * Bump Standards to 4.6.0 (no changes)

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Fix field name typo in debian/upstream/metadata (Repository-Browser => Repository-Browse).
  * Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
  * Update standards version to 4.6.1, no changes needed.
  * Avoid explicitly specifying -Wl,--as-needed linker flag.

  [ ChangZhuo Chen (陳昌倬) ]
  * New upstream release.
  * Fix d/watch for GitHub.

 -- ChangZhuo Chen (陳昌倬) <czchen@debian.org>  Wed, 23 Nov 2022 02:16:15 +0800

qtermwidget (1.1.0-1) experimental; urgency=medium

  * New upstream release 1.1.0.
  * Removed obsolete debian/compat file.
  * Switched to GBP.
  * Upstreamed non-Ubuntu-specific packaging changes from Ubuntu, modifying
    the following files:
    - control
    - copyright
    - *.install
    - libqtermwidget5-0.symbols
    - rules
    - upstream/*
    - patches directory

 -- Aaron Rainbolt <arraybolt3@gmail.com>  Sun, 10 Jul 2022 05:32:17 -0500

qtermwidget (0.16.1-1) unstable; urgency=medium

  * Team upload.

  [ Sophie Brun ]
  * Update debian/upstream/signing-key.asc
  * New upstream version 0.16.1
  * Update minimal required version of lxqt-build-tools
  * Update debian/libqtermwidget5-0.symbols
  * Bump Standards-Version to 4.5.0 (no changes)

  [ Raphaël Hertzog ]
  * Update symbols file to use demangled names
  * Sort list of symbols

 -- Raphaël Hertzog <raphael@offensive-security.com>  Thu, 17 Dec 2020 11:54:22 +0100

qtermwidget (0.14.1-3) unstable; urgency=medium

  * Bumped Standards-Version to 4.5.0, no changes needed
  * Removed the not existing package qtermwidget-l10n from recommends,
    thanks @wxl, nice finding.

 -- Alf Gaida <agaida@siduction.org>  Sun, 23 Feb 2020 22:16:09 +0100

qtermwidget (0.14.1-2) unstable; urgency=medium

  * Switched to gbp
  * Bumped Standards-Version to 4.4.1, no changes needed
  * Fixed one symbol for ia64
  * Added Rules-Requires-Root: no to make lintian happy

 -- Alf Gaida <agaida@siduction.org>  Sun, 27 Oct 2019 00:04:08 +0200

qtermwidget (0.14.1-1) unstable; urgency=medium

  * Cherry-picking upstream release: 0.14.1.

 -- Alf Gaida <agaida@siduction.org>  Tue, 26 Feb 2019 01:00:03 +0100

qtermwidget (0.14.0-1) unstable; urgency=medium

  * Cherry-picking upstream release: 0.14.0.
  * Bumped Standards to 4.3.0, no changes needed
  * Dropped d/compat, use debhelper-compat = 12, no changes needed
  * Fixed years in d/copyright
  * Bumped minimum version lxqt-build-tools (>= 0.6.0~)
  * Removed obsolete PULL_TRANSLATIONS= OFF from dh_auto_configure
  * Added Build-Depends-Package field to symbols
  * Installed new translations in the data package.
  * Added two new symbols
  * Added d/upstream/metadata

 -- Alf Gaida <agaida@siduction.org>  Sun, 27 Jan 2019 15:29:16 +0100

qtermwidget (0.9.0-2) unstable; urgency=medium

  * Recommend fonts-hack instead of fonts-hack-ttf (Closes: #907279)
  * Bumped Standards to 4.2.1, no changes needed

 -- Alf Gaida <agaida@siduction.org>  Sun, 16 Sep 2018 14:16:19 +0200

qtermwidget (0.9.0-1) unstable; urgency=medium

  * Cherry-picking upstream release: 0.9.0.
  * Moved debian/.gitignore to ./.gitignore
  * Bumped build dependency lxqt-build-tools to >= 0.5.0~
  * Removed cmake fix, applied upstream
  * Added some options to rules
  * Added some new symbols

 -- Alf Gaida <agaida@siduction.org>  Thu, 24 May 2018 01:11:06 +0200

qtermwidget (0.8.0-6) unstable; urgency=medium

  * Bumped compat to 11
  * Bumped debhelper to >= 11~
  * Removed not needed cmake minimim version
  * Bumped Standards to 4.1.4, no changes needed
  * Changed VCS fields for salsa
  * Changed Homepage, Source and watch to lxqt
  * Bumped years in copyright

 -- Alf Gaida <agaida@siduction.org>  Sat, 28 Apr 2018 19:31:10 +0200

qtermwidget (0.8.0-5) unstable; urgency=medium

  * Bumped Standards to 4.1.2, no changes needed
  * Removed branch from VCS fields
  * Removed gbp.conf

 -- Alf Gaida <agaida@siduction.org>  Fri, 15 Dec 2017 19:30:23 +0100

qtermwidget (0.8.0-4) unstable; urgency=medium

  * Transition to unstable

 -- Alf Gaida <agaida@siduction.org>  Mon, 04 Dec 2017 20:14:31 +0100

qtermwidget (0.8.0-3) experimental; urgency=medium

  * Fixed typo in changelog

 -- Alf Gaida <agaida@siduction.org>  Sun, 05 Nov 2017 02:05:43 +0100

qtermwidget (0.8.0-2) experimental; urgency=medium

  * Fixed cmake install directories (Closes: #880389)
    Thanks Andreas Beckmann <anbe@debian.org> for spotting this.
  * Removed superfluous whitespaces from changelog

 -- Alf Gaida <agaida@siduction.org>  Tue, 31 Oct 2017 15:18:42 +0100

qtermwidget (0.8.0-1) experimental; urgency=medium

  * Cherry-picking upstream release 0.8.0.
  * Switched to experimental
  * Bumped Standards to 4.1.1
  * Bumped build tools to >= 0.4.0
  * Fixed copyright
  * Fixed symbols

 -- Alf Gaida <agaida@siduction.org>  Sun, 22 Oct 2017 22:15:52 +0200

qtermwidget (0.7.1-7) unstable; urgency=medium

  * Fixed symbols for powerpcspe

 -- Alf Gaida <agaida@siduction.org>  Sun, 24 Sep 2017 14:05:24 +0200

qtermwidget (0.7.1-6) unstable; urgency=medium

  * Fixed symbols for all but powerpcspe - missed build deps and
    i don't want to guess.

 -- Alf Gaida <agaida@siduction.org>  Tue, 05 Sep 2017 23:56:54 +0200

qtermwidget (0.7.1-5) unstable; urgency=medium

  * fixed another round of symbols, work in progress
    (currently fixed amd64 and i386) (Closes: #874187)
    Thanks Adrian Bunk for spotting this.
  * bumped Standards to 4.1.0 - no changes needed
  * fix some colons and not needed versions in d/control

 -- Alf Gaida <agaida@siduction.org>  Tue, 05 Sep 2017 16:55:18 +0200

qtermwidget (0.7.1-4) unstable; urgency=medium

  * fixed symbols for gcc 7.1.0 (Closes: #871122)

 -- Alf Gaida <agaida@siduction.org>  Sat, 12 Aug 2017 19:34:55 +0200

qtermwidget (0.7.1-3) unstable; urgency=medium

  * Bumped Standards to 4.0.0 - no changes needed
  * Added 5 optional symbols (Closes: #853632)
  * Added build dependency lxqt-build-tools
  * Added Recommends: qtermwidget-l10n, fonts-hack-ttf

 -- Alf Gaida <agaida@siduction.org>  Mon, 03 Jul 2017 00:45:55 +0200

qtermwidget (0.7.1-2) unstable; urgency=medium

  * Added build-dependency libutf8proc-dev as the missed part for
    full utf-8 support. The use-trigger is already set.
    Thanks Riku Voipio <riku.voipio@linaro.org>, nice catch.
    (Closes: #851832)

 -- Alf Gaida <agaida@siduction.org>  Thu, 19 Jan 2017 14:52:26 -0500

qtermwidget (0.7.1-1) unstable; urgency=medium

  * Cherry-picking upstream release 0.7.1.
  * Fixed Symbols
  * Removed build dependency liblxqt0-dev
  * Activate new UTF8 processing in rules

 -- Alf Gaida <agaida@siduction.org>  Wed, 21 Dec 2016 23:50:11 +0100

qtermwidget (0.7.0-4) unstable; urgency=medium

  * Cherry-picking upstream release: 0.7.0
  * Bumped compat to 10
  * Removed --parallel from rules, standard in compat 10
  * Bumped minimum version debhelper (>= 10)
  * Added build dependency liblxqt-dev (>= 0.11.0)
  * Followed Multiarch hinter suggestions
    - qtermwidget5-data marked as Multi-Arch: foreign
    - libqtermwidget5-0 marked as Multi-Arch: same
    - libqtermwidget5-0-dev marked as Multi-Arch: same
  * Simplified optional symbols

 -- Alf Gaida <agaida@siduction.org>  Tue, 18 Oct 2016 21:16:57 +0200

qtermwidget (0.6.1~55-gd572f39-1) unstable; urgency=medium

  * Bump version to 0.6.1~
  * Added a renamed tarball to pristine-tar
  * Rework symbols (Closes: #831083), tested with i386 and amd64
  * Fixed VCS fields, using plain /git/
  * Fixed copyright Format field, using https
  * Exported LC_ALL=C.UTF-8, make builds reproducible
  * Set CMAKE_BUILD_TYPE=RelWithDebInfo

 -- Alf Gaida <agaida@siduction.org>  Sat, 06 Aug 2016 02:26:26 +0200

qtermwidget (0.6.0-55-gd572f39-1) unstable; urgency=medium

  * Cherry-picked snapshot: 0.6.0-55-gd572f39
  * switch package numbering to git describe instead of dates
  * Remove patch, now integrated into upstream (Closes: #798053)
  * Bump standards to 3.9.8

 -- Alf Gaida <agaida@siduction.org>  Sat, 14 May 2016 18:09:02 +0200


qtermwidget (0.6.0+20160108-6) unstable; urgency=medium

  * Fix two whitespace bugs, which i've had by mistake  introduced
    after the test builds

 -- Alf Gaida <agaida@siduction.org>  Sat, 14 May 2016 03:09:49 +0200

qtermwidget (0.6.0+20160108-5) unstable; urgency=medium

  * Rework some symbols

 -- Alf Gaida <agaida@siduction.org>  Sat, 14 May 2016 02:01:05 +0200

qtermwidget (0.6.0+20160108-4) unstable; urgency=medium

  * Added kfreebsd-patch, thanks to Bas Couwenberg <sebastic@debian.org>.

 -- Alf Gaida <agaida@siduction.org>  Fri, 13 May 2016 18:21:52 +0200

qtermwidget (0.6.0+20160108-3) unstable; urgency=medium

  * Fixed symbols for -03, thanks vorlon (Closes: #819225)
  * Bump standards to 3.9.7
  * Use secured VCS-links
  * Added hardening =+ all to rules

 -- Alf Gaida <agaida@siduction.org>  Sun, 27 Mar 2016 12:24:03 +0200

qtermwidget (0.6.0+20160108-2) unstable; urgency=medium

  * patching: 798053  'TCGETS' not declared

 -- Alf Gaida <agaida@siduction.org>  Thu, 14 Jan 2016 00:47:51 +0100

qtermwidget (0.6.0+20160108-1) unstable; urgency=medium

  [ Alf Gaida ]
  * Cherry-picking upstream version 0.6.0+20160108, Modification
    of treatment of double-width character (e.g. Japanese)
    https://github.com/lxde/qtermwidget/pull/55#issuecomment-170615897
  * Fixed copyright
  * No full stop in short descriptions, see lintian warning:
    'description-synopsis-might-not-be-phrased-properly'

  [ Peter Mattern ]
  * Fixed descriptions in debian/control

 -- Alf Gaida <agaida@siduction.org>  Mon, 11 Jan 2016 20:41:00 +0100

qtermwidget (0.6.0+20151225-1) unstable; urgency=medium

  * Cherry-picking upstream version 0.6.0+201501225.
  * Cleaned up debian/control
  * Cleaned up debian/copyright, remove GPL-3+ because it is not used
    in the project any longer, relicense debian to GPL-2+
  * Fixed symbols
  * Fixed LDFLAGS
  * Removed obsoleted overrides from debian/rules

 -- Alf Gaida <agaida@siduction.org>  Sun, 27 Dec 2015 13:34:09 +0100

qtermwidget (0.6.0+20150709-4) unstable; urgency=medium

  * Merge to unstable.

 -- ChangZhuo Chen (陳昌倬) <czchen@debian.org>  Mon, 16 Nov 2015 23:23:00 +0800

qtermwidget (0.6.0+20150709-3) experimental; urgency=medium

  * reduce symbols mess again

 -- Alf Gaida <agaida@siduction.org>  Thu, 29 Oct 2015 00:09:51 +0100

qtermwidget (0.6.0+20150709-2) experimental; urgency=medium

  * revert most of the optional symbol marks
  * sort symbols and added some empty lines and comments
  * introduce arch specific symbols
  * switch to experimental

 -- Alf Gaida <agaida@siduction.org>  Sat, 03 Oct 2015 22:34:42 +0200

qtermwidget (0.6.0+20150709-1) unstable; urgency=medium

  [ Alf Gaida ]
  * Cherry-picking upstream version 0.6.0+20150709.
  * Symbols fixed for amd64 and i386

  [ ChangZhuo Chen (陳昌倬) ]
  * Make all non QTermWidget symbols optional (Closes: #798050).

 -- ChangZhuo Chen (陳昌倬) <czchen@debian.org>  Tue, 15 Sep 2015 20:34:04 +0800

qtermwidget (0.6.0-1) unstable; urgency=medium

  [ Alf Gaida ]
  * README added.
  * new debian $foo.
  * Initial release (Closes: #675355).

  [ Andrew Lee (李健秋) ]
  * Adding upstream version 0.6.0.

  [ ChangZhuo Chen (陳昌倬) ]
  * Update symbol control file.
  * Add watch.
  * Cleanup control.
  * Update copyright.
  * Cleanup rule.
  * Update changelog.

  [ Andrew Lee (李健秋) ]
  * Drop build-deps on quilt in control.
  * Refine package descriptions.
  * Added myself in copyright file.
  * Refine copyright file.

 -- Andrew Lee (李健秋) <ajqlee@debian.org>  Wed, 19 Aug 2015 02:39:14 +0800