Your message dated Fri, 28 Apr 2006 14:17:38 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358435: fixed in gtkhtml3.8 3.10.1-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gtkhtml3.8
Version: 3.8.1-1
Severity: normal
Tags: patch
Hi,
Attached is the diff for my gtkhtml3.8 3.8.1-1.1 NMU.
Sincerely,
Heikki
diff -Nru /tmp/j1eJDUCNBU/gtkhtml3.8-3.8.1/debian/changelog
/tmp/VO8WynLDSo/gtkhtml3.8-3.8.1/debian/changelog
--- /tmp/j1eJDUCNBU/gtkhtml3.8-3.8.1/debian/changelog 2006-03-22
18:45:55.000000000 +0000
+++ /tmp/VO8WynLDSo/gtkhtml3.8-3.8.1/debian/changelog 2006-03-22
18:45:55.000000000 +0000
@@ -1,3 +1,9 @@
+gtkhtml3.8 (3.8.1-1.1) unstable; urgency=low
+
+ * NMU to fix crasher (closes: #358368)
+
+ -- Heikki Henriksen <[EMAIL PROTECTED]> Wed, 22 Mar 2006 13:57:21 +0000
+
gtkhtml3.8 (3.8.1-1) unstable; urgency=low
* New upstream release
diff -Nru /tmp/j1eJDUCNBU/gtkhtml3.8-3.8.1/src/htmltextslave.c
/tmp/VO8WynLDSo/gtkhtml3.8-3.8.1/src/htmltextslave.c
--- /tmp/j1eJDUCNBU/gtkhtml3.8-3.8.1/src/htmltextslave.c 2005-05-03
11:09:58.000000000 +0000
+++ /tmp/VO8WynLDSo/gtkhtml3.8-3.8.1/src/htmltextslave.c 2006-03-22
18:45:55.000000000 +0000
@@ -605,9 +605,7 @@
tmp_gi = pango_glyph_item_split
(&glyph_item->glyph_item, slave->owner->text, split_index);
/* free the beginning we don't need */
- pango_item_free (tmp_gi->item);
- pango_glyph_string_free (tmp_gi->glyphs);
- g_free (tmp_gi);
+ pango_glyph_item_free (tmp_gi);
}
@@ -627,11 +625,13 @@
tmp_gi2 = pango_glyph_item_split (&tmp_gi1,
slave->owner->text, split_index);
glyph_item->glyph_item = *tmp_gi2;
+ tmp_gi2->item = NULL;
+ tmp_gi2->glyphs = NULL;
/* free the tmp1 content and tmp2 container,
but not the content */
pango_item_free (tmp_gi1.item);
pango_glyph_string_free (tmp_gi1.glyphs);
- g_free (tmp_gi2);
+ pango_glyph_item_free (tmp_gi2);
glyph_item->type =
HTML_TEXT_SLAVE_GLYPH_ITEM_CREATED;
glyph_item->widths = NULL;
--- End Message ---
--- Begin Message ---
Source: gtkhtml3.8
Source-Version: 3.10.1-1
We believe that the bug you reported is fixed in the latest version of
gtkhtml3.8, which is due to be installed in the Debian FTP archive:
gtkhtml3.8_3.10.1-1.diff.gz
to pool/main/g/gtkhtml3.8/gtkhtml3.8_3.10.1-1.diff.gz
gtkhtml3.8_3.10.1-1.dsc
to pool/main/g/gtkhtml3.8/gtkhtml3.8_3.10.1-1.dsc
gtkhtml3.8_3.10.1-1_i386.deb
to pool/main/g/gtkhtml3.8/gtkhtml3.8_3.10.1-1_i386.deb
gtkhtml3.8_3.10.1.orig.tar.gz
to pool/main/g/gtkhtml3.8/gtkhtml3.8_3.10.1.orig.tar.gz
libgtkhtml3.8-15_3.10.1-1_i386.deb
to pool/main/g/gtkhtml3.8/libgtkhtml3.8-15_3.10.1-1_i386.deb
libgtkhtml3.8-dev_3.10.1-1_i386.deb
to pool/main/g/gtkhtml3.8/libgtkhtml3.8-dev_3.10.1-1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Heikki Henriksen <[EMAIL PROTECTED]> (supplier of updated gtkhtml3.8 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 26 Apr 2006 23:34:36 +0200
Source: gtkhtml3.8
Binary: gtkhtml3.8 libgtkhtml3.8-dev libgtkhtml3.8-15
Architecture: source i386
Version: 3.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach <[EMAIL PROTECTED]>
Changed-By: Heikki Henriksen <[EMAIL PROTECTED]>
Description:
gtkhtml3.8 - HTML rendering/editing library - bonobo component binary
libgtkhtml3.8-15 - HTML rendering/editing library - runtime files
libgtkhtml3.8-dev - HTML rendering/editing library - development files
Closes: 358368 358435 358808
Changes:
gtkhtml3.8 (3.10.1-1) unstable; urgency=low
.
[ Heikki Henriksen ]
* Upload to unstable
* New upstream release (3.10.1)
* Ack nmu of 3.8 (closes: #358435, #358368, #358808)
* debian/compat: Bump debhelper compat to 5
* debian/control[.in]: bump debhelper build-dep to >= 5.0.0
* debian/control[.in]: bump standards-version to 3.6.2.0
* debian/control[.in]: require at least intltool 0.30
* debian/control[.in]: remove docbook-utils from build-dep
* debian/control[.in]: Set maintainer to pkg-evolution-maintainers
* debian/watch: Added directory pattern matching
* debian/copyright: Updated to reflect reality
.
[ Oystein Gisnas ]
* debian/changelog: Remove unwanted whitespace
* debian/rules: Clean up rm -f statements
* debian/rules: Avoid ldconfig calls for gtkhtml3.8
* debian/rules: Remove old configure flags
Files:
70c080abfcde3b7354580c801dfda85a 957 gnome optional gtkhtml3.8_3.10.1-1.dsc
67399ed5f8c404bf3b322dffa6371c85 1843821 gnome optional
gtkhtml3.8_3.10.1.orig.tar.gz
16174c9ee973d245e915e7fdb6eaee95 7789 gnome optional
gtkhtml3.8_3.10.1-1.diff.gz
b8b24c329eb12f96a12feadcf204f6f2 315066 libs optional
libgtkhtml3.8-15_3.10.1-1_i386.deb
0889d740cf8f86bcce3b52d4a250da32 361328 libdevel optional
libgtkhtml3.8-dev_3.10.1-1_i386.deb
7a4e818624b7a6cceef5f57450ef39b4 587552 gnome optional
gtkhtml3.8_3.10.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEUnYWJYSUupF6Il4RAhcBAJsEKs7D0cvgUEdF9O1WQg9aVjR6fACfaNW0
/93s+zqkx5mMz6s1QdtG9Qs=
=CW6H
-----END PGP SIGNATURE-----
--- End Message ---