Subject: CVS commit: pkgsrc/x11/py-gtk2
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 12/29/2004 11:01:38
Module Name:	pkgsrc
Committed By:	recht
Date:		Wed Dec 29 11:01:38 UTC 2004

Modified Files:
	pkgsrc/x11/py-gtk2: Makefile distinfo

Log Message:
update to 2.4.1

What's new since 2.2.0

 Wrapping for new objects in Gtk+ 2.4.0:
    GtkFileChooser, GtkUIManager (and action/toolbar api), GtkTreeModelFilter,
    GtkComboBox, GtkCellLayout. Examples for a few of them can be found in the tarball.
  Enum and Flags wrapping, with nice string representations
  Better constructor integrations.
  Python 2.3 requirement.
  Threading improvements, which are currently disabled until we can depend on
    Python 2.3.5 (unreleased) or 2.4
  Plenty of bug fixes.

pygtk-2.4.1 04-november-2004
	- Bug fixes (Johan, Gustavo, John Finlay)
	- Allow the headers to be parsable by a C++ compiler
	- Updated examples (Johan, John)


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/x11/py-gtk2/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/x11/py-gtk2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.