File: changelog

package info (click to toggle)
json-glib 1.10.6%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,476 kB
  • sloc: ansic: 13,543; sh: 39; python: 28; makefile: 16; javascript: 5
file content (532 lines) | stat: -rw-r--r-- 18,785 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
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
json-glib (1.10.6+ds-3) unstable; urgency=medium

  * Team upload
  * d/control: Build-depend on gir1.2-glib-2.0-dev, not just
    gir1.2-glib-2.0.
    In fact this typo was harmless because gir1.2-gobject-2.0-dev is
    provided by the same package.
  * d/control: Reduce build-dependencies:
    - Drop B-D on libgirepository1.0-dev.
      This is unnecessary now that we B-D on dh-sequence-gir and
      gir1.2-*-dev.
    - Drop B-D-I on gtk-doc-tools.
      This package no longer uses gtk-doc for documentation.
    - Drop B-D-I on libglib2.0-doc.
      gtk-doc needed this for documentation cross-references, but gi-docgen
      does not work the same way.
    - Drop B-D-I on modules needed by previously vendored gi-docgen
      (Closes: #1105754). A copy of gi-docgen is no longer vendored.
  * d/control: libjson-glib-dev: Drop explicit Depends on gir1.2-json-1.0.
    dh-sequence-gir generates this in ${gir:Depends} automatically,
    and the explicit dependency would be harmful if we implement the
    nogir build-profile.
  * Standards-Version: 4.7.2 (no changes required)

 -- Simon McVittie <smcv@debian.org>  Tue, 12 Aug 2025 12:55:02 +0100

json-glib (1.10.6+ds-2) unstable; urgency=medium

  * Cherry-pick patch to fix escape of the US control character
    (Closes: #1100715)

 -- Jeremy Bícha <jbicha@ubuntu.com>  Mon, 17 Mar 2025 14:31:22 -0400

json-glib (1.10.6+ds-1) unstable; urgency=medium

  * New upstream release
  * Add debian/salsa-ci.yml
  * Remove all patches: applied in new release

 -- Jeremy Bícha <jbicha@ubuntu.com>  Tue, 10 Dec 2024 09:55:38 -0500

json-glib (1.10.0+ds-3) unstable; urgency=medium

  [ Helmut Grohne ]
  * Improve cross building (Closes: #1087294):
    - Skip documentation in arch-only build
    - Demote documentation dependencies to B-D-I

 -- Jeremy Bícha <jbicha@ubuntu.com>  Tue, 12 Nov 2024 09:20:44 -0500

json-glib (1.10.0+ds-2) unstable; urgency=medium

  * Team upload
  * d/p/Restore-single-quote-string-extension.patch,
    d/p/tests-Add-unit-for-JsonParser-extensions.patch:
    Add patches from upstream to restore parsing of single-quoted strings.
    These are a non-standard extension, therefore are only accepted in the
    default non-strict mode, similar to the support for C-style comments.
    (Closes: #1081803)

 -- Simon McVittie <smcv@debian.org>  Wed, 18 Sep 2024 16:54:26 +0100

json-glib (1.10.0+ds-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - d/watch, d/copyright: Repack without generated documentation
  * d/control: Update dependencies
  * d/copyright: Update
  * d/rules: Update build options
  * Update symbols file
  * Standards-Version: 4.7.0 (no changes required)
  * Set up documentation to appear in devhelp and doc-base
  * d/control, d/tests/build: Use pkgconf in preference to pkg-config

 -- Simon McVittie <smcv@debian.org>  Tue, 03 Sep 2024 15:46:20 +0100

json-glib (1.8.0-2) unstable; urgency=medium

  * Team upload
  * d/control: Don't generate from d/control.in
  * d/control: Add ${gir:Depends}, ${gir:Provides} to -dev package
    (Helps: #1030223)

 -- Simon McVittie <smcv@debian.org>  Tue, 14 Nov 2023 10:19:21 +0000

json-glib (1.8.0-1) unstable; urgency=medium

  [ Jeremy Bícha ]
  * New upstream release
  * Build-Depend on gi-docgen
  * Set auto_features=enabled
  * debian/copyright: simplify since gi-docgen subproject is no longer bundled
  * debian/libjson-glib-1.0-0.symbols: Add new symbol

  [ Simon McVittie ]
  * d/clean: Ensure __pycache__ directories are cleaned up (Closes: #1047495)

  [ Debian Janitor ]
  * Add debian/upstream/metadata
  * Update standards version to 4.6.2, no changes needed

 -- Jeremy Bícha <jbicha@ubuntu.com>  Mon, 18 Sep 2023 09:50:30 -0400

json-glib (1.6.6-1) unstable; urgency=medium

  * New upstream release (Closes: #992665)
  * Drop patch: applied in new release
  * Build-Depend on dh-sequence-gir and dh-sequence-gnome
  * debian/control.in: Bump minimum meson to 0.55.3
  * debian/rules: Drop unneeded -Wl,--as-needed
  * Build-Depend on python3-jinja2, python3-toml, python3-typogrify
    for gi-docgen vendored copy. See 987000 for vendored copy explanation.
  * Drop debian/libjson-glib-doc.links and use default doc install location
    which is more reasonable than what gtk-doc was doing

 -- Jeremy Bicha <jbicha@debian.org>  Mon, 23 Aug 2021 19:07:52 -0400

json-glib (1.6.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Make the build more reproducible
    - Fix parsing of UTF-16 surrogate pairs (Closes: #772585)
    - Skip UTF-8 byte order mark if present
    - Translation updates

 -- Simon McVittie <smcv@debian.org>  Wed, 17 Feb 2021 10:04:14 +0000

json-glib (1.6.0-3) unstable; urgency=medium

  * Team upload

  [ Helmut Grohne ]
  * Drop unused libxml2-utils from Build-Depends (Closes: #981255)

  [ Simon McVittie ]
  * Add Lintian override for #970275
  * Standards-Version: 4.5.1 (no changes required)

 -- Simon McVittie <smcv@debian.org>  Sun, 31 Jan 2021 16:54:36 +0000

json-glib (1.6.0-2) unstable; urgency=medium

  * debian/control.in: Add libglib2.0-doc to the BDI and mark -doc package
    with Build-Profiles: <!nodoc>
  * d/p/fix-ftbfs-non-linux.patch: Pass extra parameters to the linker, that
    should fix the FTBFS on non-linux architectures

 -- Laurent Bigonville <bigon@debian.org>  Fri, 11 Dec 2020 09:40:52 +0100

json-glib (1.6.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/watch: Only watch for stable versions again
  * Release to unstable

 -- Simon McVittie <smcv@debian.org>  Mon, 14 Sep 2020 09:52:12 +0100

json-glib (1.5.2-1) experimental; urgency=medium

  * Team upload
  * d/watch: Watch for development versions
  * New upstream release
    - The library now has versioned symbols, avoiding collisions with
      other JSON libraries. (Closes: #966399)
    - Fix error detection when converting integers to GVariant
      (LP: #1871023)
  * d/libjson-glib-1.0-0.symbols: Update
  * Update dependencies as per meson.build
  * Update Meson parameter name for gtk-doc documentation
  * Bump dependency for all symbols to 1.5.2 due to introduction of
    versioned symbols
  * d/tests/build: Remove support for ancient autopkgtest versions.
    AUTOPKGTEST_TMP is now required to be set, and we do not fall back
    to the deprecated ADTTMP.
  * d/tests/build: Silence a shellcheck warning
  * d/tests/build: Use correct compiler for proposed autopkgtest
    cross-architecture testing support (Closes: #946490)
  * d/tests/build: Mark as superficial
  * d/libjson-glib-1.0-0.symbols: Add Build-Depends-Package.
    This lets Build-Depends: libjson-glib-dev (>= x.y) translate into a
    runtime dependency on at least libjson-glib-1.0-0 (>= x.y), even if no
    new symbols are used.
  * Standards-Version: 4.5.0 (no changes required)
  * Normalize order of dependency lists (wrap-and-sort -a)
  * Normalize order of installed file lists (wrap-and-sort -a)
  * Remove migration path from legacy -dbg package older than oldstable
  * Add installed-tests to -dev package, and run them from autopkgtest.
    Next time there is an ABI break we could split these into a
    libjson-glib-tests package, but it doesn't seem worth going through
    NEW for that.
    - Install tests and metadata in a multiarch directory. Otherwise we
      won't be multiarch-friendly.
  * Use debhelper compat level 13.
    - Switch from dh_missing --list-missing to the default --fail-missing.
    - Keep the ${libexecdir} set to /usr/lib/MULTIARCH, to avoid the
      installed-tests in the -dev package becoming non-multiarch-friendly.
  * d/shlibs.local: Generate lockstep dependencies between binary packages.
    This avoids various possible situations with broken partial upgrades.

 -- Simon McVittie <smcv@debian.org>  Mon, 07 Sep 2020 12:08:44 +0100

json-glib (1.4.4-2) unstable; urgency=medium

  * Add -Wl,-O1 to our LDFLAGS
  * Bump Standards-Version to 4.3.0

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 27 Dec 2018 10:15:42 -0500

json-glib (1.4.4-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Update debian/gbp.conf
  * Drop patches applied in new release:
    - 0001-Add-float-comparison-utility-macros-for-tests.patch
    - 0002-Use-fuzzy-comparison-for-floating-point-values.patch
    - Make-the-build-reproducible.patch
  * debian/rules:
    - Build with -Dman=true. Starting from 1.4.4 depending on xsltproc is no
      longer enough to build the man pages.
  * debian/control:
    - Bump Standards-Version to 4.2.1
    - Set Rules-Requires-Root to no

 -- Andrea Azzarone <andrea.azzarone@canonical.com>  Wed, 10 Oct 2018 03:54:00 +0000

json-glib (1.4.2-4) unstable; urgency=medium

  * Team upload

  [ Jeremy Bicha ]
  * Update Vcs fields for migration to https://salsa.debian.org/
  * Bump debhelper compat to 11

  [ Simon McVittie ]
  * d/p/Make-the-build-reproducible.patch:
    Apply patch from Chris Lamb to make json-enum-types.h reproducible
    (Closes: #882383) and multi-arch co-installable (Closes: #897341)
  * d/tests: Add a trivial compile/link/run autopkgtest
  * Bump Standards-Version to 4.1.4

 -- Simon McVittie <smcv@debian.org>  Tue, 01 May 2018 16:18:06 +0100

json-glib (1.4.2-3) unstable; urgency=medium

  * Update Vcs fields for conversion to git
  * Add debian/gbp.conf
  * Bump Standards-Version to 4.1.2

 -- Jeremy Bicha <jbicha@debian.org>  Fri, 15 Dec 2017 18:28:10 -0500

json-glib (1.4.2-2) unstable; urgency=medium

  * Use fuzzy comparisons for floating point values. (Closes: #880702)
    Patches cherry-picked from upstream Git.

 -- Michael Biebl <biebl@debian.org>  Sat, 04 Nov 2017 19:19:24 +0100

json-glib (1.4.2-1) unstable; urgency=medium

  * New upstream release
  * Switch to meson build system
  * Update symbols file for libjson-glib-1.0-0.symbols with new additions.
    The json_serialize_pspec and json_deserialize_pspec symbols have been
    dropped, but those were privat.
  * Use dh_missing to list uninstalled files
  * Use Files-Excluded in debian/copyright to exclude non-free RFCs
  * Bump Standards-Version to 4.1.1

 -- Michael Biebl <biebl@debian.org>  Fri, 03 Nov 2017 22:34:21 +0100

json-glib (1.2.8-1) unstable; urgency=medium

  * New upstream release.

 -- Andreas Henriksson <andreas@fatal.se>  Sun, 02 Jul 2017 08:37:21 +0200

json-glib (1.2.6-1) unstable; urgency=medium

  * New upstream release.
  * Re-add gnome-get-source.mk include.
  * Drop private symbols for the custom marshaller. Upstream now uses the
    generic one provided by GLib.

 -- Michael Biebl <biebl@debian.org>  Thu, 16 Mar 2017 20:01:26 +0100

json-glib (1.2.2-1) unstable; urgency=medium

  * New upstream release.
  * Convert from cdbs to dh.
  * Bump Standards-Version to 3.9.8.
  * Drop dbg package now that we have automatic dbgsym packages.
  * Ensure proper upgrade from libjson-glib-1.0-0-dbg to new dbgsym packages
    by using dh_strip --dbgsym-migration. Bump Build-Depends on debhelper
    accordingly.

 -- Michael Biebl <biebl@debian.org>  Sun, 07 Aug 2016 15:25:15 +0200

json-glib (1.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 3.9.7
  * Drop debian/patches/0001-tests-builder-Don-t-duplicate-test-names.patch
    - merged upstream.
  * Updated debian/libjson-glib-1.0-0.symbols with many additions.

 -- Andreas Henriksson <andreas@fatal.se>  Thu, 24 Mar 2016 16:26:57 +0100

json-glib (1.0.4-2) unstable; urgency=medium

  [ Michael Biebl ]
  * Drop obsolete Conflicts/Replaces.

  [ Iain Lane ]
  * debian/patches/0001-tests-builder-Don-t-duplicate-test-names.patch:
    Cherry-pick. Don't duplicate test names, so as not to fail to build with
    glib 2.46.
  * debian/rules: Run testsuite verbosely

 -- Iain Lane <laney@debian.org>  Fri, 02 Oct 2015 12:18:23 +0100

json-glib (1.0.4-1) unstable; urgency=medium

  * New upstream relese.
  * Wrap dependencies.
  * Install typelib files into multiarch paths.
  * Mark gir and dev packages as Multi-Arch: same and the doc package as
    Multi-Arch: foreign.
  * Update Homepage: URL.
  * Update debian/copyright using the machine-readable copyright format 1.0.
  * Bump Standards-Version to 3.9.6.
  * Install upstream provided man pages via .install file.
  * Mark private symbols for the marshaller as (optional).

 -- Michael Biebl <biebl@debian.org>  Sat, 23 May 2015 15:58:02 +0200

json-glib (1.0.2-1) unstable; urgency=medium

  [ Andreas Henriksson ]
  * Drop sledge-hammer and bump dh compat to 9
    - This fixes the -dbg vs multiarch issues
    Thanks to Julien Cristau for the hint.
  * New upstream release.

  [ Colin Watson ]
  * use dh-autoreconf for better new-port coverage (Closes: #732301)

 -- Andreas Henriksson <andreas@fatal.se>  Sun, 13 Jul 2014 15:50:01 +0200

json-glib (1.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump glib build-dependency to 2.37.6 according to configure.ac
  * Switch DEB_MAKE_CHECK_TARGET from "test" to "check".
    - make test doesn't exist (anymore?).
  * Build-depend on libxml2-utils and xsltproc for manpage generation.
  * Bump Standards-Version to 3.9.5
  * Bump gtk-doc-tools build-dependency to >= 1.20 according to configure.ac
  * Update debian/libjson-glib-1.0-0.symbols with added symbols.
  * Add json-glib-tools package.
  * Use sledge-hammer on -dbg package because of multiarch.
    - we don't need debug info for the trivial binaries in -tools.

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 25 Mar 2014 15:42:46 +0100

json-glib (0.16.2-1) unstable; urgency=low

  [ Jeremy Bicha ]
  * Update homepage

  [ Andreas Henriksson ]
  * New upstream release

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 24 Sep 2013 18:43:37 +0200

json-glib (0.16.0-1) unstable; urgency=low

  [ Michael Biebl ]
  * Change section of gir1.2-json-1.0 to introspection.

  [ Josselin Mouette ]
  * Update repository URL.

  [ Laurent Bigonville ]
  * New upstream release
    - Bump libglib2.0-dev build-dependency to 2.34.0
    - debian/libjson-glib-1.0-0.symbols: Adjust .symbols file, the dropped
      symbols were not part of the public API
  * debian/control.in:
    - Bump Standards-Version to 3.9.4 (no further changes)
    - Use canonical URL's for VCS fields
  * debian/rules: Use DEB_LDFLAGS_MAINT_APPEND instead of LDFLAGS and include
    buildflags.mk to avoid overriding hardening flags
  * Add libjson-glib-1.0-common package: Upstream is now shipping translations

 -- Laurent Bigonville <bigon@debian.org>  Tue, 18 Jun 2013 18:43:18 +0200

json-glib (0.14.2-1) unstable; urgency=low

  * New upstream release
  * Add multiarch support
  * debian/watch: Switch to .xz tarballs

 -- Laurent Bigonville <bigon@debian.org>  Thu, 17 Nov 2011 12:14:08 +0100

json-glib (0.14.0-1) unstable; urgency=low

  * New upstream release: Translation updates only.

 -- Martin Pitt <mpitt@debian.org>  Mon, 19 Sep 2011 17:21:39 +0200

json-glib (0.13.90-1) unstable; urgency=low

  * New upstream release.
  * Drop 0001-Fix-GVariant-creation-on-some-architectures-bug-6504.patch:
    Applied upstream.

 -- Martin Pitt <mpitt@debian.org>  Mon, 12 Sep 2011 09:08:07 +0200

json-glib (0.13.4-2) unstable; urgency=low

  * Rename gir1.2-json-glib-1.0 package to gir1.2-json-1.0 to follow policy
  * d/p/0001-Fix-GVariant-creation-on-some-architectures-bug-6504.patch:
    Fix FTBFS on some architectures (Closes: #632823)

 -- Laurent Bigonville <bigon@debian.org>  Wed, 06 Jul 2011 15:46:43 +0200

json-glib (0.13.4-1) unstable; urgency=low

  * New upstream release. (Thanks to Ted Gould <ted@ubuntu.com>)
    - Fixes for removal of G_CONST_RETURN
  * debian/libjson-glib-1.0-0.symbols: Update for 0.13.4
  * debian/watch: Switch to .bz2 tarballs

 -- Laurent Bigonville <bigon@debian.org>  Tue, 21 Jun 2011 16:29:02 +0200

json-glib (0.13.2-1) unstable; urgency=low

  * New upstream release
  * Put under Debian GNOME Maintainers maintenance
  * debian/control.in:
    - Fix gir1.2-json-glib-1.0 short descrition (Closes: #589085)
    - Drop duplicate Sections to please lintian
    - Make libjson-glib-dev package depends against gir1.2-json-glib-1.0
    - Bump cdbs and debhelper build-dependencies
    - Bump Standards-Version to 3.9.2 (no further changes)
    - Add Homepage and Vcs- fields
  * debian/rules:
    - Add include uploaders.mk and gnome-get-source.mk
    - Rely on cdbs to call dh_girepository
    - Run regression tests during build (Closes: #583554)
    - Bump shlibs file automatically since we are using .symbols file
  * Switch to dpkg-source 3.0 (quilt) format
  * debian/libjson-glib-1.0-0.symbols: Add .symbols file (Closes: #611184)
  * debian/watch: Add watch file
  * debian/copyright: Update download URL (Closes: #589087)

 -- Laurent Bigonville <bigon@debian.org>  Wed, 18 May 2011 15:01:29 +0200

json-glib (0.12.0-3) unstable; urgency=low

  * Upload to unstable

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 23 Mar 2011 22:20:28 +0000

json-glib (0.12.0-2) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * Update to the new gir policy:
    - Rename gir1.0-json-glib-1.0 to gir1.2-json-glib-1.0.
    - Bump the gobject-introspection build dependency.
    - Build depend on gir1.2 packages.

  [ Sjoerd Simons ]
  * Also add Replaces for gir1.0-json-glib-1.0

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 12 Dec 2010 16:12:34 +0000

json-glib (0.12.0-1) experimental; urgency=low

  * New upstream release

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 27 Nov 2010 21:08:06 +0000

json-glib (0.10.2-2) unstable; urgency=low

  * Enable GObject introspection

 -- Rob Bradford <robster@debian.org>  Tue, 16 Mar 2010 06:07:32 +0000

json-glib (0.10.2-1) unstable; urgency=low

  * New upstream release

 -- Rob Bradford <robster@debian.org>  Mon, 15 Mar 2010 15:44:13 +0000

json-glib (0.8.0-1) unstable; urgency=low

  * New upstream release (Closes: #547673)
  * Fix documentation symlink (Closes: #532712)

 -- Ross Burton <ross@debian.org>  Mon, 28 Sep 2009 13:20:19 +0100

json-glib (0.6.2-3) unstable; urgency=low

  * Fix the name of the library .install file to match that of the library.
    (closes: #486574)

 -- Rob Bradford <robster@debian.org>  Tue, 17 Jun 2008 17:49:36 +0100

json-glib (0.6.2-2) unstable; urgency=low

  * Change binary package name for main library binary package to more closely
    represent soname.

 -- Rob Bradford <robster@debian.org>  Mon, 09 Jun 2008 11:56:12 +0100

json-glib (0.6.2-1) unstable; urgency=low

  * New upstream release.
  * Include note in debian/copyright about GFDL licensed docs.

 -- Rob Bradford <robster@debian.org>  Fri, 23 May 2008 14:06:09 +0100

json-glib (0.6.0-1) unstable; urgency=low

  * New upstream release.

 -- Emmanuele Bassi <ebassi@openedhand.com>  Thu, 01 May 2008 15:22:36 +0100