diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-05 14:01:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-05 14:01:48 +0000 |
commit | 9b11fb13bfa8d566d0693158d2ae53707c805382 (patch) | |
tree | 9bdcd59afcb42d4833084b8065f9113689e25c10 /devel | |
parent | af27c7914114d412404be0390f3f2a4aa272c988 (diff) | |
download | pkgsrc-9b11fb13bfa8d566d0693158d2ae53707c805382.tar.gz |
Update to 1.10.1:
Overview of changes between 1.10.0 and 1.10.1
=============================================
- Add various forms of caching to the Win32 backend, greatly
improving performance [Tor Lillqvist]
- Fix problem with colors leaking from a Pango item to
subsequently drawn strings. [Choe Hwanjin]
- Fix bug where error underlines would be drawn 1024 times
too big in the Cairo backend. [Luis Villa]
- Misc bug and build fixes [Jean Brefort, Matthias Clasen,
Behdad Esfahbod, Kazuki Iwamoto]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pango/Makefile | 4 | ||||
-rw-r--r-- | devel/pango/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile index 9145bfb28b3..04884a392ac 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2005/10/02 12:16:58 jmmv Exp $ +# $NetBSD: Makefile,v 1.61 2005/10/05 14:01:48 wiz Exp $ # -DISTNAME= pango-1.10.0 +DISTNAME= pango-1.10.1 CATEGORIES= devel fonts MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.8/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.8/ \ diff --git a/devel/pango/distinfo b/devel/pango/distinfo index 5e29fed43cc..15444cd3f90 100644 --- a/devel/pango/distinfo +++ b/devel/pango/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2005/10/02 12:16:58 jmmv Exp $ +$NetBSD: distinfo,v 1.29 2005/10/05 14:01:48 wiz Exp $ -SHA1 (pango-1.10.0.tar.bz2) = 09a00c228725afc281b4332d3a22f8c098f4ed80 -RMD160 (pango-1.10.0.tar.bz2) = 05b0340847bb581c186573e80838cbccdee261de -Size (pango-1.10.0.tar.bz2) = 1186188 bytes +SHA1 (pango-1.10.1.tar.bz2) = bb409d61f5e236b473b2b619843d7f754050b81d +RMD160 (pango-1.10.1.tar.bz2) = 62594e874338e334519c7161a742753a8fa50b31 +Size (pango-1.10.1.tar.bz2) = 1186783 bytes SHA1 (patch-aa) = b8f8d32dd163e6fbf80cf09d1321546499302275 |