File: changelog

package info (click to toggle)
kildclient 3.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,584 kB
  • sloc: ansic: 24,834; xml: 7,516; sh: 5,022; perl: 2,876; makefile: 156; sed: 39
file content (466 lines) | stat: -rw-r--r-- 13,789 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
kildclient (3.2.3-1) unstable; urgency=low

  * New upstream version: 3.2.3.
    - Fix ftbfs with gcc 15. Closes: #1097032

  * clean: src/kildclient.gresource.c is no longer included in the upstream
    tarball, so no need to clean it.

  * rules: Remove -Wl,--as-needed as it is no longer necessary.

  * copyright: Use FSF's web address instead of physical address.

  * copyright: List debian/* files explicitly.

  * control: Update VCS fields to point to Salsa repository.

  * control: Update policy to 4.72, no changes were necessary.

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Sat, 05 Apr 2025 14:57:57 -0300

kildclient (3.2.1-1) unstable; urgency=low

  * rules, clean: Handle automatically generated html files in clean
    target. Closes: #1048469

  * clean: Remove src/kildclient.gresource.c in order from it to be
    regenerated from source during build.

  * control: Use debhelper 13, and specify the compatibility level with
    a dependency on debhelper-compat (= 13).

  * control: Set Rules-Requires-Root to no.

  * watch: Change compatibility to version 4.

  * upstream/signing-key.asc: Extra signatures were removed from the
    signing key.

  * NEWS, docs: renamed NEWS.Debian to NEWS; it is no longer necessary
    to list this file in docs.

  * control: Updated policy compliance to 4.6.2, no changes were
    necessary.

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Wed, 25 Oct 2023 14:32:27 -0300

kildclient (3.2.0-2) unstable; urgency=low

  * control: Changed dependency from 'gvfs' to 'desktop-file-utils'.
    Closes: #887833

  * copyright: https is used for the copyright format.

  * control: Updated policy compliance to 4.1.3; no changes were
    necessary.

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Sat, 27 Jan 2018 17:18:42 -0200

kildclient (3.2.0-1) unstable; urgency=low

  * New upstream version: 3.2.0.
    - Fix for CVE-2017-17511. New dependency 'gvfs' required in order to
      use GTK+ function for opening URLs. Closes: #885007

  * control: Require libgtk-3-dev >= 3.22.0.

  * control: Removed unnecessary dependency on dh-autoreconf, as debhelper
    enables it by default.

  * control: Use https:// instead of git:// for Vcs-Git.

  * compat, control: Use compatibility level 11.

  * rules: Support nodoc in DEB_BUILD_OPTIONS.

  * control: Updated policy compliance to 4.1.2: the only change was the
    support for nodoc as described above.

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Mon, 25 Dec 2017 18:56:24 -0200

kildclient (3.1.0-1) unstable; urgency=low

  * New upstream version: 3.1.0.

  * Dropped fix-scroll-to-end patch, this change was incorporated upstream.

  * rules, control: The helpfile (kildclient.hlp) and html manual are now
    regenerated at build time from the XML source. New build-dependencies:
    docbook-xsl-ns, libxml-libxml-perl, xsltproc.

  * control: kildclient-doc is marked as Multi-Arch: foreign since it
    consists only of static documentation.

  * watch: Added support for GPG signature checking.

  * control: Require libgtk-3-dev >= 3.12.0.

  * control: liblocale-gettext-perl is no longer required.

  * kildclient-doc.doc-base: Updated path of index file (it now ends in
    xhtml), and adjusted Files field to include images and css.

  * menu: removed as per TC resolution of #741573.

  * Added upstream metadata.

  * copyright, control: Changed URLs to use https.

  * control: Updated policy compliance to 3.9.8; no changes were
    necessary.

  * control, compat, rules: Use debhelper 10.

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Sun, 04 Dec 2016 20:46:22 -0200

kildclient (3.0.0-2) unstable; urgency=medium

  * Added work-around to enable scroll-to-end feature to work with
    GTK+ >= 3.13. Closes: #772096

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Mon, 08 Dec 2014 20:13:37 -0200

kildclient (3.0.0-1) unstable; urgency=low

  * New upstream version: 3.0.0.

  * Acknowledge NMU. Thanks for Andreas Metzler.

  * control: Updated VCS urls.

  * control: Reintroduced Homepage field that was lost and made it point
    to the new URL.

  * copyright: Point to new homepage.

  * control: New dependency: libjson-perl

  * control: glib >= 2.32.0, gtk+3 >= 3.10.0 and gtkspell3 are now
    required. gtk3-perl is suggested instead of gtk2-perl.

  * control: Use debhelper 9 and dh-autoreconf.

  * control: Mentioned HTTP proxies in description.

  * control: Updated Vcs fields to point to new git repository.

  * control: Updated policy compliance to 3.9.5; no changes were
    necessary.

  * rules: Rewritten using dh. Added hardening flags. dh-autoreconf is
    now used instead of autotools-dev. Enabled parallel build.

  * copyright: Change URL of Format: line to point to Version 1.0 of the
    machine-readable format.

  * copyright: util_cursor.h is no longer used, so it has been removed.

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Sat, 06 Sep 2014 07:47:57 -0300

kildclient (2.11.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rebuild against GnuTLS v3. Closes: #753101

 -- Andreas Metzler <ametzler@debian.org>  Fri, 08 Aug 2014 18:55:50 +0200

kildclient (2.11.1-1) unstable; urgency=low

  * New upstream version: 2.11.1:
    - Removed call to deprecated gnutls functions. (Closes: #624039)

  * copyright: Changed to DEP-5 format, added license information for
    share/plugins/channels.pl.

  * Switch to dpkg-source 3.0 (quilt) format.

  * control: mininum required version of gnutls-dev is set to 2.2.0
    because of the function used to fix the aforementioned bug.

  * control: Require glib >= 2.14.0, gtk >= 2.18.0, but libglade is not
    necessary anymore.

  * control: Added ${misc:Depends} dependency to kildclient-doc package.

  * debhelper 8 is now used.

  * rules, control: call dh_autotools-dev_updateconfig on package
    configuration and dh_autotools-dev_restoreconfig on clean. Added
    autotools-dev as a build dependency.

  * rules: Removed dh_desktop call.

  * rules: cleaned some comments.

  * control: short description starts in lowercase.

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Sat, 28 May 2011 11:10:50 -0300

kildclient (2.9.0-2) unstable; urgency=low

  * Added missing -lz flag to linker, and listed zlib1g-dev as
    Build-Depends. (Closes: #555000, #623726)

  * Updated policy complicance to 3.9.2; no changes were necessary.

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Fri, 13 May 2011 17:16:13 -0300

kildclient (2.9.0-1) unstable; urgency=low

  * New upstram version: 2.9.0.
    - The way the presence of gnutls is checked has been changed to use
      pkg-config. (Closes: #529905).

  * control: Updated policy compliance to 3.8.1; no changes were necessary
    in the packaging.

  * changelog: Do not use the symlinks /GPL and /LGPL anymore, explicit
    versions are used.

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Sat, 23 May 2009 18:37:42 -0300

kildclient (2.8.1-1) experimental; urgency=low

  * New upstream version: 2.8.1.

  * HTML manual is now split into separate package kildclient-doc.

  * Changed section to games, and menu section to "Games/Adventure". The
    binary is now installed in /usr/games (Policy, section 11.11) by the
    rules file.

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Thu, 29 Jan 2009 16:37:21 -0200

kildclient (2.8.0-1) experimental; urgency=low

  * New upstream version: 2.8.0.

  * control: Updated policy compliance to 3.8.0; no changes were necessary
    in the packaging.

  * control: Small changes in description to remove an occurrence of 'the
    the' and advertise proxy support.

  * control: Require perl version 5.10.0

  * control: Changed Vcs tags to point to the new SVN repository,
    specifically at the files for debian packaging.

  * control: Removed duplicate fields 'priority' and 'section' in binary
    package section.

  * Requires debhelper 7. Changed dh_clean -k to dh_prep for conformance.

 -- Eduardo M Kalinowski <eduardo@kalinowski.com.br>  Sun, 11 Jan 2009 17:49:08 -0200

kildclient (2.7.0-1) unstable; urgency=low

  * New upstream version: 2.7.0.

  * Require debhelper 6.

  * control: Changed 'section' to net because if it is 'games' then the
    binary must be in /usr/games.

  * kildclient.doc-base: Corrected section to Network/Communication.

 -- Eduardo M Kalinowski <ekalin@gmail.com>  Sat, 03 May 2008 15:41:23 -0300

kildclient (2.6.0-2) unstable; urgency=low

  * copyright: Make it clear that KildClient is distributed under the GNU
    GPL version 2 or later. (Closes: #456439).

  * control: Updated policy compliance to 3.7.3; no changes were necessary
    in the packaging.

 -- Eduardo M Kalinowski <ekalin@gmail.com>  Mon, 17 Dec 2007 11:26:58 -0200

kildclient (2.6.0-1) unstable; urgency=low

  * New upstream version: 2.6.0.

  * control: Version 2.10.X of glib/gtk+ is now required.

  * control: Removed alternative dependency on libgnutls11-dev; that
    package does not exist anymore.

  * control: Added Vcs fields and changed Homepage to be a real field.

  * rules: Changed "-$(MAKE) distclean" to
    "[ ! -f Makefile ] || $(MAKE) distclean"

  * menu: Changed "Apps/Net" to "Applications/Network/Communications" to
    comply to the new menu policy.

  * copyright: Added notice specifying that simocombobox.{c,h} and
    util_cursor.h are licensed under the LGPL.

  * Added watch file.

 -- Eduardo M Kalinowski <ekalin@gmail.com>  Thu, 29 Nov 2007 12:02:29 -0200

kildclient (2.5.1-1) unstable; urgency=low

  * New upstream release.

  * kildclient.doc-base: Removed pdf manual.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Mon, 21 May 2007 12:35:54 -0300

kildclient (2.5.0-1) unstable; urgency=low

  * New upstream release, its bringing into Debian closes: #303635.

  * Updated policy version to 3.7.2.

  * KildClient now requires GTK+ version 2.8.X.

  * Added an icon to the menu file.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Sat, 12 Aug 2006 17:05:42 -0300

kildclient (2.4.1-1) unstable; urgency=low

  * New upstream release.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Sun, 26 Mar 2006 09:06:44 -0300

kildclient (2.4.0-1) unstable; urgency=low

  * New upstream release.

  * Added libgtkspell-dev to the build-depends.

  * Changed debhelper compatibility version to 5, and also the needed
    version in Build-Depends.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Wed,  8 Feb 2006 21:49:38 -0200

kildclient (2.3.0-1) unstable; urgency=low

  * New upstream release.

  * Updated required versions of gtk+ and libglade.

  * Added build-depends entry for libgnutls.

  * Added dh_desktop call to the rules file.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Wed, 21 Dec 2005 11:01:48 -0200

kildclient (2.2.2-1) unstable; urgency=low

  * New upstream release.

  * Removed intltool build dependency and specified that gettext version
    >= 0.14.5 is necessary to build.

  * Added a menu file.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Sat,  1 Oct 2005 15:41:47 -0300

kildclient (2.2.1-1) unstable; urgency=low

  * New upstream release.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Tue, 20 Sep 2005 09:39:39 -0300

kildclient (2.2.0-1) unstable; urgency=low

  * New upstream release.

  * Changed the description to include some new features recently added.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Mon, 19 Sep 2005 10:18:06 -0300

kildclient (2.1.0-1) unstable; urgency=low

  * New upstream release.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Thu, 25 Aug 2005 18:07:25 -0300

kildclient (2.0.0-1) unstable; urgency=low

  * New upstream release.

  * Removed libvte dependency, since it is not used anymore.

  * Added line in rules to remove the newly included COPYING file from
    the package.

  * Removed unused lines from rules files.

  * Updated standards-version to 3.6.2.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Wed, 27 Jul 2005 17:04:58 -0300

kildclient (1.3.2-1) unstable; urgency=low

  * New upstream release.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Sun,  3 Jul 2005 17:14:35 -0300

kildclient (1.3.1-1) unstable; urgency=low

  * New upstream release.

  * Added libglib2.0-dev >= 2.6.0 as a build requirement.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Tue, 31 May 2005 10:36:18 -0300

kildclient (1.3.0-1) unstable; urgency=low

  * New upstream release.

  * Added liblocale-gettext-perl to Depends.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Fri, 27 May 2005 16:57:55 -0300

kildclient (1.2.0-2) unstable; urgency=low

  * Corrected doc-base file for the pdf manual.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Wed,  4 May 2005 11:20:00 -0300

kildclient (1.2.0-1) unstable; urgency=low

  * New upstream release.

  * Mentioned MCCP in the description.

  * Added intltool to Build-Depends

  * Added libgtk2-perl to Suggests

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Wed, 20 Apr 2005 16:35:28 -0300

kildclient (1.1.2-1) unstable; urgency=low

  * New upstream release.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Fri, 25 Mar 2005 09:18:12 -0300

kildclient (1.1.1-2) unstable; urgency=low

  * The manual page and other files are now compressed.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Sun, 13 Mar 2005 09:23:18 -0300

kildclient (1.1.1-1) unstable; urgency=low

  * Updated the package to version 1.1.1 of the program

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Fri, 11 Mar 2005 10:24:13 -0300

kildclient (1.1.0-2) unstable; urgency=low

  * Added the manual page to the package.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Mon, 28 Feb 2005 16:16:09 -0300

kildclient (1.1.0-1) unstable; urgency=low

  * Initial Release.

 -- Eduardo M Kalinowski <ekalin@bol.com.br>  Mon, 21 Feb 2005 18:41:50 -0300