Your message dated Fri, 13 Mar 2009 23:17:05 +0000
with message-id <[email protected]>
and subject line Bug#519168: fixed in freetype 2.3.9-1
has caused the Debian Bug report #519168,
regarding freetype: new upstream stable bug release available 2.3.8
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
519168: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519168
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: freetype
Version: 2.3.7-2
Severity: wishlist
Release Name: 2.3.8
Notes:
CHANGES BETWEEN 2.3.8 and 2.3.7
I. IMPORTANT BUG FIXES
- CID-keyed fonts in an SFNT wrapper were not handled correctly.
- The smooth renderer produced truncated images (on the right) for
outline parts with negative horizontal values. Most fonts don't
contain outlines left to the y coordinate axis, but the effect
was very noticeable for outlines processed with FT_Glyph_Stroke,
using thick strokes.
- `FT_Get_TrueType_Engine_Type' returned a wrong value if both
configuration macros TT_CONFIG_OPTION_BYTECODE_INTERPRETER and
TT_CONFIG_OPTION_UNPATENTED_HINTING were defined.
- The `face_index' field in the `FT_Face' structure wasn't
initialized properly after calling FT_Open_Face and friends with
a positive face index for CFFs, WinFNTs, and, most importantly,
for TrueType Collections (TTCs).
II. IMPORTANT CHANGES
- Rudimentary support for Type 1 fonts and CID-keyed Type 1 fonts
in an SFNT wrapper has been added -- such fonts are used on the
Mac. The core SFNT tables `TYP1' and `CID ' are passed to the
PS Type 1 and CID-keyed PS font drivers; other tables (`ALMX',
`BBOX', etc.) are not supported yet.
- A new interface to extract advance values of glyphs without
loading their outlines has been added. The functions are called
`FT_Get_Advance' and `FT_Get_Advances'; they are defined in file
`ftadvanc.h' (to be accessed as FT_ADVANCES_H).
- A new function `FT_Get_FSType_Flags' (in FT_FREETYPE_H) has been
contributed by David Bevan to access the embedding and
subsetting restriction information of fonts.
III. MISCELLANEOUS
- FT_MulFix is now an inlined function; by default, assembler code
is provided for x86 and ARM. See FT_CONFIG_OPTION_INLINE_MULFIX
and FT_CONFIG_OPTION_NO_ASSEMBLER (in ftoption.h) for more.
- The handling of `tricky' fonts (this is, fonts which don't work
with the autohinter, needing the font format's hinting engine)
has been generalized and changed slightly:
. A new face flag FT_FACE_FLAG_TRICKY indicates that the font
format's hinting engine is necessary for correct rendering.
The macro FT_IS_TRICKY can be used to check this flag.
. FT_LOAD_NO_HINTING is now ignored for tricky fonts. To really
force raw loading of such fonts (without hinting), both
FT_LOAD_NO_HINTING and FT_LOAD_NO_AUTOHINT must be used --
this is something which you probably never want to do.
. Tricky TrueType fonts always use the bytecode interpreter,
either the patented or unpatented version.
- The function `FT_GlyphSlot_Own_Bitmap' has been moved from
FT_SYNTHESIS_H to FT_BITMAP_H; it is now part of the `official'
API. (The functions in FT_SYNTHESIS_H are still subject to
change, however.)
- In the `ftdiff' demo program you can now toggle the use of
FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH with key `a'.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-openvz-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---
Source: freetype
Source-Version: 2.3.9-1
We believe that the bug you reported is fixed in the latest version of
freetype, which is due to be installed in the Debian FTP archive:
freetype2-demos_2.3.9-1_amd64.deb
to pool/main/f/freetype/freetype2-demos_2.3.9-1_amd64.deb
freetype_2.3.9-1.diff.gz
to pool/main/f/freetype/freetype_2.3.9-1.diff.gz
freetype_2.3.9-1.dsc
to pool/main/f/freetype/freetype_2.3.9-1.dsc
freetype_2.3.9.orig.tar.gz
to pool/main/f/freetype/freetype_2.3.9.orig.tar.gz
libfreetype6-dev_2.3.9-1_amd64.deb
to pool/main/f/freetype/libfreetype6-dev_2.3.9-1_amd64.deb
libfreetype6-udeb_2.3.9-1_amd64.udeb
to pool/main/f/freetype/libfreetype6-udeb_2.3.9-1_amd64.udeb
libfreetype6_2.3.9-1_amd64.deb
to pool/main/f/freetype/libfreetype6_2.3.9-1_amd64.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.
Steve Langasek <[email protected]> (supplier of updated freetype 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.8
Date: Fri, 13 Mar 2009 01:07:28 -0700
Source: freetype
Binary: libfreetype6 libfreetype6-dev freetype2-demos libfreetype6-udeb
Architecture: source amd64
Version: 2.3.9-1
Distribution: unstable
Urgency: low
Maintainer: Steve Langasek <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Description:
freetype2-demos - FreeType 2 demonstration programs
libfreetype6 - FreeType 2 font engine, shared library files
libfreetype6-dev - FreeType 2 font engine, development files
libfreetype6-udeb - FreeType 2 font engine for the debian-installer (udeb)
Closes: 494350 519168
Changes:
freetype (2.3.9-1) unstable; urgency=low
.
* New upstream version; closes: #519168.
* fixes a SIGFPE in evince when displaying some PDFs. Closes: #494350,
LP: #277294.
* fix a rendering issue with embedded Myriad_Pro fonts in some PDFs.
LP: #330438.
* fix a rendering issue with some glyphs not rendering in PDFs when
an embedded font uses CID 0. LP: #252250.
* drop patches-freetype/no-segfault-on-load_mac_face, included
upstream.
* patches-ft2demos/ft2demos-2.1.7-ftbench.patch: drop unused
patch chunk
* fix up the get-orig-source target to autodetect the upstream version
using the changelog by default.
Checksums-Sha1:
f5e39507906f1b0b0db42c69a2760ffcc72e3101 1182 freetype_2.3.9-1.dsc
3f9e733f16f12d6a9834872b99affb243d145425 1624314 freetype_2.3.9.orig.tar.gz
03d76e8d8b3750748e83bded2f7fd398f929bb9d 30978 freetype_2.3.9-1.diff.gz
99fcbc1b1e49c440bcf1d62751cd2faa806ab842 403764 libfreetype6_2.3.9-1_amd64.deb
ad2e67c9ba94843b81fb2880cd2f9df1459ad333 736978
libfreetype6-dev_2.3.9-1_amd64.deb
8f2854ef58d07be295a7450bc192ea0d4012f342 222878
freetype2-demos_2.3.9-1_amd64.deb
0668fedcdcf260678c6c3c62cc06b5c06bc767d2 273606
libfreetype6-udeb_2.3.9-1_amd64.udeb
Checksums-Sha256:
e78c60a668ea89d2538afc185bf334bd23352d49867a82a9d9efd98fe6a5a264 1182
freetype_2.3.9-1.dsc
82162b379259c002e1646a93155870ce22084bfc945be2100823499f3dd7b138 1624314
freetype_2.3.9.orig.tar.gz
5e92a68b20b29ae42cc0332ceaf2cecd5b7c7ad2061fdc4dfaffd046536069b7 30978
freetype_2.3.9-1.diff.gz
29449344eedce387f009a6809239f3413f335f4dfd78b9928baa437da6462e58 403764
libfreetype6_2.3.9-1_amd64.deb
3f792bd9c283eca84224ea7508c4680bfc5079eb22efdc4c5730a30e04517561 736978
libfreetype6-dev_2.3.9-1_amd64.deb
47fd848f0c1c095a9e919d6076ee325b6ba820bf4700a7c5a833c95812f6cbe1 222878
freetype2-demos_2.3.9-1_amd64.deb
f1b81f081d2ecc2352facb162c062d4f1c5282e88112d51fe78a2ab3e8bf9453 273606
libfreetype6-udeb_2.3.9-1_amd64.udeb
Files:
3673813f86e71b289821c3f555998484 1182 libs optional freetype_2.3.9-1.dsc
7b2ab681f1a436876ed888041204e478 1624314 libs optional
freetype_2.3.9.orig.tar.gz
5ad7f5015a75d1755001eba8c2a5a4d0 30978 libs optional freetype_2.3.9-1.diff.gz
4c86733fbbece2a3213eccc7c656d4c7 403764 libs optional
libfreetype6_2.3.9-1_amd64.deb
49635a9e7b6a1577c73a935ca1953570 736978 libdevel optional
libfreetype6-dev_2.3.9-1_amd64.deb
8fd0a2ca369a0a84fd1ed6f9a64b849b 222878 utils optional
freetype2-demos_2.3.9-1_amd64.deb
373c386e0fcb391cb8a79fbba6e67192 273606 debian-installer extra
libfreetype6-udeb_2.3.9-1_amd64.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFJus8QKN6ufymYLloRAgigAKCa9GEUZnWw0c1+c5JxP3fZkIqYgACbBPwf
TcR6bko0agJ4GVV17GsmMM0=
=AZFj
-----END PGP SIGNATURE-----
--- End Message ---