diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-06 18:05:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-06 18:05:56 +0000 |
commit | d6fa14f5fc1f14b747d2cedd14a7a52ead2dafab (patch) | |
tree | 78e6e0080181349c6db680987d67ee06ff6113a0 /x11/gtk2/Makefile | |
parent | a75ef388b9d9664697b618f97c10729710be8673 (diff) | |
download | pkgsrc-d6fa14f5fc1f14b747d2cedd14a7a52ead2dafab.tar.gz |
Update to 2.10.6:
Overview of Changes from GTK+ 2.10.5 to 2.10.6
==============================================
* Bugs fixed:
358931 2.10.5 build issue due to a typo
357280 Compile crashes
359053 Reduce relocations
359052 gtk_print_settings_get_duplex() return wrong
value for one of vertical setting
Overview of Changes from GTK+ 2.10.4 to 2.10.5
==============================================
* Bugs fixed:
358405 gtk_file_chooser_button_new
353736 crash in Document Viewer: I had just viewed the pr...
354849 Unable to build gtk+ under Solaris 9
357280 Compile crashes
357454 leak in _gtk_menu_is_empty()
357566 [x11] Invalid unref for input windows
357791 gtk_tree_selection_get_selected_rows does not always fill model
358351 expander with multi-line label doesn't properly respond to mouse
* Updated translations (dz,et,gl,ka)
Diffstat (limited to 'x11/gtk2/Makefile')
-rw-r--r-- | x11/gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index d8ab27bf3c7..4e77acc83f0 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.128 2006/10/03 18:17:07 wiz Exp $ +# $NetBSD: Makefile,v 1.129 2006/10/06 18:05:56 wiz Exp $ -DISTNAME= gtk+-2.10.4 +DISTNAME= gtk+-2.10.6 PKGNAME= ${DISTNAME:S/gtk/gtk2/} CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.10/ \ |