diff options
author | wiz <wiz> | 2009-02-22 13:59:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-02-22 13:59:47 +0000 |
commit | 9613d12404c86a3a3bd88c38b3962c414590021f (patch) | |
tree | 7bd36ad335267c7877cbfd1bdf4572eeed169c0b /devel/py-gobject-shared | |
parent | 54481412a513010363821e588b29f0548c4acef0 (diff) | |
download | pkgsrc-9613d12404c86a3a3bd88c38b3962c414590021f.tar.gz |
Update to 2.16.1:
2.16.1 22-feb-2009
- Apply the patch provided by Cygwin Ports maintainer
(Paul Pogonyshev, #564018)
- Bad -I ordering can break build, patch from [dmacks netspace org]
(Gian Mario Tagliaretti, #566737)
- Fix keyword list to be in sync with positional arguments
(Paul, #566744)
- Add a comment explaining why the two for loops for registering
interfaces (Gustavo Carneiro)
- Huge cleanup of GIO overrides (Paul, #566706)
- gtk.Buildable interface method override is not recognized
(Paul, #566571)
- Do not escape the ampersand "&" in entity references. Replace some
unusual entity references in the output with their literal values.
(Daniel Elstner, #568485)
- gio.InputStream.read_async can cause memory corruption.
(Paul, #567792)
- Inconsistent use of tabs and spaces in pygtk.py (Paul, #569350)
- Huge fix of memory leaks in GIO (Paul, Paolo Borelli, Gian, #568427)
- non-async functions don't release python locks before calling
blocking C functions (Gian, Gustavo, #556250)
- Change comment to avoid false positives when grep'ing for deprecated
gtk functions (Andre Klapper)
- ltihooks.py updating license header from GPL to LGPL
(James Henstridge)
Diffstat (limited to 'devel/py-gobject-shared')
-rw-r--r-- | devel/py-gobject-shared/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-gobject-shared/Makefile b/devel/py-gobject-shared/Makefile index 0a1e37aa3fa..057718e8475 100644 --- a/devel/py-gobject-shared/Makefile +++ b/devel/py-gobject-shared/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2009/01/07 21:28:57 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2009/02/22 13:59:47 wiz Exp $ -PKGNAME= py-gobject-shared-2.16.0 +PKGNAME= py-gobject-shared-2.16.1 PKG_DESTDIR_SUPPORT= user-destdir |