diff options
author | jmmv <jmmv> | 2005-03-03 16:53:09 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-03-03 16:53:09 +0000 |
commit | 02eaedd1cd3fc36ebe8b8e824fb7a44fae62a4c9 (patch) | |
tree | 1f034eb7d2ecd478c18f7ee1929a675b99bcc720 /x11/vte/Makefile | |
parent | d9761f59860c42a53deeba6c890b4b5ab53eb0de (diff) | |
download | pkgsrc-02eaedd1cd3fc36ebe8b8e824fb7a44fae62a4c9.tar.gz |
Update to 0.11.12:
- Performance improvements:
- Two patches from bug #137864 (Benjamin Otte)
- Patch from bug #143914 (Søren Sandmann)
- Fix crash when resizing a terminal running minicom (Søren Sandmann)
Closes bug #163814 and duplicate.
- Adjust timeouts to make us behave like xterm when
outputing large amounts of text and still be fast (Kjartan)
- Fix build with VTE_DEBUG enabled (Kjartan)
- Build fixes for NetBSD and Darwin. Bug #126377 (Adrian Bunk)
- Build fixes for AIX. Bug #161352
- Make keypad behave like in xterm. Bug #128099. (jylefort at brutele be)
- Fix black background in new terminals. Bug #125364. (Fedora)
- Fix scrolling issues. Bug #168210 (Fedora)
- Fix screen corruption with multibyte charsets. Bug #168211 (Fedora)
- Redraw terminal fully before scrolling. Bug #168212 (Fedora)
- Fix crash with IM-methods. Bug #168213 (Fedora)
- Fix for scrolling back then forward. Bug 122150 (Benjamin Otte)
- Make terminal report correct type. Bug 130761 (Mariano)
- Updated translations:
Estii (et), Old English (ang), Canadian English (en_CA),
Spanish (es), Hungarian (hu), Albanian (sq), Norwegian bokmål (nb),
Bosnian (bs), Finnish (fi), Oriya (or), Georgian (ka), Hindi (hi)
Diffstat (limited to 'x11/vte/Makefile')
-rw-r--r-- | x11/vte/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index 018ce8a88e0..ac253128d88 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/12/07 21:27:41 minskim Exp $ +# $NetBSD: Makefile,v 1.16 2005/03/03 16:53:09 jmmv Exp $ # -DISTNAME= vte-0.11.11 -PKGREVISION= 1 +DISTNAME= vte-0.11.12 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.11/} EXTRACT_SUFX= .tar.bz2 |