0b21d7db441c7b6af4dd1e2f2e9b1b00ddaa7e85
[external/glib2.0.git] / debian / changelog
1 glib2.0 (2.24.0-3slp2) unstable; urgency=low
2
3   * Remove udeb from debian/control file
4
5  -- Eunok Kim <eunok26.kim@samsung.com>  Fri, 11 Jun 2010 22:26:36 +0900
6
7 glib2.0 (2.24.0-2slp2) unstable; urgency=low
8
9   * Package version update
10
11  -- Eunok Kim <eunok26.kim@samsung.com>  Fri, 11 Jun 2010 10:41:29 +0900
12
13 glib2.0 (2.24.0-1slp2) unstable; urgency=low
14
15   * Update glib2.0 to 2.24.0
16
17  -- Eunok Kim <eunok26.kim@samsung.com>  Thu, 10 Jun 2010 15:45:32 +0900
18
19 glib2.0 (2.22.3-3slp2) unstable; urgency=low
20
21   * Changing verion naming rul
22
23  -- Boram Park <boram1288.park@samsung.com>  Wed, 24 Mar 2010 21:33:16 +0900
24
25 glib2.0 (2.22.3-2) unstable; urgency=low
26
27   * Change debian/control.in, debian/rules, debian/libglib2.0-0.install and
28     debian/libglib2.0-dev.links files.
29
30  -- Doyoun Kang <doyoun.kang@samsung.com>  Thu, 10 Dec 2009 16:41:27 +0900
31
32 glib2.0 (2.22.3-1) unstable; urgency=low
33
34   [ Loïc Minier ]
35   * -refdbg package is section/prio debug/extra.
36   * Add note to NOT use -Wl,--as-needed as it might drop a critical -lpthread
37     link in gio (which dlopen()s gvfs); see
38     mid:<1257999019.21780.15.camel@marzipan>.
39
40   [ Sebastian Dröge ]
41   * New upstream bugfix release:
42     + debian/patches/90_mimetype-sorting.patch:
43       - Dropped, merged upstream.
44
45  -- Sebastian Dröge <slomo@debian.org>  Tue, 01 Dec 2009 16:36:30 +0100
46
47 glib2.0 (2.22.2-2) unstable; urgency=low
48
49   * debian/patches/90_mimetype-sorting.patch:
50     + Fix sorting of mimetypes by weight. Highest weight means most
51       important, not the other way around. Patch from upstream GIT.
52
53  -- Sebastian Dröge <slomo@debian.org>  Thu, 08 Oct 2009 18:34:23 +0200
54
55 glib2.0 (2.22.2-1) unstable; urgency=low
56
57   [ Emilio Pozuelo Monfort ]
58   * Move libglib2.0-data to section libs. Closes: #549079.
59
60   [ Sebastian Dröge ]
61   * New upstream bugfix release.
62
63  -- Sebastian Dröge <slomo@debian.org>  Thu, 08 Oct 2009 12:48:51 +0200
64
65 glib2.0 (2.22.1-1) unstable; urgency=low
66
67   * New upstream bugfix release:
68     + debian/patches/10_inotify_init1.patch,
69       debian/patches/30_metadata_symlinks.patch:
70       - Dropped, merged upstream.
71
72  -- Sebastian Dröge <slomo@debian.org>  Wed, 30 Sep 2009 08:17:57 +0200
73
74 glib2.0 (2.22.0-2) unstable; urgency=low
75
76   * Don’t install Python GDB macros for now, they only work with an 
77     experimental GDB branch.
78   * 30_metadata_symlinks.patch: stolen upstream. Get metadata to work 
79     with symbolic links. Closes: #548142.
80
81  -- Josselin Mouette <joss@debian.org>  Wed, 30 Sep 2009 01:02:11 +0200
82
83 glib2.0 (2.22.0-1) unstable; urgency=low
84
85   [ Josselin Mouette ]
86   * Move libglib-2.0.so.0 to /lib so that DeviceKit (and other potential 
87     sources) can work without having /usr mounted.
88   * 11_chmod_symlinks.patch: new patch. Fix potential security issue 
89     when manipulating symlink permissions. Thanks Arand Nash for the 
90     heads up.
91
92   [ Sebastian Dröge ]
93   * New upstream stable release:
94     + debian/patches/11_chmod_symlinks.patch:
95       - Dropped, merged upstream.
96     + debian/libglib2.0-0.symbols,
97       debian/rules:
98       - Update for the new version.
99
100  -- Sebastian Dröge <slomo@debian.org>  Wed, 23 Sep 2009 05:04:37 +0200
101
102 glib2.0 (2.21.6-1) experimental; urgency=low
103
104   [ Josselin Mouette ]
105   * 10_inotify_init1.patch: fall back on inotify_init when inotify_init1 
106     does not work, as happens with kernel versions < 2.6.27.
107     Closes: #544354.
108
109   [ Sebastian Dröge ]
110   * New upstream development release:
111     + debian/libglib2.0-0.symbols:
112       - Update for the new version.
113     + debian/rules:
114       - Update SHVER to 2.21.6.
115   * debian/control.in:
116     + Updated Standards-Version to 3.8.3, no additional changes needed.
117
118  -- Sebastian Dröge <slomo@debian.org>  Sat, 05 Sep 2009 07:15:58 +0200
119
120 glib2.0 (2.21.5-1) experimental; urgency=low
121
122   * New upstream development release:
123     + debian/libglib2.0-0.symbols:
124       - Update for the new version.
125     + debian/rules:
126       - Update SHVER to 2.21.5.
127   * debian/control.in:
128     + Updated Standards-Version to 3.8.2, no additional changes needed.
129
130  -- Sebastian Dröge <slomo@debian.org>  Tue, 25 Aug 2009 18:38:51 +0200
131
132 glib2.0 (2.21.4-1) experimental; urgency=low
133
134   * New upstream development release:
135     + debian/rules:
136       - Include check-dist.mk to prevent accidental uploads to unstable.
137       - Update shlib version to 2.21.4.
138     + debian/libglib2.0-0.symbols:
139       - Update for the API additions.
140   * debian/control.in:
141     + Updated Standards-Version to 3.8.1, no additional changes needed.
142
143  -- Sebastian Dröge <slomo@debian.org>  Tue, 21 Jul 2009 09:35:33 +0200
144
145 glib2.0 (2.20.4-1) unstable; urgency=low
146
147   * New upstream bugfix release.
148
149  -- Sebastian Dröge <slomo@debian.org>  Sat, 27 Jun 2009 09:56:08 +0200
150
151 glib2.0 (2.20.3-1) unstable; urgency=low
152
153   [ Josselin Mouette ]
154   * Only build the libgio-fam package for hurd and kfreebsd, it is 
155     totally useless under Linux.
156   * Make it recommend gamin for kqueue support.
157   * Make libgamin-dev the primary build-dependency. Closes: #526219.
158
159   [ Sebastian Dröge ]
160   * New upstream bugfix release.
161
162  -- Sebastian Dröge <slomo@debian.org>  Mon, 01 Jun 2009 15:35:40 +0200
163
164 glib2.0 (2.20.1-2) unstable; urgency=low
165
166   * Add refdbg package: libglib2.0-0-refdbg. (Closes: #525915)
167
168  -- Jonny Lamb <jonny@debian.org>  Tue, 28 Apr 2009 15:11:27 +0100
169
170 glib2.0 (2.20.1-1) unstable; urgency=low
171
172   * New upstream bugfix release: 
173     + 10_log_valist.patch, dropped.
174
175  -- Sebastian Dröge <slomo@debian.org>  Sat, 11 Apr 2009 17:00:43 +0200
176
177 glib2.0 (2.20.0-3) unstable; urgency=low
178
179   * Fix debug package section.
180   * 10_log_valist.patch: new patch, stolen upstream. Copy a va_list 
181     before using it twice. Closes: #520484.
182
183  -- Josselin Mouette <joss@debian.org>  Thu, 09 Apr 2009 20:11:52 +0200
184
185 glib2.0 (2.20.0-2) unstable; urgency=low
186
187   * Remove 02_usr_share_gnome_applications.patch, now gnome-session sets 
188     XDG_DATA_DIRS accordingly.
189
190  -- Josselin Mouette <joss@debian.org>  Thu, 19 Mar 2009 22:59:34 +0100
191
192 glib2.0 (2.20.0-1) unstable; urgency=low
193
194   * New upstream stable release.
195   * Upload to unstable, remove check-dist include.
196     This won't block any transitions because of symbol files.
197   * debian/libglib2.0-0.symbols,
198     debian/rules:
199     + Update for the API changes.
200
201  -- Sebastian Dröge <slomo@debian.org>  Sat, 14 Mar 2009 10:53:26 +0100
202
203 glib2.0 (2.19.10-1) experimental; urgency=low
204
205   * New upstream development release.
206
207  -- Sebastian Dröge <slomo@debian.org>  Mon, 02 Mar 2009 16:04:08 +0100
208
209 glib2.0 (2.19.8-2) experimental; urgency=low
210
211   * debian/patches/01_gettext-desktopfiles.patch,
212     debian/patches/02_gettext-desktopfiles-ubuntu.patch:
213     + Updated from the Ubuntu package, thanks to Martin Pitt for the changes:
214       - 01_gettext-desktopfiles.patch: Merge OpenSUSE's and our patch:
215         - Now prefers inline translations over gettext translations, which
216           fixes a few corner cases (like renaming .desktop files on the
217           user's desktop), is more in line with the recent gconf patch,
218           and more palatable for upstream inclusion.
219         - Use X-GNOME-Gettext-Domain, for preparing upstream inclusion.
220         - Forwarded upstream now.
221       - Add 02_gettext-desktopfiles-ubuntu.patch: Provide backwards
222         compatibility for 01_gettext-desktopfiles.patch for
223         X-{Debian,Ubuntu}-Gettext-Domain. The latter was changed to use
224         X-GNOME-, so this is necessary until all our .desktop files are
225         converted.
226
227  -- Sebastian Dröge <slomo@debian.org>  Tue, 24 Feb 2009 16:08:05 +0100
228
229 glib2.0 (2.19.8-1) experimental; urgency=low
230
231   * New upstream development release.
232
233  -- Sebastian Dröge <slomo@debian.org>  Fri, 20 Feb 2009 10:38:44 +0100
234
235 glib2.0 (2.19.7-1) experimental; urgency=low
236
237   * New development release
238
239  -- Gustavo Noronha Silva <kov@debian.org>  Tue, 17 Feb 2009 01:43:04 -0300
240
241 glib2.0 (2.19.6-1) experimental; urgency=low
242
243   * New development release
244   * debian/libglib2.0-0.symbols:
245   - updated with new symbols
246
247  -- Gustavo Noronha Silva <kov@debian.org>  Sun, 15 Feb 2009 23:58:22 -0300
248
249 glib2.0 (2.18.4-2) unstable; urgency=low
250
251   * Release to unstable
252   * debian/rules:
253   - bump SHVER, since we are already forcing a 2.18.0 dependecy on the
254     symbols introduced in the development versions
255   * debian/control.in:
256   - added Homepage and Vcs-* control fields
257
258  -- Gustavo Noronha Silva <kov@debian.org>  Sun, 15 Feb 2009 13:00:43 -0300
259
260 glib2.0 (2.18.4-1) experimental; urgency=low
261
262   [ Josselin Mouette ]
263   * 04_homedir_env.patch: new patch. Handle the G_HOME environment 
264     variable, to override the passwd entry. This will allow to fix 
265     various kinds of build failures due to restricted build 
266     environments.
267
268   [ Sebastian Dröge ]
269   * New upstream bugfix release.
270
271  -- Sebastian Dröge <slomo@debian.org>  Sat, 10 Jan 2009 14:21:55 +0100
272
273 glib2.0 (2.18.3-1) experimental; urgency=low
274
275   * New upstream bugfix release.
276
277  -- Sebastian Dröge <slomo@debian.org>  Mon, 24 Nov 2008 10:07:47 +0100
278
279 glib2.0 (2.18.2-1) experimental; urgency=low
280
281   [ Loic Minier ]
282   * Suffix the Debian specific pcre bdep with "~" to allow backports and make
283     lintian happy.
284   * Update doc-base entries for new doc-base secttions: use Programming/C
285     instead of Apps/Programming.
286   * Use uppercase GNOME in doc-base description of glib.
287   * Recommend shared-mime-info for content-type guessing API; see
288     GNOME #554563.
289   * Pass -k to make check.
290
291   [ Sebastian Dröge ]
292   * New upstream bugfix release.
293
294  -- Sebastian Dröge <slomo@debian.org>  Sun, 19 Oct 2008 13:26:48 +0200
295
296 glib2.0 (2.18.1-1) experimental; urgency=low
297
298   * New upstream bugfix release.
299   * debian/libglib2.0-0.symbols:
300     + Updated all 2.17 symbols to 2.18.0 to get dependencies on the stable
301       versions.
302
303  -- Sebastian Dröge <slomo@debian.org>  Sun, 21 Sep 2008 15:31:15 +0200
304
305 glib2.0 (2.18.0-1) experimental; urgency=low
306
307   * New upstream stable release, with API addition.
308     - Update symbols file for new g_object_get_type() symbol and drop
309       g_slice_debug_tree_statistics() which shouldn't have been exported in
310       the first place.
311     - Refresh patches 01_gettext-desktopfiles,
312       02_usr_share_gnome_applications, and 03_blacklist-directories to apply
313       cleanly.
314
315  -- Loic Minier <lool@dooz.org>  Wed, 03 Sep 2008 00:51:29 +0200
316
317 glib2.0 (2.17.7-1) experimental; urgency=low
318
319   * New upstream development release, the new API might still change:
320     + debian/rules,
321       debian/libglib2.0-0.symbols:
322       - Updated for the new symbols.
323
324  -- Sebastian Dröge <slomo@debian.org>  Mon, 18 Aug 2008 16:04:30 +0200
325
326 glib2.0 (2.17.6-1) experimental; urgency=low
327
328   * New upstream development release, the new API might still change:
329     + debian/rules,
330       debian/libglib2.0-0.symbols:
331       - Updated for the new symbols.
332
333  -- Sebastian Dröge <slomo@debian.org>  Mon, 04 Aug 2008 19:54:44 +0200
334
335 glib2.0 (2.17.4-1) experimental; urgency=low
336
337   [ Loic Minier ]
338   * List back m68k in arches where we could make the testsuite fatal,
339     following the update on GNOME #481575.
340   * Document why testsuite is currently completely disabled (fails when
341     there's no writable $HOME).
342
343   [ Sebastian Dröge ]
344   * New upstream development release, the new API might still change:
345     + debian/rules,
346       debian/libglib2.0-0.symbols:
347       - Updated for the new symbols.
348     + debian/patches/90_gio-nautilus-crash.patch:
349       - Dropped, merged upstream.
350
351  -- Sebastian Dröge <slomo@debian.org>  Tue, 22 Jul 2008 11:17:05 +0200
352
353 glib2.0 (2.17.3-2) experimental; urgency=low
354
355   * debian/patches/90_gio-nautilus-crash.patch:
356     + Patch from upstream SVN to fix a crash in nautilus 2.22.
357
358  -- Sebastian Dröge <slomo@debian.org>  Sat, 05 Jul 2008 16:57:05 +0200
359
360 glib2.0 (2.17.3-1) experimental; urgency=low
361
362   * New upstream development release, the new API might still change:
363     + debian/rules,
364       debian/libglib2.0-0.symbols:
365       - Updated for the new symbols.
366   * debian/control.in:
367     + Updated Standards-Version to 3.8.0, no additional changes needed.
368
369  -- Sebastian Dröge <slomo@debian.org>  Thu, 03 Jul 2008 11:21:17 +0200
370
371 glib2.0 (2.17.2-1) experimental; urgency=low
372
373   * New upstream development release, the new API might still change:
374     + debian/rules,
375       debian/libglib2.0-0.symbols:
376       - Updated for the new symbols.
377
378  -- Sebastian Dröge <slomo@debian.org>  Tue, 17 Jun 2008 09:18:10 +0200
379
380 glib2.0 (2.17.0-1) experimental; urgency=low
381
382   [ Josselin Mouette ]
383   * debian/rules: don't compress .sgml and .devhelp files.
384
385   [ Loic Minier ]
386   * Fix broken second dh_strip invocation which was not only acting on the
387     udeb but also on binary packages (-s -pUDEB should have been -pUDEB).
388
389   [ Sebastian Dröge ]
390   * New upstream development release, the new API might still change.
391   * debian/rules:
392     + Include check-dist.mk to prevent accidental uploads to unstable.
393     + Bump SHVER to 2.17.0.
394     + Pass -c4 to dh_makeshlibs.
395   * debian/libglib2.0-0.symbols:
396     + Update symbols.
397
398  -- Sebastian Dröge <slomo@debian.org>  Wed, 28 May 2008 10:40:30 +0200
399
400 glib2.0 (2.16.3-2) unstable; urgency=low
401
402   * debian/rules: Don't add the debug symbols of the udeb in the -dbg package.
403     Makes the debugging info actually usefull again (Closes: #468093)
404
405  -- Sjoerd Simons <sjoerd@debian.org>  Fri, 11 Apr 2008 22:58:03 +0200
406
407 glib2.0 (2.16.3-1) unstable; urgency=low
408
409   [ Sjoerd Simons ]
410   * debian/patches/70_g_timeout_seconds_fix.patch
411     + Added. Fix a rare case where a timeout from g_timeout_add_seconds() is
412     never triggered. See http://bugzilla.gnome.org/show_bug.cgi?id=448943
413
414   [ Sebastian Dröge ]
415   * New upstream bugfix release:
416     + debian/patches/70_g_timeout_seconds_fix.patch:
417       - Dropped, merged upstream.
418
419  -- Sebastian Dröge <slomo@debian.org>  Tue, 08 Apr 2008 12:02:07 +0200
420
421 glib2.0 (2.16.2-1) unstable; urgency=low
422
423   [ Loic Minier ]
424   * Drop nautilus conflicts as it triggers a bug in the APT resolver on
425     dist-upgrade.
426   * Update patch 01_gettext-desktopfiles with a newer version taken from the
427     Ubuntu package.
428   * Update and enable patch 01_gettext-desktopfiles to also look for
429     X-Debian-Gettext-Domain if X-Ubuntu-Gettext-Domain isn't present.
430
431   [ Sebastian Dröge ]
432   * New upstream bugfix release:
433     + Fixes FTBFS on hurd/i386 (Closes: #472129).
434     + debian/patches/04_nfs4.patch,
435       debian/patches/80_static-mutex-aliasing-warnings.patch,
436       debian/patches/81_c99-inline-warnings.patch:
437       - Dropped, merged upstream.
438
439  -- Sebastian Dröge <slomo@debian.org>  Tue, 01 Apr 2008 07:40:48 +0200
440
441 glib2.0 (2.16.1-2) unstable; urgency=low
442
443   [ Josselin Mouette ]
444   * 02_usr_share_gnome_applications.patch: ported from GnomeVFS. Use 
445     /usr/share/gnome/applications/defaults.list to obtain the defaults 
446     for MIME mapping. Currently this file is still shipped by GnomeVFS.
447     Closes: #469504.
448   * 03_blacklist-directories.patch: ported from GnomeVFS. Blacklist more 
449     FHS directories that are commonly found as Unix mount points, 
450     including those necessary for live-initramfs.
451   * 04_nfs4.patch: ported from GnomeVFS. Support for nfs4 filesystems.
452
453   [ Sebastian Dröge ]
454   * 80_static-mutex-aliasing-warnings.patch: Prevent warnings about
455     breaking strict-aliasing rules when using G_LOCK().
456     See http://bugzilla.gnome.org/show_bug.cgi?id=316221
457   * 81_c99-inline-warnings.patch: Fix warnings when using G_INLINE_FUNC
458     in C99 mode (Closes: #470796).
459     See http://bugzilla.gnome.org/show_bug.cgi?id=522292
460   * Don't ship the old changelogs and news to save some space.
461
462  -- Sebastian Dröge <slomo@debian.org>  Fri, 14 Mar 2008 10:13:09 +0100
463
464 glib2.0 (2.16.1-1) unstable; urgency=low
465
466   * New upstream bugfix release.
467
468  -- Sebastian Dröge <slomo@debian.org>  Tue, 11 Mar 2008 04:41:30 +0100
469
470 glib2.0 (2.16.0-1) unstable; urgency=low
471
472   * New upstream stable release:
473     + debian/rules:
474       - Update shlibs version to 2.16.0.
475       - Drop check-dist include, upload to unstable.
476     + debian/libglib2.0-0.symbols:
477       - Updated symbols for the new version.
478
479  -- Sebastian Dröge <slomo@debian.org>  Mon, 10 Mar 2008 19:23:55 +0100
480
481 glib2.0 (2.15.6-1) experimental; urgency=low
482
483   * New upstream release:
484     + debian/rules:
485       - Update shlibs version to 2.15.6.
486     + debian/libglib2.0-0.symbols:
487       - Updated symbols for the new version.
488
489  -- Sebastian Dröge <slomo@debian.org>  Tue, 26 Feb 2008 06:22:28 +0100
490
491 glib2.0 (2.15.5-1) experimental; urgency=low
492
493   * New upstream release:
494     + debian/patches/02_fam-helper.patch:
495       - Dropped, merged upstream.
496     + debian/patches/60_wait-longer-for-threads-to-die.patch:
497       - Updated to apply cleanly again.
498     + debian/libglib2.0-0.symbols:
499       - Update symbols for 2.15.5.
500
501  -- Sebastian Dröge <slomo@debian.org>  Tue, 12 Feb 2008 06:08:39 +0100
502
503 glib2.0 (2.15.4-1) experimental; urgency=low
504
505   [ Loic Minier ]
506   * Add a gio gtk-doc symlink.
507   * Add a doc-base file for gio.
508
509   [ Sebastian Dröge ]
510   * New upstream release:
511     + debian/libglib2.0-0.symbols:
512       - Update symbols for 2.15.4.
513     + debian/rules:
514       - Update API version to 2.15.4.
515   * debian/patches/02_fam-helper.patch:
516     + Fix build failure when building with FAM and not gamin. See BGO #509419
517       and BGO #512384 for more details.
518
519  -- Sebastian Dröge <slomo@debian.org>  Tue, 29 Jan 2008 12:14:08 +0100
520
521 glib2.0 (2.15.3-1) experimental; urgency=low
522
523   * New upstream release.
524   * debian/rules,
525     debian/libglib2.0-0.symbols:
526     + Update shlibs and all unstable symbols to 2.15.3.
527
528  -- Sebastian Dröge <slomo@debian.org>  Tue, 22 Jan 2008 11:54:42 +0100
529
530 glib2.0 (2.15.2-3) experimental; urgency=low
531
532   [ Loic Minier ]
533   * Bump up dpkg-dev build-dep to >= 1.14.13 for Build-Depends-Package; thanks
534     Raphaël Hertzog.
535   * Drop duplicate dpkg-dev bdep.
536   * Let libglib2.0-dev depends on ${shlibs:Depends}; thanks Niko Tyni.
537
538   [ Sebastian Dröge ]
539   * debian/libgio-fam.install:
540     + Fix path where we install the GIO FAM plugin. It shouldn't be
541       /usr/lib/gio/gio but /usr/lib/gio. Thanks to Sedat Dilek for reporting.
542
543  -- Sebastian Dröge <slomo@debian.org>  Mon, 21 Jan 2008 08:58:33 +0100
544
545 glib2.0 (2.15.2-2) experimental; urgency=low
546
547   * debian/rules:
548     + Disable selinux for the udeb until we have a libselinux1 udeb.
549
550  -- Sebastian Dröge <slomo@debian.org>  Thu, 17 Jan 2008 11:50:11 +0100
551
552 glib2.0 (2.15.2-1) experimental; urgency=low
553
554   [ Sebastian Dröge ]
555   * New upstream development release, the new API may still change
556     incompatibly; API additions:
557     + Drop patch 67_gcc43-inline.patch, merged upstream.
558   * Include check-dist again to prevent accidental uploads to unstable.
559   * Disable testsuite for now.
560   * Bump shlibs to 2.15.2.
561   * Add build dependencies for GIO and add libgio-fam package that contains
562     a GIO file/directory monitoring module that uses fam.
563   * debian/rules,
564     debian/libglib2.0-0.symbols,
565     debian/control.in:
566     + Add a symbol file for GLib, generated from 2.12.4, 2.14.3, 2.15.2.
567       This is handled by dh_makeshlibs. Require dpkg-dev (>= 1.14.8) for this.
568   * debian/control.in:
569     + Recommend python on the -dev package for the gtester-report utility.
570   * debian/shlibs.local:
571     + Dropped as pcre is fixed now since 7.4-1 (Closes: #450796).
572
573   [ Loic Minier ]
574   * Build-dep on gtk-doc-tools to prevent a spurious warning from
575     gtk-doc.make: "/bin/sh: line 11: test: !=: unary operator expected".
576   * Build udeb against system pcre again (now that it provides an udeb); bump
577     up libpcre build-dep to >= 7.4-1 (Closes: #443067).
578
579  -- Sebastian Dröge <slomo@debian.org>  Tue, 15 Jan 2008 15:30:20 +0100
580
581 glib2.0 (2.14.4-2) unstable; urgency=low
582
583   * debian/rules:
584     + Make testsuite failures on sparc non-fatal too as the
585       threadpool-test fails there too, most probably of some
586       timing related bug. See BGO #481573.
587
588  -- Sebastian Dröge <slomo@debian.org>  Thu, 29 Nov 2007 11:45:57 +0100
589
590 glib2.0 (2.14.4-1) unstable; urgency=low
591
592   [ Loic Minier ]
593   * Fix disabled patch name 01_gettext-desktopfiles in series.
594
595   [ Josselin Mouette ]
596   * Conflict against nautilus < 2.20 according to
597     http://bugzilla.gnome.org/show_bug.cgi?id=440988#c182
598
599   [ Sebastian Dröge ]
600   * New upstream bugfix release.
601
602  -- Sebastian Dröge <slomo@debian.org>  Sun, 25 Nov 2007 14:37:34 +0100
603
604 glib2.0 (2.14.3-1) unstable; urgency=high
605
606   [ Sebastian Dröge ]
607   * debian/shlibs.local:
608     + Override libpcre3's shlibs to require at least pcre 7.2 (See: #449289).
609
610   [ Loic Minier ]
611   * New upstream stable release; bug fixes and security update.
612     - SECURITY: Update the internal copy of PCRE to 7.4, fixes CVE-2007-4767;
613       the internal copy is used for the udeb.
614     - Drop relibtoolizing patch, 70_relibtoolize, as upstream prepared this
615       tarball with libtool 1.5.24.
616
617  -- Loic Minier <lool@dooz.org>  Sat, 10 Nov 2007 19:59:04 +0100
618
619 glib2.0 (2.14.2-1) unstable; urgency=low
620
621   * Add GNOME bug id to 70_relibtoolize.
622   * New upstream stable release; no API change.
623   * Add lpia to the list of arches on which testsuite failures are fatal.
624
625  -- Loic Minier <lool@dooz.org>  Wed, 17 Oct 2007 17:19:16 +0200
626
627 glib2.0 (2.14.1-5) unstable; urgency=low
628
629   * Add a relibtoolizing patch, 70_relibtoolize, to get some hurd-i386 fixes
630     in libtool; see Debian #445001.
631
632  -- Loic Minier <lool@dooz.org>  Sun, 07 Oct 2007 16:52:44 +0200
633
634 glib2.0 (2.14.1-4) unstable; urgency=low
635
636   * Document that testsuite failure aren't fatal on m68k due to GNOME #481575.
637   * Disable testsuite on arm, mips, powerpc; see GNOME #481573; mipsel was
638     already disabled because its testsuite results were unknown in
639     experimental.
640   * Document that testsuite failure is disabled on hppa, hurd, kfreebsd-amd64,
641     kfreebsd-i386 due to Debian #428674.
642
643  -- Loic Minier <lool@dooz.org>  Sat, 29 Sep 2007 13:56:18 +0200
644
645 glib2.0 (2.14.1-3) unstable; urgency=medium
646
647   * Only build the standards debs against the system PCRE, i.e. build the udeb
648     against the builtin PCRE until pcre3 provides an udeb.
649
650  -- Loic Minier <lool@dooz.org>  Tue, 18 Sep 2007 21:35:30 +0200
651
652 glib2.0 (2.14.1-2) unstable; urgency=low
653
654   * debian/control.in,
655     debian/rules:
656     + Build against the system PCRE instead of the supplied one.
657
658  -- Sebastian Dröge <slomo@debian.org>  Mon, 17 Sep 2007 09:41:48 +0200
659
660 glib2.0 (2.14.1-1) unstable; urgency=low
661
662   [ Loic Minier ]
663   * Mention I added 90_fix-abi-check-with-debug in 2.14.0-1
664
665   [ Sebastian Dröge ]
666   * New upstream major stable release, without API changes.
667   * debian/patches/90_fix-abi-check-with-debug.patch:
668     + Dropped, merged upstream.
669
670  -- Sebastian Dröge <slomo@debian.org>  Mon, 17 Sep 2007 06:35:29 +0200
671
672 glib2.0 (2.14.0-2) unstable; urgency=low
673
674   * Upload to unstable; drop check-dist include.
675
676  -- Loic Minier <lool@dooz.org>  Tue, 21 Aug 2007 09:05:30 +0200
677
678 glib2.0 (2.14.0-1) experimental; urgency=low
679
680   * Fix double --host/--build flags to configure.
681   * Update patch 67_gcc43-inline to also fix the headers for GCC 4.2.
682   * New upstream major stable release; API additions.
683     - Bump up shlibs to >= 2.14.0.
684     - Drop patch 90_from_svn_fix_missing_pointer_casting, merged upstream.
685     - New patch, 90_fix-abi-check-with-debug, fixes build of testsuite in
686       debug mode; from SVN.
687
688  -- Loic Minier <lool@dooz.org>  Mon, 20 Aug 2007 21:54:07 +0200
689
690 glib2.0 (2.13.7-3) experimental; urgency=low
691
692   * debian/patches/90_from_svn_fix_missing_pointer_casting.patch:
693     - patch from SVN, "fixed missing pointer casts when using atomic ops."
694       (Closes: #434853)
695
696  -- Sebastien Bacher <seb128@debian.org>  Fri, 27 Jul 2007 16:14:13 +0200
697
698 glib2.0 (2.13.7-2) experimental; urgency=low
699
700   * Bump shlibs to 2.13.7.
701
702  -- Loic Minier <lool@dooz.org>  Wed, 25 Jul 2007 16:09:27 +0200
703
704 glib2.0 (2.13.7-1) experimental; urgency=low
705
706   * Drop "libtool_is_fool" snippet patching hardcode_libdir_flag_spec and
707     archive_cmds which is probably dangerous with newer libtools.
708   * Fix flavor name in a comment of debian/rules.
709   * Use -s instead of -a in arch-specific dh_* calls.
710   * New upstream development release; some API additions.
711     - Drop patch 60_output-lines-during-tests, merged upstream.
712   * New patch, 60_wait-longer-for-threads-to-die, to wait 5 seconds instead of
713     one for threads to die in the threadpool test; hopefully fixes hppa and
714     kfreebsd testsuite failures; see #428674 and #431720.
715   * Don't make testsuite failures fatal on hppa; closes: #431720.
716
717  -- Loic Minier <lool@dooz.org>  Thu, 12 Jul 2007 21:37:47 +0200
718
719 glib2.0 (2.13.6-1) experimental; urgency=low
720
721   * Don't pass -L to dh_shlibdeps as the shlibs.local trick is enough and this
722     can result in duplicate deps; closes: #317461.
723   * Set myself as maintainer.
724   * Cleanups.
725   * Make the testsuite failures fatal on arches which passed the testsuite
726     with 2.13.5 in experimental (currently: alpha amd64 arm hppa i386 ia64
727     mips powerpc s390); closes: #291486.
728   * Don't run the testsuite when cross-compiling.
729   * New upstream development release; only API change is to change back the
730     definition of GType for C++ to be gulong.
731
732  -- Loic Minier <lool@dooz.org>  Mon, 02 Jul 2007 10:21:34 +0200
733
734 glib2.0 (2.13.5-1) experimental; urgency=low
735
736   * New upstream release
737    - Bump shlibs to >= 2.13.5, as the API was changed
738
739  -- Marc 'HE' Brockschmidt <he@debian.org>  Tue, 19 Jun 2007 16:14:16 +0200
740
741 glib2.0 (2.13.4-2) experimental; urgency=low
742
743   * New patch, 67_gcc43-inline, fixes FTBFS of apps using glib with GCC 4.3
744     which uses C99 where the meaning of "inline" changed; patch was adapted
745     from patches in GNOME #315437 and Gentoo #156475; closes: #416863.
746
747  -- Loic Minier <lool@dooz.org>  Sat, 16 Jun 2007 18:49:57 +0200
748
749 glib2.0 (2.13.4-1) experimental; urgency=low
750
751   * Also honor parallel=n in DEB_BUILD_OPTIONS.
752   * New upstream release series; these are development releases, the new API
753     may still change incompatibly.
754     - Target at experimental; include check-dist.
755     - Bump up shlibs to >= 2.13.4.
756   * New patch but disabled, 01_gettext-desktopfiles, permits overriding the
757     gettext domain when desktop files have such a field; found in the Ubuntu
758     package.
759
760  -- Loic Minier <lool@dooz.org>  Wed, 13 Jun 2007 10:52:27 +0200
761
762 glib2.0 (2.12.12-1) unstable; urgency=low
763
764   * Fix description of the -dbg package.
765   * New upstream release.
766
767  -- Loic Minier <lool@dooz.org>  Thu, 03 May 2007 19:14:33 +0200
768
769 glib2.0 (2.12.11-3) unstable; urgency=medium
770
771   * Initialize CFLAGS to -Wall -g; pass debian/rules' CFLAGS and LDFLAGS to
772     configure, doh!
773   * Track all stable versions in watch file.
774   * Wrap build-deps and deps.
775   * Add ${misc:Depends}.
776   * New patch 60_output-lines-during-tests, outputs newlines after thousand
777     iterations of the inner-loop of the closures test to avoid the timeout on
778     mips and mipsel buildds.
779
780  -- Loic Minier <lool@dooz.org>  Thu, 12 Apr 2007 16:13:46 +0200
781
782 glib2.0 (2.12.11-2) unstable; urgency=low
783
784   * Run "make check" test suite for the deb flavor except if DEB_BUILD_OPTIONS
785     contains the "nocheck" keyword; ignore failures.
786   * Include the new uploaders.mk from gnome-pkg-tools instead of duplicating
787     its logic; build-dep on gnome-pkg-tools >= 0.11.
788   * Drop useless version computations.
789   * Add support for DEB_BUILD_OPTIONS_PARALLEL.
790   * Upload to unstable; drop check-dist include.
791
792  -- Loic Minier <lool@dooz.org>  Wed, 11 Apr 2007 10:35:43 +0200
793
794 glib2.0 (2.12.11-1) experimental; urgency=medium
795
796   * New upstream release; no API change.
797
798  -- Loic Minier <lool@dooz.org>  Fri,  9 Mar 2007 22:02:25 +0100
799
800 glib2.0 (2.12.10-1) experimental; urgency=low
801
802   * Include the new check-dist Makefile to prevent accidental uploads to
803     unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
804   * New upstream release; no API change.
805     - Rewrite and cleanup the build-system completely to build a set of
806       flavors; drop obsolete targets; drop obsolete files; switch from
807       tar-in-tar and sys-build to regular source and quilt patching;
808       build-depend on quilt; drop DEB_USE_DBS_TARBALL_LAYOUT; create stampdir
809       when necessary; switch from dh_movefiles and dh_installdirs to
810       dh_install.
811     - Drop patch 000_glib-link; merged upstream.
812   * Bump up Debhelper compatibility level to 5.
813   * Only ship README.Debian in libglib2.0-dev.
814   * Empty dependency_libs in the *.la files of libglib2.0-dev.
815   * Override shlibs for the inter-shlibdeps before computing them.
816   * Use >= ${source:Version} and ${binary:Version} for inder-deps; build-dep
817     on dpkg-dev >= 1.13.19.
818   * Fix --dbg-package name.
819   * Use make vars for package names.
820   * Tune udeb description.
821   * Clean /usr/share/doc symlinks generation and move to dh_link generated
822     links.
823   * Cleanup list of invoked dh_* commands.
824
825  -- Loic Minier <lool@dooz.org>  Thu,  8 Mar 2007 18:51:27 +0100
826
827 glib2.0 (2.12.9-2) experimental; urgency=low
828
829   * Bump shlibs to >= 2.12.9.
830   * Avoir overwriting the *.la files of the main build with the *.la files of
831     the udeb build; fixes "old_library" in *.la files; thanks Tim Dijkstra;
832     closes: #297741.
833
834  -- Loic Minier <lool@dooz.org>  Sat, 20 Jan 2007 09:13:40 +0100
835
836 glib2.0 (2.12.9-1) experimental; urgency=low
837
838   * Add a get-orig-source target to retrieve the upstream tarball.
839   * New upstream releases; no API change.
840     - Fixes documentation of g_key_file_set_string_list(); closes: #405028.
841     - Avoids spewing warnings with gcc 2.95; closes: #303124.
842     - Drop patch 009_accept-space-in-key-names; merged and adapted upstream.
843
844  -- Loic Minier <lool@dooz.org>  Wed, 17 Jan 2007 08:55:27 +0100
845
846 glib2.0 (2.12.7-1) experimental; urgency=low
847
848   * New upstream release; no API change; translation updates, bug fixes,
849     build fixes.
850     - Target at experimental for now.
851     - Drop patch 010_restore-old-key-file-syntax-support, merged and adapted
852       upstream.
853
854  -- Loic Minier <lool@dooz.org>  Fri,  5 Jan 2007 12:24:38 +0100
855
856 glib2.0 (2.12.6-2) unstable; urgency=medium
857
858   * New patch, 010_restore-old-key-file-syntax-support, reverts strict group
859     names and key names checks introduced between glib 2.12.4 and 2.12.6;
860     instead of failing, critical warnings are output; updates the relevant
861     tests as well; closes: #404888.
862   * New patch, 009_accept-space-in-key-names, adds support for space in key
863     names (independently of 010_restore-old-key-file-syntax-support); updates
864     and add relevant tests as well; closes: #404888 as well.
865
866  -- Loic Minier <lool@dooz.org>  Sun, 31 Dec 2006 20:43:23 +0100
867
868 glib2.0 (2.12.6-1) unstable; urgency=low
869
870   * New upstream release; no API or ABI change.
871     - Fixes file-type detection in nautilus; closes: #404015.
872
873  -- Loic Minier <lool@dooz.org>  Thu, 21 Dec 2006 09:46:30 +0100
874
875 glib2.0 (2.12.5-3) unstable; urgency=low
876
877   * Upload to unstable.
878
879  -- Loic Minier <lool@dooz.org>  Wed, 20 Dec 2006 17:27:25 +0100
880
881 glib2.0 (2.12.5-2) experimental; urgency=low
882
883   * Upload to unstable.
884
885  -- Loic Minier <lool@dooz.org>  Wed, 20 Dec 2006 08:50:56 +0100
886
887 glib2.0 (2.12.5-1) experimental; urgency=low
888
889   * Add cross-reference in 2.12.4-2.
890   * New upstream release; no API or ABI change.
891     - Target at experimental for now.
892     - Drop patch 011_glib-gettext-datarootdir, merged upstream.
893   * Drop patch 010_glib2.0.kfreebsd-amd64, is not needed anymore and seems to
894     have been at the wrong level anyway.
895   * Review and comment on the usefulness of patch 000_glib-link.
896
897  -- Loic Minier <lool@dooz.org>  Tue, 19 Dec 2006 08:52:26 +0100
898
899 glib2.0 (2.12.4-2) unstable; urgency=low
900
901   * New patch, 011_glib-gettext-datarootdir, to compute datarootdir
902     appropriately for AM_GLIB_DEFINE_LOCALEDIR; GNOME #343825;
903     closes: #370282.
904
905  -- Loic Minier <lool@dooz.org>  Thu, 16 Nov 2006 10:14:52 +0100
906
907 glib2.0 (2.12.4-1) unstable; urgency=low
908
909   * New upstream release; no API changes.
910
911  -- Loic Minier <lool@dooz.org>  Mon,  2 Oct 2006 10:39:57 +0200
912
913 glib2.0 (2.12.3-2) unstable; urgency=low
914
915   * Upload to unstable
916
917   [ Loic Minier]
918   * Merge 2.10.3-3.
919
920  -- Sebastien Bacher <seb128@debian.org>  Wed, 13 Sep 2006 13:16:29 +0200
921
922 glib2.0 (2.12.3-1) experimental; urgency=low
923
924   * New upstream release; no public API changes.
925   * Broaden the -data dep on the lib to permit bin NMUs.
926
927  -- Loic Minier <lool@dooz.org>  Wed, 30 Aug 2006 22:12:02 +0200
928
929 glib2.0 (2.12.2-1) experimental; urgency=low
930
931   * New upstream release; no API changes.
932
933  -- Loic Minier <lool@dooz.org>  Mon, 21 Aug 2006 12:30:24 +0200
934
935 glib2.0 (2.12.1-1) experimental; urgency=low
936
937   * New upstream release.
938   * Sync with overrides and set udeb's Priority to optional instead of extra.
939   * Bump up Standards-Version to 3.7.2.
940
941  -- Loic Minier <lool@dooz.org>  Mon,  7 Aug 2006 22:08:21 +0200
942
943 glib2.0 (2.12.0-1) experimental; urgency=low
944
945   * New upstream version:
946     Major new features include:
947     * The Unicode support has been updated to Unicode 5.
948     * GBookmarkFile: a parser for files containing bookmarks
949       stored using the Desktop Bookmark specification 
950     * Base64 encoding support
951   * debian/rules:
952     - updated shver number
953   * debian/watch:
954     - updated
955
956  -- Sebastien Bacher <seb128@debian.org>  Mon,  3 Jul 2006 10:46:21 +0200
957
958 glib2.0 (2.10.3-3) unstable; urgency=low
959
960   * debian/patches/999_ia64_atomic_ops_broken.patch:
961     - dropped, it's not required with the new gcc and it was breaking the build
962       (Closes: #376260)
963   
964   [ Loic Minier ]
965   * Sync with overrides and set udeb's Priority to optional instead of extra.
966
967  -- Sebastien Bacher <seb128@debian.org>  Wed, 12 Jul 2006 19:09:21 +0200
968
969 glib2.0 (2.10.3-2) unstable; urgency=medium
970
971   * Re-add changes from 2.10.2-2 that were lost in the wild
972     (closes: #361697).
973
974  -- Josselin Mouette <joss@debian.org>  Mon, 26 Jun 2006 19:54:17 +0200
975
976 glib2.0 (2.10.3-1) unstable; urgency=low
977
978   * New upstream version:
979     Bugs fixed:
980     - g_completion_complete_utf8 crashes when NULL is passed to it 
981     - update-desktop-database doesn't handle duplicate entries  
982       (Closes: #298668)
983     - Dereferencing NULL value in g_key_file_get_group_comment
984     - GKeyFile set_string_list invalid memory reads
985     - The GObject tutorial say g_object_(un)ref is _not_  thread-safe
986     - Fix a memory leak in GOption   
987
988  -- Sebastien Bacher <seb128@debian.org>  Sat, 27 May 2006 12:54:17 +0200
989
990 glib2.0 (2.10.2-2) unstable; urgency=low
991
992   * debian/control.in, debian/rules:
993     - patch by Frans Pop <aragorn@tiscali.nl>
994     - Add support for udeb dependency resolution in shlibs file
995       (Closes: #361697).
996     - Simplify debian/rules by making use of udeb support in debhelper.
997   * debian/control.in:
998     - clarify the description for the -data package (Closes: #362316),
999       change suggested Robert Bihlmeyer <robbe@orcus.priv.at>
1000
1001  -- Sebastien Bacher <seb128@debian.org>  Fri, 28 Apr 2006 00:03:41 +0200
1002
1003 glib2.0 (2.10.2-1) unstable; urgency=low
1004
1005   * New upstream version:
1006     - Missing check for .dylib
1007     - Segmentation Fault when %llu is passed to vasnprintf and HAVE_SNPRINTF
1008       is not defined
1009     - Add support for write FDs to GIOChannel
1010     - Memleak in goption.c::parse_short_option
1011     - g_parse_debug_string reads beyond buffer
1012     - g_option_context_parse() should not set program name to '<Unknown>' if
1013       it is already set
1014     - g_main_context_unref calls g_source_destroy_internal with incorrect
1015       arguments
1016     - Slight performance gains (GList, GAsyncQueue)
1017     - Use of unitialised memory in g_mem_profile
1018     - make check FAIL: threadpool-test
1019     - g_option_context_new parameter lacks better explanation
1020     - Some breakages with GThreadPool
1021     - gthread/gthread-win32.c: IsDebuggerPresent needs
1022       '#define _WIN32_WINDOWS 0x0401'
1023     - dlerror() portability issue causes crash on (old) a.out NetBSD platform
1024     - g_timer_elapsed docs should mention that microseconds may be NULL
1025     - goption + error out params
1026     - Documentation should not reference G_HAVE_GINT64, as it's deprecated.
1027   * debian/patches/010_glib2.0.kfreebsd-amd64.patch:
1028     - patch by Aurelien Jarno <aurel32@debian.org>, fix build on kfreebsd-amd64
1029       (Closes: #355953)
1030   * debian/rules:
1031     - use "-g" for CFLAGS, makes -dbg package useful again
1032     change by Fabio M. Di Nitto <fabbione@ubuntu.com> on the Ubuntu package:
1033     * Make sure to pass CFLAGS to configure.
1034     * Generalize DEB_BUILD_ARCH.   
1035
1036  -- Sebastien Bacher <seb128@debian.org>  Fri,  7 Apr 2006 23:23:14 +0200
1037
1038 glib2.0 (2.10.1-2) unstable; urgency=low
1039
1040   [ Sjoerd Simons ]
1041   * Upload to unstable
1042   * Document udeb changes that Josselin did in an earlier experimental
1043     package.
1044   * debian/patches/999_ia64_atomic_ops_broken.patch
1045     + Added. Uses atomic builtins that gcc-4.0 know on ia64, instead of those
1046     for gcc-4.1. (Patch by LaMont Jones from the ubuntu package)
1047   * Updated debian/watch to use download.gnome.org
1048
1049   [ Josselin Mouette ]
1050   * Set the conflict with pango < 1.11, that's where the breakage lies.
1051   * Add a XC-Package-Type header to the udeb and set the priority to extra.
1052     [debian/control.in]
1053
1054  -- Sjoerd Simons <sjoerd@debian.org>  Sun, 19 Mar 2006 12:41:21 +0100
1055
1056 glib2.0 (2.10.1-1) experimental; urgency=low
1057
1058   * New upstream release (bugfixes, translation updates).
1059   * [debian/rules] Bring priority parameter for dpkg-distaddfile for the udeb
1060     in line with control.in .
1061
1062   Josselin Mouette <joss@debian.org>:
1063   * Conflict with pango < 1.10 to avoid breakage caused by the unicode 
1064     changes.
1065
1066  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 11 Mar 2006 13:53:16 +0100
1067
1068 glib2.0 (2.10.0-1) experimental; urgency=low
1069
1070   * New upstream release.
1071
1072  -- Josselin Mouette <joss@debian.org>  Mon,  6 Mar 2006 00:32:27 +0100
1073
1074 glib2.0 (2.8.6-1) unstable; urgency=medium
1075
1076   * New upstream release (bugfixes, translation updates).
1077
1078  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Wed, 18 Jan 2006 20:30:26 +0100
1079
1080 glib2.0 (2.8.5-1) unstable; urgency=low
1081
1082   * New upstream release (bugfixes, translation updates,
1083     g_object_compat_control() added).
1084   * [debian/rules] Bumped shver to 2.8.5 to reflect the API change.
1085
1086  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu,  5 Jan 2006 21:22:36 +0100
1087
1088 glib2.0 (2.8.4-2) unstable; urgency=high
1089
1090   * Fix shlibs deps that crept in the amd64 package, thanks Kurt Roeckx for
1091     all the fish. (Closes: #339685)
1092     - Cleanup and clarify upstream version calculations.
1093     - Drop dh_makeshlibs -a call as only one package ships shlibs and already
1094       has a separate call.
1095     - Drop useless shlibs.local generation.
1096     - Call dh_shlibdeps with cleaner arguments.
1097     [debian/rules]
1098   * Fix "fakeroot debian/rules clean" by following find calls with a .svn
1099     filter.
1100     [debian/scripts/lib]
1101   * Fix quoting of unfix.source.patch:START and FAILED messages.
1102     [debian/scripts/messages]
1103   * Clarify Copyright versus License and update upstream URL.
1104     [debian/copyright]
1105
1106  -- Loic Minier <lool@dooz.org>  Sun, 20 Nov 2005 10:36:26 +0100
1107
1108 glib2.0 (2.8.4-1) unstable; urgency=low
1109
1110   * New upstream version.
1111
1112  -- Sebastien Bacher <seb128@debian.org>  Tue, 15 Nov 2005 16:22:08 +0100
1113
1114 glib2.0 (2.8.3-1) unstable; urgency=medium
1115
1116   * New upstream release (fix an error that crept in with a change to 
1117     glib-mkenums in 2.8.2, documentation improvements, translation updates).
1118
1119  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Mon,  3 Oct 2005 20:52:26 +0200
1120
1121 glib2.0 (2.8.2-1) unstable; urgency=medium
1122
1123   * New upstream release (bug fixes, documentation improvements, translation
1124     updates).
1125
1126  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun,  2 Oct 2005 09:31:27 +0200
1127
1128 glib2.0 (2.8.1-1) unstable; urgency=medium
1129
1130   * New (for Debian) upstream version (bug fixes, documentation improvements, 
1131     translation updates).
1132   * [debian/control.in] Bumped Standards-Version.
1133   * [debian/copyright] Updated FSF's address.
1134
1135  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 24 Sep 2005 13:45:47 +0200
1136
1137 glib2.0 (2.8.1-0ubuntu1) breezy; urgency=low
1138
1139   * New upstream version.
1140   * debian/watch:
1141     - updated.
1142
1143  -- Sebastien Bacher <seb128@canonical.com>  Tue, 23 Aug 2005 12:05:20 +0200
1144
1145 glib2.0 (2.8.0-1) unstable; urgency=low
1146
1147   * New upstream version.
1148   * debian/rules:
1149     - updated the shlibs.
1150
1151  -- Sebastien Bacher <seb128@debian.org>  Sat, 13 Aug 2005 14:14:00 +0200
1152
1153 glib2.0 (2.7.3-1) experimental; urgency=low
1154
1155   * New upstream version.
1156
1157  -- Sebastien Bacher <seb128@debian.org>  Fri, 15 Jul 2005 23:42:37 +0200
1158
1159 glib2.0 (2.7.2-1) experimental; urgency=low
1160
1161   * New upstream version.
1162
1163  -- Sebastien Bacher <seb128@debian.org>  Fri,  8 Jul 2005 22:07:59 +0200
1164
1165 glib2.0 (2.7.1-1) experimental; urgency=low
1166
1167   * New upstream version.
1168   * debian/rules:
1169     - updated the shlib.
1170
1171  -- Sebastien Bacher <seb128@debian.org>  Fri,  1 Jul 2005 19:43:05 +0200
1172
1173 glib2.0 (2.7.0-1) experimental; urgency=low
1174
1175   * New upstream version:
1176     * GKeyFile:
1177     - add unit tests.
1178     - accept \r\n as line end.
1179     - don't interpret leading zeros as octal numbers.
1180     - make key and group removal work.
1181     * GOption:
1182     - improve formatting of --help output.
1183     - accept -?.
1184     - warn about duplicate main groups.
1185     - treat '-' as non-option argument.
1186     - report missing arguments as errors.
1187     - add a boxed type for GDate.
1188     * GTree:
1189     - g_tree_remove() and g_tree_steal() return status information.
1190     * Stdio wrappers:
1191     - work regardless of large file support.
1192     - add g_access(), g_chmod(), g_creat(), g_chdir.
1193     * GObject:
1194     - implement "toggle references" to help language bindings.
1195     - allow to mark names, nicks and blurbs of pspecs as static.
1196     - make pspec lookup a bit faster.
1197     * add g_listenv() to list all set environment variables.
1198     * add g_file_set_contents() to atomically write a file.
1199     * add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew().
1200     * add g_utf8_collate_key_for_filename() to sort filenames taking
1201       extensions and numeric suffixes into account.
1202     * add G_GNUC_NULL_TERMINATED to mark varargs function with
1203       NULL-terminated argument lists.
1204     * documentation improvements.
1205     * new and updated translations.
1206   * debian/rules:
1207     - updated the shlibs.
1208   * debian/watch:
1209     - updated.
1210
1211  -- Sebastien Bacher <seb128@debian.org>  Tue, 21 Jun 2005 12:15:47 +0200
1212
1213 glib2.0 (2.6.5-1) unstable; urgency=low
1214
1215   * New upstream release again bringing a number of bugfixes, improved
1216     documentation and updated translations, including
1217     gthread-posix.c (g_thread_create_posix_impl): Allow setstacksize to
1218     fail.  (GNOME #304790, Michael Banck) (Closes: #312382)
1219   * [debian/patches/000_glib-link.patch] Updated.
1220
1221  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Fri, 10 Jun 2005 21:14:42 +0200
1222
1223 glib2.0 (2.6.4-1) unstable; urgency=low
1224
1225   * New upstream release bringing a number of bugfixes, improved
1226     documentation and updated translations.
1227
1228  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Wed,  6 Apr 2005 22:16:44 +0200
1229
1230 glib2.0 (2.6.3-1) unstable; urgency=low
1231
1232   * New upstream release.
1233
1234  -- Sebastien Bacher <seb128@debian.org>  Mon, 28 Feb 2005 09:38:38 +0100
1235
1236 glib2.0 (2.6.2-1) unstable; urgency=low
1237
1238   * New upstream release.
1239
1240  -- Sebastien Bacher <seb128@debian.org>  Sat,  5 Feb 2005 19:23:59 +0100
1241
1242 glib2.0 (2.6.1-3) unstable; urgency=low
1243
1244   * debian/rules:
1245     - use "-plibglib$(apiver)-udeb", fix the libglib2.0-0-dbg package.
1246
1247  -- Sebastien Bacher <seb128@debian.org>  Sun, 23 Jan 2005 22:24:21 +0100
1248
1249 glib2.0 (2.6.1-2) unstable; urgency=low
1250
1251   * Upload to unstable.
1252   * debian/control.in:
1253     - rename libglib2.0-dbg to libglib2.0-0-dbg.
1254     - set myself as maintainer.
1255   * debian/rules:
1256     - use dh_strip to make the debug package.
1257
1258  -- Sebastien Bacher <seb128@debian.org>  Sun, 16 Jan 2005 12:59:21 +0100
1259
1260 glib2.0 (2.6.1-1) experimental; urgency=low
1261
1262   * New upstream release.
1263
1264  -- Sebastien Bacher <seb128@debian.org>  Sat,  8 Jan 2005 14:44:05 +0100
1265
1266 glib2.0 (2.6.0-1) experimental; urgency=low
1267
1268   * New upstream release.
1269   * debian/rules:
1270     - updated the shlibs.
1271   * debian/watch:
1272     - updated.
1273
1274  -- Sebastien Bacher <seb128@debian.org>  Mon, 27 Dec 2004 16:15:36 +0100
1275
1276 glib2.0 (2.4.8-1) unstable; urgency=medium
1277
1278   * New upstream bugfix release.
1279
1280  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat,  4 Dec 2004 18:52:44 +0100
1281
1282 glib2.0 (2.4.7-1) unstable; urgency=medium
1283
1284   * New upstream bugfix release.
1285   * [debian/patches/000_glib-link.patch] Updated.
1286   * [debian/patches/001_translations.patch] Dropped.
1287
1288  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Fri,  8 Oct 2004 22:27:49 +0200
1289
1290 glib2.0 (2.4.6-4) unstable; urgency=medium
1291
1292   * [debian/patches/001_translations.patch] Updated translations from CVS and
1293     relibtoolise to use new translations.
1294   * [debian/rules] Fixed udeb naming on Hurd.
1295
1296  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Fri,  8 Oct 2004 12:43:09 +0200
1297
1298 glib2.0 (2.4.6-3) unstable; urgency=medium
1299
1300   Colin Watson <cjwatson@debian.org>: (Closes: #274053)
1301   * [debian/rules] binary-arch depends on binary-arch-udeb.
1302   * [debian/rules] Strip udeb!
1303
1304  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Wed, 29 Sep 2004 19:39:22 +0200
1305
1306 glib2.0 (2.4.6-2) unstable; urgency=medium
1307
1308   * [debian/patches/001_translations.patch] Updated translations from CVS.
1309   * [debian/rules] Tightened "shver" to tighten shlibs, as some
1310     incompatibilities with older versions turned up with gconf.
1311     (Closes: #265659)
1312
1313  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue, 24 Aug 2004 18:50:04 +0200
1314
1315 glib2.0 (2.4.6-1) unstable; urgency=medium
1316
1317   * New upstream bugfix release.
1318
1319  -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 15 Aug 2004 18:34:27 +0200
1320
1321 glib2.0 (2.4.5-2) unstable; urgency=low
1322
1323   * debian/patches/000_glib-link.patch:
1324     - patch from Jurij Smakov <jurij@wooyd.org> to link with all the libs 
1325       (Closes: #263130).
1326
1327  -- Sebastien Bacher <seb128@debian.org>  Tue,  3 Aug 2004 18:03:53 +0200
1328
1329 glib2.0 (2.4.5-1) unstable; urgency=low
1330
1331   * New upstream release.
1332
1333  -- Sebastien Bacher <seb128@debian.org>  Sun,  1 Aug 2004 17:31:43 +0200
1334
1335 glib2.0 (2.4.4-1) unstable; urgency=low
1336
1337   * New upstream release.
1338     - remove spaces before "#pragma alloca" (Closes: #250667).
1339
1340  -- Sebastien Bacher <seb128@debian.org>  Fri, 16 Jul 2004 18:44:31 +0200
1341
1342 glib2.0 (2.4.2-1) unstable; urgency=low
1343
1344   * New upstream release.
1345
1346  -- Sebastien Bacher <seb128@debian.org>  Sat,  5 Jun 2004 00:51:01 +0200
1347
1348 glib2.0 (2.4.1-2) unstable; urgency=low
1349
1350   * Upload in unstable.
1351   * GNOME Team Upload.
1352   * J.H.M. Dassen (Ray) <jdassen@debian.org>:
1353     + [debian/rules] Make the linker work a bit harder so dynamic loading can 
1354       be done faster; safety measure: ensure the build aborts when the library
1355       still has references to undefined symbols. 
1356
1357  -- Sebastien Bacher <seb128@debian.org>  Sat, 22 May 2004 14:18:23 +0200
1358
1359 glib2.0 (2.4.1-1) experimental; urgency=low
1360
1361   * New upstream release.
1362   * GNOME Team Upload.
1363   * debian/rules:
1364     - updated shlib version to 2.4.1.
1365   
1366  -- Sebastien Bacher <seb128@debian.org>  Sun,  2 May 2004 12:47:25 +0200
1367
1368 glib2.0 (2.4.0-2) experimental; urgency=low
1369
1370   * Akira TAGOH <tagoh@debian.org>
1371   - debian/rules:
1372     - bumped shlib version to 2.4.0.
1373
1374  -- Akira TAGOH <tagoh@debian.org>  Wed, 24 Mar 2004 09:12:31 +0900
1375
1376 glib2.0 (2.4.0-1) experimental; urgency=low
1377
1378   * New upstream release.
1379   * debian/rules:
1380     - doh. don't claim the newer shlibs.
1381   * debian/control:
1382     - added Uploaders to maintain as team.
1383     - added gnome-pkg-tools to Build-Depends.
1384   * debian/docs:
1385     - added old ChangeLog and NEWS files.
1386
1387  -- Akira TAGOH <tagoh@debian.org>  Wed, 17 Mar 2004 21:18:00 +0900
1388
1389 glib2.0 (2.2.3-1) unstable; urgency=low
1390
1391   * "Welcome back my laptop PC!" release.
1392   * New upstream release.
1393   * debian/control:
1394     - bumped Standards-Version to 3.6.1.0.
1395
1396  -- Akira TAGOH <tagoh@debian.org>  Mon,  1 Sep 2003 02:29:14 +0900
1397
1398 glib2.0 (2.2.2-1) unstable; urgency=low
1399
1400   * New upstream release.
1401     - Fix portability problems with G_MIN/MAX_INT64 (closes: Bug#195302)
1402   * debian/control:
1403     - bumped Standards-Version to 3.5.10.0.
1404     - changed the sections for libglib2.0-dev and libglib2.0-dbg to libdevel.
1405   * debian/compat:
1406     - use it instead of DH_COMPAT.
1407
1408  -- Akira TAGOH <tagoh@debian.org>  Tue, 10 Jun 2003 18:44:01 +0900
1409
1410 glib2.0 (2.2.1-3) unstable; urgency=low
1411
1412   * debian/control:
1413     - rename libglib2.0-0-udeb to libglib2.0-udeb.
1414     - delete Recommends line from libglib2.0-udeb. (closes: Bug#183749)
1415     - add Provides: libglib2.0-0 for libglib2.0-udeb.
1416   * debian/libglib2.0-udeb.files:
1417     - contain the libraries and locale data.
1418
1419  -- Akira TAGOH <tagoh@debian.org>  Sat,  8 Mar 2003 02:46:19 +0900
1420
1421 glib2.0 (2.2.1-2) unstable; urgency=low
1422
1423   * debian/rules:
1424     - create the symlinks on /usr/share/gtk-doc/html. (closes: Bug#183504)
1425     - changed DH_COMPAT to 4.
1426   * debian/control:
1427     - add libglib2.0-0-udeb package for debian-installer.
1428
1429  -- Akira TAGOH <tagoh@debian.org>  Thu,  6 Mar 2003 01:14:44 +0900
1430
1431 glib2.0 (2.2.1-1) unstable; urgency=low
1432
1433   * New upstream release.
1434   * debian/control:
1435     - needed pkg-config (>= 0.14.0).
1436     - add autotools-dev to Build-Depends.
1437
1438  -- Akira TAGOH <tagoh@debian.org>  Tue,  4 Feb 2003 01:02:20 +0900
1439
1440 glib2.0 (2.2.0-2) unstable; urgency=low
1441
1442   * close to be fixed in the upstream release. (closes: Bug#173508)
1443
1444  -- Akira TAGOH <tagoh@debian.org>  Tue,  7 Jan 2003 17:22:20 +0900
1445
1446 glib2.0 (2.2.0-1) unstable; urgency=low
1447
1448   * New upstream release.
1449   * debian/control:
1450     bumped Standards-Version to 3.5.8.
1451
1452  -- Akira TAGOH <tagoh@debian.org>  Wed, 25 Dec 2002 13:46:08 +0900
1453
1454 glib2.0 (2.0.7-1) unstable; urgency=low
1455
1456   * New upstream release.
1457   * debian/control:
1458     - changed libc6-dev to libc6-dev | libc-dev in -dev's Depends.
1459     - bumped Standards-Version and depends debhelper (>> 4).
1460     - add libgtk2.0-doc to Suggests for -doc.
1461   * debian/rules:
1462     - add symlink to fix the missing symlink for gtk. but this release doesn't
1463       include the hyperlink for gtk+ (closes: Bug#162845)
1464     - support noopt option for DEB_BUILD_OPTIONS.
1465
1466  -- Akira TAGOH <tagoh@debian.org>  Tue,  5 Nov 2002 17:06:50 +0900
1467
1468 glib2.0 (2.0.6-1) unstable; urgency=low
1469
1470   * New upstream release.
1471   * debian/rules: removed --enable-debug option. conform to the default value
1472     now. (closes: Bug#151815)
1473   * debian/patches/000_glib2.0-garray.patch: removed because it's merged by
1474     the upstream.
1475
1476  -- Akira TAGOH <tagoh@debian.org>  Sun,  4 Aug 2002 16:05:03 +0900
1477
1478 glib2.0 (2.0.4-3) unstable; urgency=low
1479
1480   * debian/patches/000_glib2.0-garray.patch:
1481     applied to fix g_ptr_array_index() macro. (closes: Bug#150521)
1482
1483  -- Akira TAGOH <tagoh@debian.org>  Sat, 29 Jun 2002 19:46:51 +0900
1484
1485 glib2.0 (2.0.4-2) unstable; urgency=low
1486
1487   * debian/libglib2.0-doc.doc-base.gobject: fix the dupplicated title.
1488     (closes: Bug#150040)
1489
1490  -- Akira TAGOH <tagoh@debian.org>  Sun, 16 Jun 2002 23:27:38 +0900
1491
1492 glib2.0 (2.0.4-1) unstable; urgency=low
1493
1494   * New upstream release.
1495
1496  -- Akira TAGOH <tagoh@debian.org>  Sun, 16 Jun 2002 03:33:22 +0900
1497
1498 glib2.0 (2.0.3-1) unstable; urgency=low
1499
1500   * New upstream release.
1501
1502  -- Akira TAGOH <tagoh@debian.org>  Wed, 29 May 2002 00:49:56 +0900
1503
1504 glib2.0 (2.0.1-2) unstable; urgency=low
1505
1506   * debian/scripts/vars.build: fix bashism.
1507   * debian/README.Debian: add static link issue.
1508   * debian/rules: add --enable-static. (closes: Bug#142198)
1509
1510  -- Akira TAGOH <tagoh@debian.org>  Thu, 11 Apr 2002 19:25:17 +0900
1511
1512 glib2.0 (2.0.1-1) unstable; urgency=low
1513
1514   * New upstream release.
1515
1516  -- Akira TAGOH <tagoh@debian.org>  Sat, 30 Mar 2002 16:23:54 +0900
1517
1518 glib2.0 (2.0.0-1) unstable; urgency=low
1519
1520   * Initial Release.
1521
1522  -- Akira TAGOH <tagoh@debian.org>  Tue, 12 Mar 2002 02:32:11 +0900
1523